├── php-api/ # 改造后的PHP接口层 ├── java-ad-service/ # 若依框架微服务(广告+VIP+分账) ├── uniapp-reader/ # UniApp前端项目 │ ├── pages/ # 各端页面 │ └──
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.env 372B

12345678910111213141516
  1. # 基础配置
  2. VUE_APP_NAME=哎呀电子小说
  3. VUE_APP_VERSION=1.0.0
  4. # 后端API地址
  5. VUE_APP_API_BASE=https://api.aiyadianzi.ltd
  6. VUE_APP_PHP_BASE=https://php-backend.aiyadianzi.ltd
  7. # 广告配置
  8. VUE_APP_WECHAT_AD_UNIT=wechat_ad123
  9. VUE_APP_DOUYIN_AD_UNIT=douyin_ad456
  10. VUE_APP_H5_AD_PID=h5_pid789
  11. # 多平台标识
  12. # 编译时会自动替换
  13. VUE_APP_PLATFORM=MP-WEIXIN