Merge branch 'feature/20520-【YAYA文化岛】新增转盘抽奖模块' into feature/21402-【YAYA文化岛】优化点整理
Showing
.agents/skills/vue/GENERATION.md
0 → 100644
.agents/skills/vue/SKILL.md
0 → 100644
| ... | ... | @@ -21,11 +21,12 @@ |
| "build:test": "nvm use 20 && vite build --mode test", | ||
| "deploy:test": "node deploy/deploytest.js", | ||
| "build:prod": "nvm use 20 && vite build --mode production", | ||
| "deploy:prod": "node deploy/deployprod.js", | ||
| "deploy:prod:update-info": "node deploy/deployprod.js --update-info" | ||
| "deploy:prod": "node --env-file=.env.local deploy/deployprod.js", | ||
| "deploy:prod:update-info": "node --env-file=.env.local deploy/deployprod.js --update-info" | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.3.2", | ||
| "@lucky-canvas/vue": "^0.1.11", | ||
| "@types/crypto-js": "^4.2.2", | ||
| "@vueuse/components": "^14.0.0", | ||
| "@vueuse/core": "^14.0.0", | ||
| ... | ... | @@ -37,6 +38,7 @@ |
| "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.19", | ||
| "element-plus": "^2.11.5", | ||
| "gsap": "^3.14.2", | ||
| "inquirer": "^13.0.2", | ||
| "notivue": "^2.4.5", | ||
| "pinia": "^3.0.3", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
src/api/luckyWheel/index.ts
0 → 100644
src/api/luckyWheel/types.ts
0 → 100644
src/assets/img/lucky-wheel-outer-ring.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment