d2736d1ef6
- AI routing rules now stored in system_configs DB table instead of hardcoded config - Multi-model support via name|model composite key for same-provider routing - UnifiedPayService with HMAC-SHA256 gateway integration (alipay/wechat) - Admin payment panel: list, stats, search, filter, refund - WeChat mini-program CI/CD via miniprogram-ci (v1.0.9) - Translation quota extended to LLM provider tier - SearchService with DB-driven provider config (bing/google_cse/searxng) - Footer cleanup across admin/workspace/uni-app - Private key excluded from git tracking
32 lines
955 B
JSON
32 lines
955 B
JSON
{
|
|
"name": "trademate",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:mp-weixin": "uni -p mp-weixin",
|
|
"build:mp-weixin": "uni build -p mp-weixin",
|
|
"dev:h5": "uni",
|
|
"build:h5": "uni build",
|
|
"upload": "node scripts/upload.js",
|
|
"preview": "node scripts/upload.js preview"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "3.0.0-4010520240507001",
|
|
"@dcloudio/uni-components": "3.0.0-4010520240507001",
|
|
"@dcloudio/uni-h5": "3.0.0-4010520240507001",
|
|
"@dcloudio/uni-mp-weixin": "3.0.0-4010520240507001",
|
|
"miniprogram-ci": "^2.1.31",
|
|
"vue": "3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "3.4.8",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4010520240507001",
|
|
"@dcloudio/uni-stacktracey": "3.0.0-4010520240507001",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4010520240507001",
|
|
"@vue/runtime-core": "3.4.21",
|
|
"sass": "^1.99.0",
|
|
"sass-embedded": "^1.99.0",
|
|
"vite": "5.2.8"
|
|
}
|
|
}
|