Merge branch '6.8' into shw-uiOptimize
正在显示
| ... | @@ -32,6 +32,8 @@ | ... | @@ -32,6 +32,8 @@ |
| "vconsole": "^3.15.1", | "vconsole": "^3.15.1", | ||
| "vue": "^2.6.14", | "vue": "^2.6.14", | ||
| "vue-router": "^3.5.1", | "vue-router": "^3.5.1", | ||
| "autoprefixer": "^10.4.0", | |||
| "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17", | |||
| "vuex": "^3.6.2" | "vuex": "^3.6.2" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | @@ -44,6 +46,11 @@ | ... | @@ -44,6 +46,11 @@ |
| "@vue/cli-plugin-vuex": "~5.0.0", | "@vue/cli-plugin-vuex": "~5.0.0", | ||
| "@vue/cli-service": "~5.0.0", | "@vue/cli-service": "~5.0.0", | ||
| "element-theme-chalk": "^2.15.14", | "element-theme-chalk": "^2.15.14", | ||
| "html-webpack-plugin": "3.2.0", | |||
| "script-ext-html-webpack-plugin": "2.1.3", | |||
| "serve-static": "1.13.2", | |||
| "svg-sprite-loader": "6.0.9", | |||
| "svgo": "1.2.2", | |||
| "vue-template-compiler": "^2.6.14" | "vue-template-compiler": "^2.6.14" | ||
| } | } | ||
| } | } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
postcss.config.js
0 → 100644
No preview for this file type
src/api/aiChat.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
src/assets/icon/svg/aiArget.svg
0 → 100644
src/assets/icon/svg/answer.svg
0 → 100644
src/assets/icon/svg/edit.svg
0 → 100644
src/assets/icon/svg/fasong.svg
0 → 100644
src/assets/icon/svg/fuzhi.svg
0 → 100644
src/assets/icon/svg/hate.svg
0 → 100644
src/assets/icon/svg/hateActive.svg
0 → 100644
src/assets/icon/svg/like.svg
0 → 100644
src/assets/icon/svg/likeActive.svg
0 → 100644
src/assets/icon/svg/star.svg
0 → 100644
src/assets/icon/svg/start.svg
0 → 100644
src/assets/icon/svg/warning.svg
0 → 100644
src/assets/index.js
0 → 100644
src/components/getRoleList.vue
0 → 100644
src/components/svgIcon/index.vue
0 → 100644
src/styles/tailwind.css
0 → 100644
src/utils/validate.js
0 → 100644
src/views/components/aiChat/aiArgenChat.vue
0 → 100644
差异被折叠。
点击展开。
src/views/components/aiChat/aiChat.vue
0 → 100644
src/views/components/aiChat/noSummary.vue
0 → 100644
src/views/components/aiChat/summaryList.vue
0 → 100644
src/views/hooks/useGetCount.js
0 → 100644
差异被折叠。
点击展开。
差异被折叠。
点击展开。
tailwind.config.js
0 → 100644
请
注册
或者
登录
后发表评论