Merge branch 'feature/21402-【YAYA文化岛】优化点整理' into 'master'
Feature/21402 【yaya文化岛】优化点整理 See merge request !23
Showing
.agents/skills/migrate-oxfmt/SKILL.md
0 → 100644
.agents/skills/migrate-oxlint/SKILL.md
0 → 100644
.agents/skills/vue/GENERATION.md
0 → 100644
.agents/skills/vue/SKILL.md
0 → 100644
.claude/skills/migrate-oxfmt/SKILL.md
0 → 100644
.claude/skills/migrate-oxlint/SKILL.md
0 → 100644
.cursor/rules/unocss-first.mdc
0 → 100644
.cursor/rules/vue-computed-over-watch.mdc
0 → 100644
.oxlintrc.json
0 → 100644
This diff is collapsed.
Click to expand it.
deploy/util.js
0 → 100644
eslint.config.oxlint.mjs
0 → 100644
| ... | @@ -11,18 +11,22 @@ | ... | @@ -11,18 +11,22 @@ |
| "build": "run-p type-check \"build-only {@}\" --", | "build": "run-p type-check \"build-only {@}\" --", | ||
| "preview": "vite preview", | "preview": "vite preview", | ||
| "type-check": "vue-tsc --build", | "type-check": "vue-tsc --build", | ||
| "lint": "eslint . --fix --cache", | "lint": "oxlint --fix && eslint . --fix --cache", | ||
| "format": "prettier --write src/", | "lint:oxlint": "oxlint --fix", | ||
| "lint:eslint": "eslint . --fix --cache", | |||
| "format": "oxfmt", | |||
| "format:check": "oxfmt --check", | |||
| "build-only": "vite build", | "build-only": "vite build", | ||
| "build:dev": "nvm use 20 && vite build --mode development", | "build:dev": "nvm use 20 && vite build --mode development", | ||
| "build:test": "nvm use 20 && vite build --mode test", | "build:test": "nvm use 20 && vite build --mode test", | ||
| "deploy:test": "node deploy/deploytest.js", | "deploy:test": "node deploy/deploytest.js", | ||
| "build:prod": "nvm use 20 && vite build --mode production", | "build:prod": "nvm use 20 && vite build --mode production", | ||
| "deploy:prod": "node deploy/deployprod.js", | "deploy:prod": "node --env-file=.env.local deploy/deployprod.js", | ||
| "deploy:prod:update-info": "node deploy/deployprod.js --update-info" | "deploy:prod:update-info": "node --env-file=.env.local deploy/deployprod.js --update-info" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@element-plus/icons-vue": "^2.3.2", | "@element-plus/icons-vue": "^2.3.2", | ||
| "@lucky-canvas/vue": "^0.1.11", | |||
| "@types/crypto-js": "^4.2.2", | "@types/crypto-js": "^4.2.2", | ||
| "@vueuse/components": "^14.0.0", | "@vueuse/components": "^14.0.0", | ||
| "@vueuse/core": "^14.0.0", | "@vueuse/core": "^14.0.0", | ||
| ... | @@ -34,10 +38,12 @@ | ... | @@ -34,10 +38,12 @@ |
| "crypto-js": "^4.2.0", | "crypto-js": "^4.2.0", | ||
| "dayjs": "^1.11.19", | "dayjs": "^1.11.19", | ||
| "element-plus": "^2.11.5", | "element-plus": "^2.11.5", | ||
| "gsap": "^3.14.2", | |||
| "inquirer": "^13.0.2", | "inquirer": "^13.0.2", | ||
| "notivue": "^2.4.5", | "notivue": "^2.4.5", | ||
| "pinia": "^3.0.3", | "pinia": "^3.0.3", | ||
| "ssh2": "^1.17.0", | "ssh2": "^1.17.0", | ||
| "textarea-caret": "^3.1.0", | |||
| "vue": "^3.5.22", | "vue": "^3.5.22", | ||
| "vue-router": "^4.6.3", | "vue-router": "^4.6.3", | ||
| "xlsx": "^0.18.5" | "xlsx": "^0.18.5" | ||
| ... | @@ -47,7 +53,7 @@ | ... | @@ -47,7 +53,7 @@ |
| "@tsconfig/node22": "^22.0.2", | "@tsconfig/node22": "^22.0.2", | ||
| "@types/node": "^22.18.11", | "@types/node": "^22.18.11", | ||
| "@vitejs/plugin-vue": "^6.0.1", | "@vitejs/plugin-vue": "^6.0.1", | ||
| "@vitejs/plugin-vue-jsx": "^5.1.1", | "@vitejs/plugin-vue-jsx": "^5.1.5", | ||
| "@vue/eslint-config-prettier": "^10.2.0", | "@vue/eslint-config-prettier": "^10.2.0", | ||
| "@vue/eslint-config-typescript": "^14.6.0", | "@vue/eslint-config-typescript": "^14.6.0", | ||
| "@vue/tsconfig": "^0.8.1", | "@vue/tsconfig": "^0.8.1", | ||
| ... | @@ -56,7 +62,8 @@ | ... | @@ -56,7 +62,8 @@ |
| "eslint-plugin-vue": "~10.5.0", | "eslint-plugin-vue": "~10.5.0", | ||
| "jiti": "^2.6.1", | "jiti": "^2.6.1", | ||
| "npm-run-all2": "^8.0.4", | "npm-run-all2": "^8.0.4", | ||
| "prettier": "3.6.2", | "oxfmt": "^0.44.0", | ||
| "oxlint": "^1.59.0", | |||
| "rollup-plugin-visualizer": "^6.0.5", | "rollup-plugin-visualizer": "^6.0.5", | ||
| "sass-embedded": "^1.93.2", | "sass-embedded": "^1.93.2", | ||
| "typescript": "~5.9.0", | "typescript": "~5.9.0", | ||
| ... | @@ -64,7 +71,7 @@ | ... | @@ -64,7 +71,7 @@ |
| "unplugin-auto-import": "^20.2.0", | "unplugin-auto-import": "^20.2.0", | ||
| "unplugin-icons": "^22.5.0", | "unplugin-icons": "^22.5.0", | ||
| "unplugin-vue-components": "^30.0.0", | "unplugin-vue-components": "^30.0.0", | ||
| "vite": "^7.1.11", | "vite": "^8.0.0", | ||
| "vite-plugin-svg-icons": "^2.0.1", | "vite-plugin-svg-icons": "^2.0.1", | ||
| "vite-plugin-vue-devtools": "^8.0.3", | "vite-plugin-vue-devtools": "^8.0.3", | ||
| "vue-tsc": "^3.1.1" | "vue-tsc": "^3.1.1" | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
skills-lock.json
0 → 100644
skills/migrate-oxfmt/SKILL.md
0 → 100644
skills/migrate-oxlint/SKILL.md
0 → 100644
src/api/luckyWheel/index.ts
0 → 100644
src/api/luckyWheel/types.ts
0 → 100644
src/api/selfMessage/index.ts
0 → 100644
src/api/selfMessage/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.
src/components/common/MentionBox/index.vue
0 → 100644
src/components/common/MentionList/index.vue
0 → 100644
src/directives/index.ts
0 → 100644
src/directives/vCommentParse.ts
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.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/selfMessage/index.vue
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.
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