feat: 新增直播带货
正在显示
.eslintrc.cjs
deleted
100644 → 0
eslint.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -10,7 +10,7 @@ |
"build:pre": "vue-tsc --noEmit && vite build --mode pre", | ||
"preview": "vite preview --port 4173", | ||
"typecheck": "vue-tsc --noEmit", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"lint": "eslint . --fix", | ||
"deploy": "node ./deploy.js", | ||
"cert": "node ./cert.js" | ||
}, | ||
... | ... | @@ -22,44 +22,43 @@ |
"@tinymce/tinymce-vue": "^5.0.1", | ||
"@vue-flow/controls": "^1.1.2", | ||
"@vue-flow/core": "^1.39.0", | ||
"@vueuse/components": "^10.11.0", | ||
"@vueuse/core": "^10.9.0", | ||
"@vueuse/components": "^11.2.0", | ||
"@vueuse/core": "^11.2.0", | ||
"axios": "^1.6.8", | ||
"blueimp-md5": "^2.19.0", | ||
"dayjs": "^1.11.10", | ||
"echarts": "^5.5.0", | ||
"echarts-wordcloud": "^2.1.0", | ||
"element-plus": "^2.6.3", | ||
"element-plus": "^2.8.7", | ||
"file-saver": "^2.0.5", | ||
"html-to-image": "^1.11.11", | ||
"jspdf": "^2.5.1", | ||
"lodash-es": "^4.17.21", | ||
"nanoid": "^5.0.7", | ||
"pinia": "^2.1.7", | ||
"pinia": "^2.2.6", | ||
"scroll-into-view-if-needed": "^3.1.0", | ||
"vue": "^3.4.26", | ||
"vue": "^3.5.12", | ||
"vue-echarts": "^6.6.9", | ||
"vue-router": "^4.3.2", | ||
"vue-router": "^4.4.5", | ||
"xss": "^1.0.15" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.2.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/blueimp-md5": "^2.18.2", | ||
"@types/node": "^20.3.1", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vue-macros/reactivity-transform": "^0.4.4", | ||
"@vue/eslint-config-typescript": "^13.0.0", | ||
"@types/node": "^20.17.6", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@vue-macros/reactivity-transform": "^1.1.3", | ||
"@vue/eslint-config-typescript": "^14.1.3", | ||
"@vue/tsconfig": "^0.5.1", | ||
"ali-oss": "^6.18.1", | ||
"chalk": "^5.2.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-vue": "^9.25.0", | ||
"sass": "^1.75.0", | ||
"typescript": "~5.4.5", | ||
"unplugin-auto-import": "^0.17.5", | ||
"vite": "^5.2.10", | ||
"ali-oss": "^6.21.0", | ||
"chalk": "^5.3.0", | ||
"eslint": "^9.14.0", | ||
"eslint-plugin-vue": "^9.30.0", | ||
"sass": "^1.79.6", | ||
"typescript": "~5.6.3", | ||
"unplugin-auto-import": "^0.18.3", | ||
"vite": "^5.4.10", | ||
"vite-plugin-mkcert": "^1.17.6", | ||
"vue-tsc": "^1.8.27" | ||
"vue-tsc": "^2.1.10" | ||
} | ||
} |
public/live/avatar/1.png
0 → 100644
9.5 KB
public/live/avatar/2.png
0 → 100644
8.1 KB
public/live/avatar/3.png
0 → 100644
5.0 KB
public/live/game.png
0 → 100644
19.0 KB
public/live/hot.png
0 → 100644
1.4 KB
public/live/live1.png
0 → 100644
2.7 KB
public/live/live2.png
0 → 100644
1.5 KB
public/live/more.png
0 → 100644
1.5 KB
public/live/product_bg.png
0 → 100644
1.6 KB
src/components/icon/IconLive.vue
0 → 100644
src/modules/live/talk/api.ts
0 → 100644
src/modules/live/talk/index.ts
0 → 100644
src/modules/live/test/api.ts
0 → 100644
src/modules/live/test/index.ts
0 → 100644
tsconfig.app.json
0 → 100644