24cd9cef53
- uni-app Vue3 frontend with dark glassmorphism theme - 5 AI dimensions: Origin / Development / Current / Learning / Trend - AI Chat system prompt updated from geometry to AI - 23 AI knowledge articles initialized in DB - Trend API + cron job for daily news - Product pricing (Pro ¥19.9, VIP ¥39.9) - Pinia stores + API utilities - AGENTS.md documentation
30 lines
912 B
JSON
30 lines
912 B
JSON
{
|
|
"name": "ai-dimension",
|
|
"version": "1.0.0",
|
|
"description": "宇之然AI维度 - 微信小程序",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@dcloudio/uni-app": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-components": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-h5": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-mp-weixin": "3.0.0-4060620250520001",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21"
|
|
},
|
|
"devDependencies": {
|
|
"@dcloudio/types": "^3.4.8",
|
|
"@dcloudio/uni-automator": "3.0.0-4060620250520001",
|
|
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
|
|
"@dcloudio/vite-plugin-uni": "3.0.0-4060620250520001",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"sass": "^1.70.0",
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.2.0"
|
|
}
|
|
} |