├── 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.

12345678910
  1. {
  2. "dependencies": {
  3. "@vue/composition-api": "^1.7.2",
  4. "pinia": "^2.3.1",
  5. "vue": "^2.6.14",
  6. "vue-demi": "^0.14.10",
  7. "vue-router": "^3.5.4",
  8. "vuex": "^3.6.2"
  9. }
  10. }