- 新增心理论坛页面及文章详情页 - 更新订单状态文案:"待发货"改为"待发出","待收货"改为"待收到" - 统一修改"收货地址"相关文案为"收件地址" - 添加安卓应用包下载地址配置 - 更新依赖edu-core至v1.0.6版本 - 优化首页课程列表布局和样式 - 新增分享功能到我的页面
25 lines
623 B
JSON
25 lines
623 B
JSON
{
|
|
"name": "soulspace_app",
|
|
"version": "1.0.0",
|
|
"description": "soulspace_app",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": "https://github.com/dcloudio/hello-uniapp.git",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dcloudio/hello-uniapp/issues"
|
|
},
|
|
"homepage": "https://github.com/dcloudio/hello-uniapp#readme",
|
|
"dependencies": {
|
|
"edu-core": "git+https://git.nuttyreading.com/chenghuan/edu-core.git#v1.0.6",
|
|
"jquery": "^3.7.1",
|
|
"tcplayer.js": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss-px-to-viewport": "^1.1.1"
|
|
}
|
|
}
|