Merge branch 'main' into pages
@ -17,6 +17,7 @@ const include = [
|
|||||||
"qrcode",
|
"qrcode",
|
||||||
"intro.js",
|
"intro.js",
|
||||||
"vue-i18n",
|
"vue-i18n",
|
||||||
|
"deep-chat",
|
||||||
"vxe-table",
|
"vxe-table",
|
||||||
"vue-types",
|
"vue-types",
|
||||||
"js-cookie",
|
"js-cookie",
|
||||||
@ -28,6 +29,7 @@ const include = [
|
|||||||
"sortablejs",
|
"sortablejs",
|
||||||
"swiper/vue",
|
"swiper/vue",
|
||||||
"mint-filter",
|
"mint-filter",
|
||||||
|
"highlight.js",
|
||||||
"@vueuse/core",
|
"@vueuse/core",
|
||||||
"vue3-danmaku",
|
"vue3-danmaku",
|
||||||
"v-contextmenu",
|
"v-contextmenu",
|
||||||
|
@ -19,7 +19,13 @@ export function getPluginsList(
|
|||||||
): PluginOption[] {
|
): PluginOption[] {
|
||||||
const lifecycle = process.env.npm_lifecycle_event;
|
const lifecycle = process.env.npm_lifecycle_event;
|
||||||
return [
|
return [
|
||||||
vue(),
|
vue({
|
||||||
|
template: {
|
||||||
|
compilerOptions: {
|
||||||
|
isCustomElement: tag => tag === "deep-chat"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}),
|
||||||
// jsx、tsx语法支持
|
// jsx、tsx语法支持
|
||||||
vueJsx(),
|
vueJsx(),
|
||||||
VueI18nPlugin({
|
VueI18nPlugin({
|
||||||
|
102
package.json
@ -56,8 +56,8 @@
|
|||||||
"@pureadmin/table": "^3.2.1",
|
"@pureadmin/table": "^3.2.1",
|
||||||
"@pureadmin/utils": "^2.5.0",
|
"@pureadmin/utils": "^2.5.0",
|
||||||
"@vue-flow/background": "^1.3.2",
|
"@vue-flow/background": "^1.3.2",
|
||||||
"@vue-flow/core": "^1.41.6",
|
"@vue-flow/core": "^1.42.1",
|
||||||
"@vueuse/core": "^12.0.0",
|
"@vueuse/core": "^12.5.0",
|
||||||
"@vueuse/motion": "^2.2.6",
|
"@vueuse/motion": "^2.2.6",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||||
@ -65,13 +65,15 @@
|
|||||||
"animate.css": "^4.1.1",
|
"animate.css": "^4.1.1",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.7.9",
|
||||||
"china-area-data": "^5.0.1",
|
"china-area-data": "^5.0.1",
|
||||||
"codemirror": "^5",
|
"codemirror": "^5.65.18",
|
||||||
"codemirror-editor-vue3": "^2.8.0",
|
"codemirror-editor-vue3": "^2.8.0",
|
||||||
"cropperjs": "^1.6.2",
|
"cropperjs": "^1.6.2",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"echarts": "^5.5.1",
|
"deep-chat": "^2.1.1",
|
||||||
|
"echarts": "^5.6.0",
|
||||||
"el-table-infinite-scroll": "^3.0.6",
|
"el-table-infinite-scroll": "^3.0.6",
|
||||||
"element-plus": "^2.9.0",
|
"element-plus": "^2.9.4",
|
||||||
|
"highlight.js": "^11.11.1",
|
||||||
"intro.js": "^7.2.0",
|
"intro.js": "^7.2.0",
|
||||||
"js-cookie": "^3.0.5",
|
"js-cookie": "^3.0.5",
|
||||||
"jsbarcode": "^3.11.6",
|
"jsbarcode": "^3.11.6",
|
||||||
@ -81,98 +83,98 @@
|
|||||||
"mqtt": "4.3.7",
|
"mqtt": "4.3.7",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"path-browserify": "^1.0.1",
|
"path-browserify": "^1.0.1",
|
||||||
"pinia": "^2.3.0",
|
"pinia": "^3.0.1",
|
||||||
"pinyin-pro": "^3.26.0",
|
"pinyin-pro": "^3.26.0",
|
||||||
"plus-pro-components": "^0.1.18",
|
"plus-pro-components": "^0.1.20",
|
||||||
"qrcode": "^1.5.4",
|
"qrcode": "^1.5.4",
|
||||||
"qs": "^6.13.1",
|
"qs": "^6.14.0",
|
||||||
"responsive-storage": "^2.2.0",
|
"responsive-storage": "^2.2.0",
|
||||||
"sortablejs": "^1.15.6",
|
"sortablejs": "^1.15.6",
|
||||||
"swiper": "^11.1.15",
|
"swiper": "^11.2.3",
|
||||||
"typeit": "^8.8.7",
|
"typeit": "^8.8.7",
|
||||||
"v-contextmenu": "^3.2.0",
|
"v-contextmenu": "^3.2.0",
|
||||||
"v3-infinite-loading": "^1.3.2",
|
"v3-infinite-loading": "^1.3.2",
|
||||||
"vditor": "^3.10.8",
|
"vditor": "^3.10.9",
|
||||||
"version-rocket": "^1.7.4",
|
"version-rocket": "^1.7.4",
|
||||||
"vue": "^3.5.13",
|
"vue": "^3.5.13",
|
||||||
"vue-i18n": "^10.0.5",
|
"vue-i18n": "^11.1.1",
|
||||||
"vue-json-pretty": "^2.4.0",
|
"vue-json-pretty": "^2.4.0",
|
||||||
"vue-pdf-embed": "^2.1.1",
|
"vue-pdf-embed": "^2.1.2",
|
||||||
"vue-router": "^4.5.0",
|
"vue-router": "^4.5.0",
|
||||||
"vue-tippy": "^6.5.0",
|
"vue-tippy": "^6.6.0",
|
||||||
"vue-types": "^5.1.3",
|
"vue-types": "^5.1.3",
|
||||||
"vue-virtual-scroller": "2.0.0-beta.8",
|
"vue-virtual-scroller": "2.0.0-beta.8",
|
||||||
"vue-waterfall-plugin-next": "^2.6.4",
|
"vue-waterfall-plugin-next": "^2.6.5",
|
||||||
"vue3-danmaku": "^1.6.1",
|
"vue3-danmaku": "^1.6.1",
|
||||||
"vue3-puzzle-vcode": "^1.1.7",
|
"vue3-puzzle-vcode": "^1.1.7",
|
||||||
"vuedraggable": "^4.1.0",
|
"vuedraggable": "^4.1.0",
|
||||||
"vxe-table": "4.6.25",
|
"vxe-table": "4.6.25",
|
||||||
"wavesurfer.js": "^7.8.10",
|
"wavesurfer.js": "^7.9.1",
|
||||||
"xgplayer": "^3.0.20",
|
"xgplayer": "^3.0.20",
|
||||||
"xlsx": "^0.18.5"
|
"xlsx": "^0.18.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "^19.6.0",
|
"@commitlint/cli": "^19.7.1",
|
||||||
"@commitlint/config-conventional": "^19.6.0",
|
"@commitlint/config-conventional": "^19.7.1",
|
||||||
"@commitlint/types": "^19.5.0",
|
"@commitlint/types": "^19.5.0",
|
||||||
"@eslint/js": "^9.16.0",
|
"@eslint/js": "^9.20.0",
|
||||||
"@faker-js/faker": "^9.3.0",
|
"@faker-js/faker": "^9.5.0",
|
||||||
"@iconify-icons/ep": "^1.2.12",
|
"@iconify-icons/ep": "^1.2.12",
|
||||||
"@iconify-icons/ri": "^1.2.10",
|
"@iconify-icons/ri": "^1.2.10",
|
||||||
"@iconify/vue": "^4.2.0",
|
"@iconify/vue": "4.2.0",
|
||||||
"@intlify/unplugin-vue-i18n": "^6.0.1",
|
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
||||||
"@types/codemirror": "^5.60.15",
|
"@types/codemirror": "^5.60.15",
|
||||||
"@types/dagre": "^0.7.52",
|
"@types/dagre": "^0.7.52",
|
||||||
"@types/intro.js": "^5.1.5",
|
"@types/intro.js": "^5.1.5",
|
||||||
"@types/js-cookie": "^3.0.6",
|
"@types/js-cookie": "^3.0.6",
|
||||||
"@types/node": "^20.17.9",
|
"@types/node": "^20.17.19",
|
||||||
"@types/nprogress": "^0.2.3",
|
"@types/nprogress": "^0.2.3",
|
||||||
"@types/path-browserify": "^1.0.3",
|
"@types/path-browserify": "^1.0.3",
|
||||||
"@types/qrcode": "^1.5.5",
|
"@types/qrcode": "^1.5.5",
|
||||||
"@types/qs": "^6.9.17",
|
"@types/qs": "^6.9.18",
|
||||||
"@types/sortablejs": "^1.15.8",
|
"@types/sortablejs": "^1.15.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
||||||
"@typescript-eslint/parser": "^8.18.0",
|
"@typescript-eslint/parser": "^8.24.0",
|
||||||
"@vitejs/plugin-vue": "^5.2.1",
|
"@vitejs/plugin-vue": "^5.2.1",
|
||||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"boxen": "^8.0.1",
|
"boxen": "^8.0.1",
|
||||||
"code-inspector-plugin": "^0.18.2",
|
"code-inspector-plugin": "^0.20.0",
|
||||||
"cssnano": "^7.0.6",
|
"cssnano": "^7.0.6",
|
||||||
"dagre": "^0.8.5",
|
"dagre": "^0.8.5",
|
||||||
"eslint": "^9.16.0",
|
"eslint": "^9.20.1",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^10.0.1",
|
||||||
"eslint-define-config": "^2.1.0",
|
"eslint-define-config": "^2.1.0",
|
||||||
"eslint-plugin-prettier": "^5.2.1",
|
"eslint-plugin-prettier": "^5.2.3",
|
||||||
"eslint-plugin-vue": "^9.32.0",
|
"eslint-plugin-vue": "^9.32.0",
|
||||||
"gradient-string": "^3.0.0",
|
"gradient-string": "^3.0.0",
|
||||||
"husky": "^9.1.7",
|
"husky": "^9.1.7",
|
||||||
"lint-staged": "^15.2.10",
|
"lint-staged": "^15.4.3",
|
||||||
"postcss": "^8.4.49",
|
"postcss": "^8.5.2",
|
||||||
"postcss-html": "^1.7.0",
|
"postcss-html": "^1.8.0",
|
||||||
"postcss-import": "^16.1.0",
|
"postcss-import": "^16.1.0",
|
||||||
"postcss-scss": "^4.0.9",
|
"postcss-scss": "^4.0.9",
|
||||||
"prettier": "^3.4.2",
|
"prettier": "^3.5.1",
|
||||||
"rimraf": "^6.0.1",
|
"rimraf": "^6.0.1",
|
||||||
"rollup-plugin-visualizer": "^5.12.0",
|
"rollup-plugin-visualizer": "^5.14.0",
|
||||||
"sass": "^1.82.0",
|
"sass": "^1.85.0",
|
||||||
"stylelint": "^16.11.0",
|
"stylelint": "^16.14.1",
|
||||||
"stylelint-config-recess-order": "^5.1.1",
|
"stylelint-config-recess-order": "^6.0.0",
|
||||||
"stylelint-config-recommended-vue": "^1.5.0",
|
"stylelint-config-recommended-vue": "^1.6.0",
|
||||||
"stylelint-config-standard-scss": "^13.1.0",
|
"stylelint-config-standard-scss": "^14.0.0",
|
||||||
"stylelint-prettier": "^5.0.2",
|
"stylelint-prettier": "^5.0.3",
|
||||||
"svgo": "^3.3.2",
|
"svgo": "^3.3.2",
|
||||||
"tailwindcss": "^3.4.16",
|
"tailwindcss": "3.4.17",
|
||||||
"typescript": "5.6.3",
|
"typescript": "^5.7.3",
|
||||||
"vite": "^6.0.3",
|
"vite": "^6.1.0",
|
||||||
"vite-plugin-cdn-import": "^1.0.1",
|
"vite-plugin-cdn-import": "^1.0.1",
|
||||||
"vite-plugin-compression": "^0.5.1",
|
"vite-plugin-compression": "^0.5.1",
|
||||||
"vite-plugin-fake-server": "^2.1.5",
|
"vite-plugin-fake-server": "^2.2.0",
|
||||||
"vite-plugin-remove-console": "^2.2.0",
|
"vite-plugin-remove-console": "^2.2.0",
|
||||||
"vite-plugin-router-warn": "^1.0.0",
|
"vite-plugin-router-warn": "^1.0.0",
|
||||||
"vite-svg-loader": "^5.1.0",
|
"vite-svg-loader": "^5.1.0",
|
||||||
"vue-eslint-parser": "^9.4.3",
|
"vue-eslint-parser": "^9.4.3",
|
||||||
"vue-tsc": "^2.1.10"
|
"vue-tsc": "^2.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18.18.0 || ^20.9.0 || >=22.0.0",
|
"node": "^18.18.0 || ^20.9.0 || >=22.0.0",
|
||||||
@ -196,6 +198,14 @@
|
|||||||
"allowedVersions": {
|
"allowedVersions": {
|
||||||
"eslint": "9"
|
"eslint": "9"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@parcel/watcher",
|
||||||
|
"core-js",
|
||||||
|
"es5-ext",
|
||||||
|
"esbuild",
|
||||||
|
"typeit",
|
||||||
|
"vue-demi"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
3643
pnpm-lock.yaml
generated
@ -28,8 +28,7 @@
|
|||||||
c = document.createElement("div");
|
c = document.createElement("div");
|
||||||
(c.innerHTML = e._iconfont_svg_string_2208059),
|
(c.innerHTML = e._iconfont_svg_string_2208059),
|
||||||
(c = c.getElementsByTagName("svg")[0]) &&
|
(c = c.getElementsByTagName("svg")[0]) &&
|
||||||
(c.setAttribute("aria-hidden", "true"),
|
((c.style.position = "absolute"),
|
||||||
(c.style.position = "absolute"),
|
|
||||||
(c.style.width = 0),
|
(c.style.width = 0),
|
||||||
(c.style.height = 0),
|
(c.style.height = 0),
|
||||||
(c.style.overflow = "hidden"),
|
(c.style.overflow = "hidden"),
|
||||||
|
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" class="iconify iconify--ant-design" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="iconify iconify--ant-design" viewBox="0 0 1024 1024"><path fill="currentColor" d="M864 170h-60c-4.4 0-8 3.6-8 8v518H310v-73c0-6.7-7.8-10.5-13-6.3l-141.9 112a8 8 0 0 0 0 12.6l141.9 112c5.3 4.2 13 .4 13-6.3v-75h498c35.3 0 64-28.7 64-64V178c0-4.4-3.6-8-8-8"/></svg>
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 332 B |
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" aria-hidden="true" class="re-screen" color="#00000073" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 4H1V3h2V1h1v2.5zM13 3V1h-1v2.5l.5.5H15V3zm-1 9.5V15h1v-2h2v-1h-2.5zM1 12v1h2v2h1v-2.5l-.5-.5zm11-1.5-.5.5h-7l-.5-.5v-5l.5-.5h7l.5.5zM10 7H6v2h4z"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="re-screen" color="#00000073" viewBox="0 0 16 16"><path fill="currentColor" d="M3.5 4H1V3h2V1h1v2.5zM13 3V1h-1v2.5l.5.5H15V3zm-1 9.5V15h1v-2h2v-1h-2.5zM1 12v1h2v2h1v-2.5l-.5-.5zm11-1.5-.5.5h-7l-.5-.5v-5l.5-.5h7l.5.5zM10 7H6v2h4z"/></svg>
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 308 B |
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" aria-hidden="true" class="re-screen" color="#00000073" viewBox="0 0 16 16"><path fill="currentColor" d="M3 12h10V4H3zm2-6h6v4H5zM2 6H1V2.5l.5-.5H5v1H2zm13-3.5V6h-1V3h-3V2h3.5zM14 10h1v3.5l-.5.5H11v-1h3zM2 13h3v1H1.5l-.5-.5V10h1z"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="re-screen" color="#00000073" viewBox="0 0 16 16"><path fill="currentColor" d="M3 12h10V4H3zm2-6h6v4H5zM2 6H1V2.5l.5-.5H5v1H2zm13-3.5V6h-1V3h-3V2h3.5zM14 10h1v3.5l-.5.5H11v-1h3zM2 13h3v1H1.5l-.5-.5V10h1z"/></svg>
|
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 283 B |
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" aria-hidden="true" class="globalization" viewBox="0 0 512 512"><path fill="currentColor" d="m478.33 433.6-90-218a22 22 0 0 0-40.67 0l-90 218a22 22 0 1 0 40.67 16.79L316.66 406h102.67l18.33 44.39A22 22 0 0 0 458 464a22 22 0 0 0 20.32-30.4zM334.83 362 368 281.65 401.17 362zm-66.99-19.08a22 22 0 0 0-4.89-30.7c-.2-.15-15-11.13-36.49-34.73 39.65-53.68 62.11-114.75 71.27-143.49H330a22 22 0 0 0 0-44H214V70a22 22 0 0 0-44 0v20H54a22 22 0 0 0 0 44h197.25c-9.52 26.95-27.05 69.5-53.79 108.36-31.41-41.68-43.08-68.65-43.17-68.87a22 22 0 0 0-40.58 17c.58 1.38 14.55 34.23 52.86 83.93.92 1.19 1.83 2.35 2.74 3.51-39.24 44.35-77.74 71.86-93.85 80.74a22 22 0 1 0 21.07 38.63c2.16-1.18 48.6-26.89 101.63-85.59 22.52 24.08 38 35.44 38.93 36.1a22 22 0 0 0 30.75-4.9z"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" class="globalization" viewBox="0 0 512 512"><path fill="currentColor" d="m478.33 433.6-90-218a22 22 0 0 0-40.67 0l-90 218a22 22 0 1 0 40.67 16.79L316.66 406h102.67l18.33 44.39A22 22 0 0 0 458 464a22 22 0 0 0 20.32-30.4zM334.83 362 368 281.65 401.17 362zm-66.99-19.08a22 22 0 0 0-4.89-30.7c-.2-.15-15-11.13-36.49-34.73 39.65-53.68 62.11-114.75 71.27-143.49H330a22 22 0 0 0 0-44H214V70a22 22 0 0 0-44 0v20H54a22 22 0 0 0 0 44h197.25c-9.52 26.95-27.05 69.5-53.79 108.36-31.41-41.68-43.08-68.65-43.17-68.87a22 22 0 0 0-40.58 17c.58 1.38 14.55 34.23 52.86 83.93.92 1.19 1.83 2.35 2.74 3.51-39.24 44.35-77.74 71.86-93.85 80.74a22 22 0 1 0 21.07 38.63c2.16-1.18 48.6-26.89 101.63-85.59 22.52 24.08 38 35.44 38.93 36.1a22 22 0 0 0 30.75-4.9z"/></svg>
|
Before Width: | Height: | Size: 826 B After Width: | Height: | Size: 807 B |
@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M1 7h6v2H3v2h4v2H3v2h4v2H1zm10 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H9v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2m8 0h2a2 2 0 0 1 2 2v1h-2V9h-2v6h2v-1h2v1c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M1 7h6v2H3v2h4v2H3v2h4v2H1zm10 0h4v2h-4v2h2a2 2 0 0 1 2 2v2c0 1.11-.89 2-2 2H9v-2h4v-2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2m8 0h2a2 2 0 0 1 2 2v1h-2V9h-2v6h2v-1h2v1c0 1.11-.89 2-2 2h-2a2 2 0 0 1-2-2V9c0-1.1.9-2 2-2"/></svg>
|
Before Width: | Height: | Size: 379 B After Width: | Height: | Size: 360 B |
@ -1 +1 @@
|
|||||||
<svg width="32" height="32" fill="currentColor" aria-hidden="true" data-icon="holder" viewBox="64 64 896 896"><path d="M300 276.5a56 56 0 1 0 56-97 56 56 0 0 0-56 97m0 284a56 56 0 1 0 56-97 56 56 0 0 0-56 97M640 228a56 56 0 1 0 112 0 56 56 0 0 0-112 0m0 284a56 56 0 1 0 112 0 56 56 0 0 0-112 0M300 844.5a56 56 0 1 0 56-97 56 56 0 0 0-56 97M640 796a56 56 0 1 0 112 0 56 56 0 0 0-112 0"/></svg>
|
<svg width="32" height="32" fill="currentColor" data-icon="holder" viewBox="64 64 896 896"><path d="M300 276.5a56 56 0 1 0 56-97 56 56 0 0 0-56 97m0 284a56 56 0 1 0 56-97 56 56 0 0 0-56 97M640 228a56 56 0 1 0 112 0 56 56 0 0 0-112 0m0 284a56 56 0 1 0 112 0 56 56 0 0 0-112 0M300 844.5a56 56 0 1 0 56-97 56 56 0 0 0-56 97M640 796a56 56 0 1 0 112 0 56 56 0 0 0-112 0"/></svg>
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 373 B |
@ -28,8 +28,7 @@
|
|||||||
((o = document.createElement("div")).innerHTML = i),
|
((o = document.createElement("div")).innerHTML = i),
|
||||||
(i = null),
|
(i = null),
|
||||||
(e = o.getElementsByTagName("svg")[0]) &&
|
(e = o.getElementsByTagName("svg")[0]) &&
|
||||||
(e.setAttribute("aria-hidden", "true"),
|
((e.style.position = "absolute"),
|
||||||
(e.style.position = "absolute"),
|
|
||||||
(e.style.width = 0),
|
(e.style.width = 0),
|
||||||
(e.style.height = 0),
|
(e.style.height = 0),
|
||||||
(e.style.overflow = "hidden"),
|
(e.style.overflow = "hidden"),
|
||||||
|
@ -219,8 +219,8 @@ watch(
|
|||||||
&:hover {
|
&:hover {
|
||||||
color: var(--el-color-primary);
|
color: var(--el-color-primary);
|
||||||
border-color: var(--el-color-primary);
|
border-color: var(--el-color-primary);
|
||||||
transition: all 0.4s;
|
|
||||||
transform: scaleX(1.05);
|
transform: scaleX(1.05);
|
||||||
|
transition: all 0.4s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,8 +27,7 @@ export default defineComponent({
|
|||||||
return h(
|
return h(
|
||||||
"svg",
|
"svg",
|
||||||
{
|
{
|
||||||
class: "icon-svg",
|
class: "icon-svg"
|
||||||
"aria-hidden": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
default: () => [
|
default: () => [
|
||||||
|
@ -17,6 +17,7 @@ export default defineComponent({
|
|||||||
IconifyIcon,
|
IconifyIcon,
|
||||||
{
|
{
|
||||||
icon: this.icon,
|
icon: this.icon,
|
||||||
|
"aria-hidden": false,
|
||||||
style: attrs?.style
|
style: attrs?.style
|
||||||
? Object.assign(attrs.style, { outline: "none" })
|
? Object.assign(attrs.style, { outline: "none" })
|
||||||
: { outline: "none" },
|
: { outline: "none" },
|
||||||
|
@ -17,6 +17,7 @@ export default defineComponent({
|
|||||||
IconifyIcon,
|
IconifyIcon,
|
||||||
{
|
{
|
||||||
icon: `${this.icon}`,
|
icon: `${this.icon}`,
|
||||||
|
"aria-hidden": false,
|
||||||
style: attrs?.style
|
style: attrs?.style
|
||||||
? Object.assign(attrs.style, { outline: "none" })
|
? Object.assign(attrs.style, { outline: "none" })
|
||||||
: { outline: "none" },
|
: { outline: "none" },
|
||||||
|
@ -39,8 +39,7 @@
|
|||||||
(t.innerHTML = i),
|
(t.innerHTML = i),
|
||||||
(i = null),
|
(i = null),
|
||||||
(t = t.getElementsByTagName("svg")[0]) &&
|
(t = t.getElementsByTagName("svg")[0]) &&
|
||||||
(t.setAttribute("aria-hidden", "true"),
|
((t.style.position = "absolute"),
|
||||||
(t.style.position = "absolute"),
|
|
||||||
(t.style.width = 0),
|
(t.style.width = 0),
|
||||||
(t.style.height = 0),
|
(t.style.height = 0),
|
||||||
(t.style.overflow = "hidden"),
|
(t.style.overflow = "hidden"),
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { h, onMounted, ref, useSlots } from "vue";
|
import { h, onMounted, ref } from "vue";
|
||||||
import { type TippyOptions, useTippy } from "vue-tippy";
|
import { type TippyOptions, type TippyContent, useTippy } from "vue-tippy";
|
||||||
|
|
||||||
defineOptions({
|
defineOptions({
|
||||||
name: "ReText"
|
name: "ReText"
|
||||||
@ -17,7 +17,10 @@ const props = defineProps({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const $slots = useSlots();
|
const slots = defineSlots<{
|
||||||
|
content: () => TippyContent;
|
||||||
|
default: () => any;
|
||||||
|
}>();
|
||||||
|
|
||||||
const textRef = ref();
|
const textRef = ref();
|
||||||
const tippyFunc = ref();
|
const tippyFunc = ref();
|
||||||
@ -33,7 +36,7 @@ const isTextEllipsis = (el: HTMLElement) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getTippyProps = () => ({
|
const getTippyProps = () => ({
|
||||||
content: h($slots.content || $slots.default),
|
content: h(slots.content || slots.default),
|
||||||
...props.tippyProps
|
...props.tippyProps
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -121,8 +121,8 @@ onBeforeUnmount(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 280px;
|
max-width: 280px;
|
||||||
box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
|
box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
|
||||||
transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
|
|
||||||
transform: translate(100%);
|
transform: translate(100%);
|
||||||
|
transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.show {
|
.show {
|
||||||
|
@ -60,11 +60,11 @@ const { title, getLogo } = useNav();
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
margin: 2px 0 0 12px;
|
margin: 2px 0 0 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
color: var(--pure-theme-sub-menu-active-text);
|
color: var(--pure-theme-sub-menu-active-text);
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -59,10 +59,10 @@
|
|||||||
color: var(--el-color-primary);
|
color: var(--el-color-primary);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
transform: translate(0, -50%);
|
||||||
transition:
|
transition:
|
||||||
background-color 0.12s,
|
background-color 0.12s,
|
||||||
color 0.12s;
|
color 0.12s;
|
||||||
transform: translate(0, -50%);
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgb(0 0 0 / 88%) !important;
|
color: rgb(0 0 0 / 88%) !important;
|
||||||
@ -127,10 +127,10 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: var(--el-text-color-primary);
|
color: var(--el-text-color-primary);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
outline: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
outline: 0;
|
|
||||||
box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
|
box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
@ -511,6 +511,7 @@ function tagOnClick(item) {
|
|||||||
} else {
|
} else {
|
||||||
router.push({ path });
|
router.push({ path });
|
||||||
}
|
}
|
||||||
|
emitter.emit("tagOnClick", item);
|
||||||
}
|
}
|
||||||
|
|
||||||
onClickOutside(contextmenuRef, closeMenu, {
|
onClickOutside(contextmenuRef, closeMenu, {
|
||||||
|
@ -210,8 +210,8 @@ const LayHeader = defineComponent({
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
display: table;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
|
display: table;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,35 +1,37 @@
|
|||||||
// 完整版菜单比较多,将 rank 抽离出来,在此方便维护
|
// 完整版菜单比较多,将 rank 抽离出来,在此方便维护
|
||||||
|
|
||||||
const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以后端在返回 rank 的时候需要从非 0 开始
|
const home = 0, // 平台规定只有 home 路由的 rank 才能为 0 ,所以后端在返回 rank 的时候需要从非 0 开始
|
||||||
vueflow = 1,
|
chatai = 1,
|
||||||
ganttastic = 2,
|
vueflow = 2,
|
||||||
components = 3,
|
ganttastic = 3,
|
||||||
able = 4,
|
components = 4,
|
||||||
table = 5,
|
able = 5,
|
||||||
form = 6,
|
table = 6,
|
||||||
list = 7,
|
form = 7,
|
||||||
result = 8,
|
list = 8,
|
||||||
error = 9,
|
result = 9,
|
||||||
frame = 10,
|
error = 10,
|
||||||
nested = 11,
|
frame = 11,
|
||||||
permission = 12,
|
nested = 12,
|
||||||
system = 13,
|
permission = 13,
|
||||||
monitor = 14,
|
system = 14,
|
||||||
tabs = 15,
|
monitor = 15,
|
||||||
about = 16,
|
tabs = 16,
|
||||||
codemirror = 17,
|
about = 17,
|
||||||
markdown = 18,
|
codemirror = 18,
|
||||||
editor = 19,
|
markdown = 19,
|
||||||
flowchart = 20,
|
editor = 20,
|
||||||
formdesign = 21,
|
flowchart = 21,
|
||||||
board = 22,
|
formdesign = 22,
|
||||||
ppt = 23,
|
board = 23,
|
||||||
mind = 24,
|
ppt = 24,
|
||||||
guide = 25,
|
mind = 25,
|
||||||
menuoverflow = 26;
|
guide = 26,
|
||||||
|
menuoverflow = 27;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
home,
|
home,
|
||||||
|
chatai,
|
||||||
vueflow,
|
vueflow,
|
||||||
ganttastic,
|
ganttastic,
|
||||||
components,
|
components,
|
||||||
|
22
src/router/modules/chatai.ts
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
import { chatai } from "@/router/enums";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
path: "/chatai",
|
||||||
|
redirect: "/chatai/index",
|
||||||
|
meta: {
|
||||||
|
icon: "ri:chat-search-line",
|
||||||
|
title: "chat-ai",
|
||||||
|
rank: chatai
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: "/chatai/index",
|
||||||
|
name: "ChatAi",
|
||||||
|
component: () => import("@/views/chatai/index.vue"),
|
||||||
|
meta: {
|
||||||
|
title: "chat-ai",
|
||||||
|
extraIcon: "IF-pure-iconfont-new svg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
} satisfies RouteConfigsTable;
|
@ -1,3 +1,4 @@
|
|||||||
|
@use "sass:color";
|
||||||
@use "element-plus/theme-chalk/src/dark/css-vars.scss" as *;
|
@use "element-plus/theme-chalk/src/dark/css-vars.scss" as *;
|
||||||
|
|
||||||
/* 整体暗色风格适配 */
|
/* 整体暗色风格适配 */
|
||||||
|
@ -83,8 +83,8 @@
|
|||||||
.el-upload-list__item.is-ready &.el-icon--close {
|
.el-upload-list__item.is-ready &.el-icon--close {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
border-radius: 4px;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
|
border-radius: 4px;
|
||||||
transition:
|
transition:
|
||||||
background-color 0.2s,
|
background-color 0.2s,
|
||||||
color 0.2s;
|
color 0.2s;
|
||||||
@ -117,8 +117,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
& .el-message__closeBtn {
|
& .el-message__closeBtn {
|
||||||
border-radius: 4px;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
|
border-radius: 4px;
|
||||||
transition:
|
transition:
|
||||||
background-color 0.2s,
|
background-color 0.2s,
|
||||||
color 0.2s;
|
color 0.2s;
|
||||||
|
@ -25,7 +25,8 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
|
font-family:
|
||||||
|
"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
|
||||||
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
"Microsoft YaHei", "微软雅黑", Arial, sans-serif;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
@ -57,8 +58,9 @@ code,
|
|||||||
kbd,
|
kbd,
|
||||||
samp,
|
samp,
|
||||||
pre {
|
pre {
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
font-family:
|
||||||
"Liberation Mono", "Courier New", monospace;
|
ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
||||||
|
"Courier New", monospace;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -191,8 +191,8 @@
|
|||||||
.el-menu-item.is-active.nest-menu::before {
|
.el-menu-item.is-active.nest-menu::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0 8px;
|
inset: 0 8px;
|
||||||
margin: 4px 0;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin: 4px 0;
|
||||||
content: "";
|
content: "";
|
||||||
background: var(--el-color-primary) !important;
|
background: var(--el-color-primary) !important;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -212,13 +212,13 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
clear: both;
|
||||||
width: 2px;
|
width: 2px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
clear: both;
|
|
||||||
content: "";
|
content: "";
|
||||||
background-color: var(--pure-theme-menu-active-before);
|
background-color: var(--pure-theme-menu-active-before);
|
||||||
transition: all var(--pure-transition-duration) ease-in-out;
|
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
|
transition: all var(--pure-transition-duration) ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-menu--collapse .outer-most.el-sub-menu > .el-sub-menu__title::before {
|
.el-menu--collapse .outer-most.el-sub-menu > .el-sub-menu__title::before {
|
||||||
@ -241,8 +241,8 @@
|
|||||||
.is-active.submenu-title-noDropdown.outer-most::before {
|
.is-active.submenu-title-noDropdown.outer-most::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0 8px;
|
inset: 0 8px;
|
||||||
margin: 4px 0;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin: 4px 0;
|
||||||
content: "";
|
content: "";
|
||||||
background: var(--el-color-primary) !important;
|
background: var(--el-color-primary) !important;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -436,11 +436,11 @@
|
|||||||
height: 32px;
|
height: 32px;
|
||||||
margin: 2px 0 0 12px;
|
margin: 2px 0 0 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
color: var(--pure-theme-sub-menu-active-text);
|
color: var(--pure-theme-sub-menu-active-text);
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -578,8 +578,8 @@
|
|||||||
&.hideSidebar {
|
&.hideSidebar {
|
||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition-duration: 0.3s;
|
|
||||||
transform: translate3d(-$sideBarWidth, 0, 0);
|
transform: translate3d(-$sideBarWidth, 0, 0);
|
||||||
|
transition-duration: 0.3s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -622,10 +622,10 @@ body[layout="vertical"] {
|
|||||||
.el-sub-menu {
|
.el-sub-menu {
|
||||||
& > .el-sub-menu__title {
|
& > .el-sub-menu__title {
|
||||||
& > span {
|
& > span {
|
||||||
|
visibility: visible;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
visibility: visible;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -716,10 +716,10 @@ body[layout="mix"] {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
|
visibility: visible;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
visibility: visible;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,10 +4,11 @@ import mitt from "mitt";
|
|||||||
/** 全局公共事件需要在此处添加类型 */
|
/** 全局公共事件需要在此处添加类型 */
|
||||||
type Events = {
|
type Events = {
|
||||||
openPanel: string;
|
openPanel: string;
|
||||||
tagViewsChange: string;
|
tagOnClick: string;
|
||||||
tagViewsShowModel: string;
|
|
||||||
logoChange: boolean;
|
logoChange: boolean;
|
||||||
|
tagViewsChange: string;
|
||||||
changLayoutRoute: string;
|
changLayoutRoute: string;
|
||||||
|
tagViewsShowModel: string;
|
||||||
imageInfo: {
|
imageInfo: {
|
||||||
img: HTMLImageElement;
|
img: HTMLImageElement;
|
||||||
height: number;
|
height: number;
|
||||||
|
@ -158,8 +158,8 @@ getMine().then(res => {
|
|||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0 8px;
|
inset: 0 8px;
|
||||||
margin: 4px 0;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin: 4px 0;
|
||||||
content: "";
|
content: "";
|
||||||
background: var(--el-color-primary);
|
background: var(--el-color-primary);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
142
src/views/chatai/components/Bard.vue
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="
|
||||||
|
background-color: #f3f6fc;
|
||||||
|
border-color: #dcdcdc;
|
||||||
|
border-radius: 10px;
|
||||||
|
"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
borderRadius: '20px',
|
||||||
|
border: '1px solid #969696',
|
||||||
|
boxShadow: 'unset',
|
||||||
|
width: '78%',
|
||||||
|
marginLeft: '-15px'
|
||||||
|
},
|
||||||
|
text: { padding: '10px', paddingLeft: '15px', paddingRight: '34px' }
|
||||||
|
},
|
||||||
|
placeholder: { text: '发送消息', style: { color: '#bcbcbc' } }
|
||||||
|
}"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: {
|
||||||
|
maxWidth: '100%',
|
||||||
|
backgroundColor: 'unset',
|
||||||
|
marginTop: '10px',
|
||||||
|
marginBottom: '10px'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
user: { bubble: { marginLeft: '0px', color: 'black' } },
|
||||||
|
ai: {
|
||||||
|
innerContainer: { borderRadius: '15px', backgroundColor: 'white' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:avatars="{
|
||||||
|
default: {
|
||||||
|
styles: {
|
||||||
|
position: 'left',
|
||||||
|
container: { marginLeft: '12px', marginRight: '5px' }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ai: {
|
||||||
|
src: 'https://xiaoxian521.github.io/hyperlink/img/vue-pure-admin/chatai/gemini.png',
|
||||||
|
styles: { position: 'left', avatar: { paddingTop: '6px' } }
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:speechToText="{
|
||||||
|
webSpeech: { language: 'zh-CN' },
|
||||||
|
button: {
|
||||||
|
default: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
bottom: '1em',
|
||||||
|
right: '0.6em',
|
||||||
|
borderRadius: '20px',
|
||||||
|
width: '1.9em',
|
||||||
|
height: '1.9em'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
svg: { styles: { default: { bottom: '0.35em', left: '0.35em' } } }
|
||||||
|
},
|
||||||
|
position: 'inside-right'
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
position: 'outside-right',
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
bottom: '0.9em',
|
||||||
|
borderRadius: '25px',
|
||||||
|
padding: '6px 5px 4px',
|
||||||
|
backgroundColor: '#f3f6fc'
|
||||||
|
},
|
||||||
|
hover: { backgroundColor: '#b0deff4f' },
|
||||||
|
click: { backgroundColor: '#b0deffb5' }
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
content:
|
||||||
|
'<?xml version="1.0" encoding="utf-8"?> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.426 11.095-17-8A.999.999 0 0 0 3.03 4.242L4.969 12 3.03 19.758a.998.998 0 0 0 1.396 1.147l17-8a1 1 0 0 0 0-1.81zM5.481 18.197l.839-3.357L12 12 6.32 9.16l-.839-3.357L18.651 12l-13.17 6.197z"/></svg>',
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(10%) sepia(86%) saturate(6044%) hue-rotate(205deg) brightness(100%) contrast(100%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(3044%) hue-rotate(322deg) brightness(100%) contrast(96%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
stop: {
|
||||||
|
container: { hover: { backgroundColor: '#ededed' } },
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(59%) sepia(0%) saturate(0%) hue-rotate(348deg) brightness(96%) contrast(93%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '韩信是谁?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '韩信(约前231年-前196年),是秦末汉初时期的杰出军事家和战略家,被后世誉为“兵仙”。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
147
src/views/chatai/components/Bing.vue
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="
|
||||||
|
background: linear-gradient(
|
||||||
|
90deg,
|
||||||
|
rgb(239 242 247) 0%,
|
||||||
|
7.6029%,
|
||||||
|
rgb(237 240 249) 15.2057%,
|
||||||
|
20.7513%,
|
||||||
|
rgb(235 239 248) 26.297%,
|
||||||
|
27.6386%,
|
||||||
|
rgb(235 239 248) 28.9803%,
|
||||||
|
38.2826%,
|
||||||
|
rgb(231 237 249) 47.585%,
|
||||||
|
48.1216%,
|
||||||
|
rgb(230 236 250) 48.6583%,
|
||||||
|
53.1306%,
|
||||||
|
rgb(228 236 249) 57.6029%,
|
||||||
|
61.5385%,
|
||||||
|
rgb(227 234 250) 65.4741%,
|
||||||
|
68.7835%,
|
||||||
|
rgb(222 234 250) 72.093%,
|
||||||
|
75.7603%,
|
||||||
|
rgb(219 230 248) 79.4275%,
|
||||||
|
82.8265%,
|
||||||
|
rgb(216 229 248) 86.2254%,
|
||||||
|
87.8354%,
|
||||||
|
rgb(213 228 249) 89.4454%,
|
||||||
|
91.8605%,
|
||||||
|
rgb(210 226 249) 94.2755%,
|
||||||
|
95.4383%,
|
||||||
|
rgb(209 225 248) 96.6011%,
|
||||||
|
98.3005%,
|
||||||
|
rgb(208 224 247) 100%
|
||||||
|
);
|
||||||
|
border-color: #e4e4e4;
|
||||||
|
border-radius: 10px;
|
||||||
|
"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
borderRadius: '20px',
|
||||||
|
border: 'unset',
|
||||||
|
width: '78%',
|
||||||
|
marginLeft: '-15px',
|
||||||
|
boxShadow:
|
||||||
|
'0px 0.3px 0.9px rgba(0, 0, 0, 0.12), 0px 1.6px 3.6px rgba(0, 0, 0, 0.16)'
|
||||||
|
},
|
||||||
|
text: { padding: '10px', paddingLeft: '15px', paddingRight: '34px' }
|
||||||
|
},
|
||||||
|
placeholder: { text: '发送消息', style: { color: '#606060' } }
|
||||||
|
}"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: {
|
||||||
|
backgroundColor: 'unset',
|
||||||
|
marginTop: '10px',
|
||||||
|
marginBottom: '10px',
|
||||||
|
boxShadow:
|
||||||
|
'0px 0.3px 0.9px rgba(0, 0, 0, 0.12), 0px 1.6px 3.6px rgba(0, 0, 0, 0.16)'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
user: {
|
||||||
|
bubble: {
|
||||||
|
background: 'linear-gradient(130deg, #2870EA 20%, #1B4AEF 77.5%)'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ai: { bubble: { background: 'rgba(255,255,255,0.7)' } }
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
position: 'outside-right',
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
bottom: '0.8em',
|
||||||
|
borderRadius: '25px',
|
||||||
|
padding: '6px 5px 4px',
|
||||||
|
backgroundColor: 'unset'
|
||||||
|
},
|
||||||
|
hover: { backgroundColor: '#b0deff4f' },
|
||||||
|
click: { backgroundColor: '#b0deffb5' }
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
content:
|
||||||
|
'<?xml version="1.0" encoding="utf-8"?> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m21.426 11.095-17-8A.999.999 0 0 0 3.03 4.242L4.969 12 3.03 19.758a.998.998 0 0 0 1.396 1.147l17-8a1 1 0 0 0 0-1.81zM5.481 18.197l.839-3.357L12 12 6.32 9.16l-.839-3.357L18.651 12l-13.17 6.197z"/></svg>',
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(10%) sepia(86%) saturate(6044%) hue-rotate(205deg) brightness(100%) contrast(100%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(3044%) hue-rotate(322deg) brightness(100%) contrast(96%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
stop: {
|
||||||
|
container: { hover: { backgroundColor: '#ededed94' } },
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(3044%) hue-rotate(322deg) brightness(100%) contrast(96%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '赵云是谁?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '赵云(约168年-229年),字子龙,是三国时期蜀汉的重要将领,以其忠诚和勇敢著称。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
75
src/views/chatai/components/Blue.vue
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="
|
||||||
|
border-radius: 10px;
|
||||||
|
border: unset;
|
||||||
|
background-image: url("https://xiaoxian521.github.io/hyperlink/img/vue-pure-admin/chatai/blue.jpg");
|
||||||
|
background-size: cover;
|
||||||
|
"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
user: {
|
||||||
|
bubble: { backgroundColor: '#2670ff' }
|
||||||
|
},
|
||||||
|
ai: { bubble: { backgroundColor: '#004f97', color: 'white' } }
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(60%) sepia(79%) saturate(643%) hue-rotate(185deg) brightness(102%) contrast(100%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
backgroundColor: '#004f97',
|
||||||
|
color: 'white',
|
||||||
|
boxShadow: 'unset'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
placeholder: { text: '发送消息', style: { color: '#d1d1d1' } }
|
||||||
|
}"
|
||||||
|
auxiliaryStyle="
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #0174db;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: unset;
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '熬夜都有哪些坏处?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '熬夜会损害身体健康,导致免疫力下降、精神不振和工作效率降低。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
114
src/views/chatai/components/ChatGPT.vue
Normal file
@ -0,0 +1,114 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="border-radius: 10px"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: {
|
||||||
|
maxWidth: '100%',
|
||||||
|
backgroundColor: 'unset',
|
||||||
|
marginTop: '10px',
|
||||||
|
marginBottom: '10px'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
user: {
|
||||||
|
bubble: {
|
||||||
|
marginLeft: '0px',
|
||||||
|
color: 'black'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ai: {
|
||||||
|
outerContainer: {
|
||||||
|
backgroundColor: 'rgba(247,247,248)',
|
||||||
|
borderTop: '1px solid rgba(0,0,0,.1)',
|
||||||
|
borderBottom: '1px solid rgba(0,0,0,.1)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:avatars="{
|
||||||
|
default: { styles: { position: 'left' } },
|
||||||
|
ai: { src: 'https://xiaoxian521.github.io/hyperlink/svg/openai.svg' }
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
padding: '1px 0 0 5px',
|
||||||
|
backgroundColor: '#19c37d'
|
||||||
|
},
|
||||||
|
hover: { backgroundColor: '#0bab69' },
|
||||||
|
click: { backgroundColor: '#068e56' }
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
content:
|
||||||
|
'<?xml version="1.0" ?> <svg viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg"> <g> <path d="M21.66,12a2,2,0,0,1-1.14,1.81L5.87,20.75A2.08,2.08,0,0,1,5,21a2,2,0,0,1-1.82-2.82L5.46,13H11a1,1,0,0,0,0-2H5.46L3.18,5.87A2,2,0,0,1,5.86,3.25h0l14.65,6.94A2,2,0,0,1,21.66,12Z"> </path> </g> </svg>',
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(100%) sepia(28%) saturate(2%) hue-rotate(69deg) brightness(107%) contrast(100%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
container: { default: { backgroundColor: 'white' } },
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(3044%) hue-rotate(322deg) brightness(100%) contrast(96%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
stop: {
|
||||||
|
container: {
|
||||||
|
default: { backgroundColor: 'white' },
|
||||||
|
hover: { backgroundColor: '#dadada52' }
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
content:
|
||||||
|
'<?xml version="1.0" encoding="utf-8"?> <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <rect width="24" height="24" rx="4" ry="4" /> </svg>',
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
width: '0.95em',
|
||||||
|
marginTop: '0.32em',
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(3044%) hue-rotate(322deg) brightness(100%) contrast(96%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{ placeholder: { text: '发送消息' } }"
|
||||||
|
:history="[
|
||||||
|
{ text: '李白是谁?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '李白(701年2月28日-762年),号青莲居士,又号“谪仙人”,是唐代著名的浪漫主义诗人,被后人誉为“诗仙”。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
85
src/views/chatai/components/Dark.vue
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="background-color: #292929; border: unset; border-radius: 10px"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
ai: { bubble: { backgroundColor: '#545454', color: 'white' } }
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
message: {
|
||||||
|
styles: {
|
||||||
|
bubble: { backgroundColor: '#545454', color: 'white' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
backgroundColor: '#666666',
|
||||||
|
border: 'unset',
|
||||||
|
color: '#e8e8e8'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
placeholder: {
|
||||||
|
text: '发送消息',
|
||||||
|
style: { color: '#bcbcbc' }
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: { bottom: '0.7rem' }
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(70%) sepia(52%) saturate(5617%) hue-rotate(185deg) brightness(101%) contrast(101%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
auxiliaryStyle="
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: unset;
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '什么水果适合减脂期间吃?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '减脂期间适合吃苹果、柑橘类水果、蓝莓和草莓等低热量、高纤维的水果,有助于增加饱腹感并促进新陈代谢。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
64
src/views/chatai/components/FullInput.vue
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="border-radius: 10px"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
width: '100%',
|
||||||
|
margin: '0',
|
||||||
|
border: 'unset',
|
||||||
|
borderTop: '1px solid #d5d5d5',
|
||||||
|
borderRadius: '0px',
|
||||||
|
boxShadow: 'unset'
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
fontSize: '1.05em',
|
||||||
|
paddingTop: '11px',
|
||||||
|
paddingBottom: '13px',
|
||||||
|
paddingLeft: '12px',
|
||||||
|
paddingRight: '2.4em'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
placeholder: { text: '发送消息', style: { color: '#bcbcbc' } }
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
transform: 'scale(1.21)',
|
||||||
|
marginBottom: '-3px',
|
||||||
|
marginRight: '0.4em'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '预防心梗、脑梗的方法?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '预防心梗和脑梗的关键方法包括保持健康的生活方式,如均衡饮食、定期锻炼、控制血压和血脂、戒烟限酒以及管理压力。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
60
src/views/chatai/components/Group.vue
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
auxiliaryStyle="
|
||||||
|
.deep-chat-top-message .message-bubble {
|
||||||
|
border-top-left-radius: 5px !important;
|
||||||
|
border-top-right-radius: 5px !important;
|
||||||
|
}
|
||||||
|
.deep-chat-middle-message .message-bubble {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
|
.deep-chat-bottom-message .message-bubble {
|
||||||
|
margin-top: 0px;
|
||||||
|
border-bottom-left-radius: 5px !important;
|
||||||
|
border-bottom-right-radius: 5px !important;
|
||||||
|
}
|
||||||
|
.deep-chat-top-message.deep-chat-bottom-message .message-bubble {
|
||||||
|
margin-top: 10px;
|
||||||
|
}"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: {
|
||||||
|
borderRadius: '0px'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' }
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '组1', role: 'group1' },
|
||||||
|
{ text: '组2-1', role: 'group2' },
|
||||||
|
{ text: '组2-2', role: 'group2' },
|
||||||
|
{ text: '组2-3', role: 'group2' },
|
||||||
|
{ text: '组3-1', role: 'group3' },
|
||||||
|
{ text: '组3-2', role: 'group3' }
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
/>
|
||||||
|
</template>
|
48
src/views/chatai/components/IntroPanel.vue
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' }
|
||||||
|
}"
|
||||||
|
demo="true"
|
||||||
|
style="border-radius: 8px"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
style="
|
||||||
|
display: none;
|
||||||
|
width: 200px;
|
||||||
|
padding: 12px;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
border-radius: 10px;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
<div style="margin-bottom: 8px; font-size: 16px; text-align: center">
|
||||||
|
<b>简介面板</b>
|
||||||
|
</div>
|
||||||
|
<div style="font-size: 15px; line-height: 20px">
|
||||||
|
插入描述以帮助您的用户了解如何使用该组件
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</deep-chat>
|
||||||
|
</template>
|
100
src/views/chatai/components/LoFi.vue
Normal file
@ -0,0 +1,100 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="
|
||||||
|
border-radius: 10px;
|
||||||
|
border: unset;
|
||||||
|
background-image: url("https://xiaoxian521.github.io/hyperlink/img/vue-pure-admin/chatai/lofi.png");
|
||||||
|
background-size: cover;
|
||||||
|
"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
user: {
|
||||||
|
bubble: {
|
||||||
|
background:
|
||||||
|
'linear-gradient(90deg, rgb(225 37 255) 0%, rgb(161, 99, 233) 100%)',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
ai: {
|
||||||
|
bubble: {
|
||||||
|
background:
|
||||||
|
'linear-gradient(90deg, rgb(0, 162, 255) 30%, rgb(197 119 255) 100%)',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
message: {
|
||||||
|
styles: {
|
||||||
|
bubble: {
|
||||||
|
background:
|
||||||
|
'linear-gradient(90deg, rgb(0, 162, 255) 30%, rgb(197 119 255) 100%)',
|
||||||
|
color: 'white'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' },
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
backgroundColor: 'rgb(239 245 255)',
|
||||||
|
color: '#0d008d'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(26%) sepia(95%) saturate(6989%) hue-rotate(288deg) brightness(107%) contrast(122%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
auxiliaryStyle="
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #54a7ff;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: unset;
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '公认的最减肥运动推荐一个?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '公认的最减肥运动之一是高强度间歇训练(HIIT),它通过短时间内的高强度运动和短暂休息交替进行,不仅在运动过程中燃烧大量卡路里,还能通过“后燃效应”让身体在运动结束后继续消耗热量。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
44
src/views/chatai/components/MessageCode.vue
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
import hljs from "highlight.js";
|
||||||
|
// @ts-expect-error
|
||||||
|
window.hljs = hljs;
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="border-radius: 8px"
|
||||||
|
:history="[
|
||||||
|
{
|
||||||
|
text: '```java\nwhile (i < 5) {\n console.log("hi");\n i+= 1;\n}\n```',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' }
|
||||||
|
}"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: { maxWidth: '270px' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:demo="true"
|
||||||
|
/>
|
||||||
|
</template>
|
65
src/views/chatai/components/Red.vue
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
:messageStyles="{
|
||||||
|
default: { user: { bubble: { backgroundColor: '#ff2020' } } }
|
||||||
|
}"
|
||||||
|
:avatars="{
|
||||||
|
ai: {
|
||||||
|
src: 'https://xiaoxian521.github.io/hyperlink/img/vue-pure-admin/chatai/robot.png'
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(15%) sepia(50%) saturate(6203%) hue-rotate(352deg) brightness(111%) contrast(127%)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
border: '1px solid #ffd9d9',
|
||||||
|
backgroundColor: '#fffcfc'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
placeholder: { text: '发送消息' }
|
||||||
|
}"
|
||||||
|
auxiliaryStyle="
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: red;
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '健身的最佳时间?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '健身的最佳时间是根据个人作息和偏好而定,但一般建议在下午或傍晚进行锻炼以达到最佳状态。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
35
src/views/chatai/components/Speech.vue
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="border-radius: 8px"
|
||||||
|
:speechToText="{
|
||||||
|
webSpeech: { language: 'zh-CN' },
|
||||||
|
button: { position: 'outside-left' }
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' }
|
||||||
|
}"
|
||||||
|
:introMessage="{
|
||||||
|
text: '单击左下角麦克风开始转录您的讲话。'
|
||||||
|
}"
|
||||||
|
:demo="true"
|
||||||
|
/>
|
||||||
|
</template>
|
135
src/views/chatai/components/iMessage.vue
Normal file
@ -0,0 +1,135 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import "deep-chat";
|
||||||
|
import { ref, onMounted } from "vue";
|
||||||
|
|
||||||
|
const chatRef = ref();
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
chatRef.value.demo = {
|
||||||
|
response: message => {
|
||||||
|
console.log(message);
|
||||||
|
return {
|
||||||
|
text: "仅演示,如需AI服务,请参考 https://deepchat.dev/docs/connect"
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<deep-chat
|
||||||
|
ref="chatRef"
|
||||||
|
style="
|
||||||
|
border-radius: 10px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-family:
|
||||||
|
system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
|
||||||
|
"Apple Color Emoji", "Segoe UI Emoji",
|
||||||
|
"Segoe UI Symbol";
|
||||||
|
"
|
||||||
|
:messageStyles="{
|
||||||
|
default: {
|
||||||
|
shared: {
|
||||||
|
bubble: {
|
||||||
|
maxWidth: '75%',
|
||||||
|
borderRadius: '1em',
|
||||||
|
padding: '.42em .7em',
|
||||||
|
fontSize: '15px'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
user: { bubble: { backgroundColor: '#00c82a' } }
|
||||||
|
},
|
||||||
|
loading: {
|
||||||
|
message: {
|
||||||
|
styles: {
|
||||||
|
bubble: { padding: '0.6em 0.75em 0.6em 1.3em' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:submitButtonStyles="{
|
||||||
|
submit: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
width: '0.95em',
|
||||||
|
height: '0.95em',
|
||||||
|
justifyContent: 'center',
|
||||||
|
display: 'flex',
|
||||||
|
borderRadius: '25px',
|
||||||
|
padding: '0.3em',
|
||||||
|
backgroundColor: '#00c82a'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
content:
|
||||||
|
'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 115.4 122.88"><path d="M24.94,67.88A14.66,14.66,0,0,1,4.38,47L47.83,4.21a14.66,14.66,0,0,1,20.56,0L111,46.15A14.66,14.66,0,0,1,90.46,67.06l-18-17.69-.29,59.17c-.1,19.28-29.42,19-29.33-.25L43.14,50,24.94,67.88Z"/></svg>',
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(315deg) brightness(99%) contrast(102%)',
|
||||||
|
transform: 'scale(0.95)'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:textInput="{
|
||||||
|
placeholder: { text: '发送消息' },
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
boxShadow: 'none',
|
||||||
|
borderRadius: '1em',
|
||||||
|
border: '1px solid rgba(0,0,0,0.2)'
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
padding: '0.4em 0.8em',
|
||||||
|
paddingRight: '2.5em'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:images="true"
|
||||||
|
:dropupStyles="{
|
||||||
|
button: {
|
||||||
|
styles: {
|
||||||
|
container: {
|
||||||
|
default: {
|
||||||
|
width: '1.6em',
|
||||||
|
height: '1.6em',
|
||||||
|
borderRadius: '25px',
|
||||||
|
backgroundColor: '#8282821a'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
svg: {
|
||||||
|
styles: {
|
||||||
|
default: {
|
||||||
|
width: '1em',
|
||||||
|
left: '5px',
|
||||||
|
top: '0.2em',
|
||||||
|
filter:
|
||||||
|
'brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(2755%) hue-rotate(104deg) brightness(96%) contrast(93%)'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
content:
|
||||||
|
'<?xml version="1.0" encoding="utf-8"?><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3,11h8V3a1,1,0,0,1,2,0v8h8a1,1,0,0,1,0,2H13v8a1,1,0,0,1-2,0V13H3a1,1,0,0,1,0-2Z"/></svg>'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
:attachmentContainerStyle="{
|
||||||
|
backgroundColor: 'rgba(255, 255, 255, 0.6)',
|
||||||
|
borderRadius: '5px 5px 0 0',
|
||||||
|
border: '1px solid rgba(0,0,0,0.2)',
|
||||||
|
top: '-2.6em',
|
||||||
|
height: '4em'
|
||||||
|
}"
|
||||||
|
:history="[
|
||||||
|
{ text: '钓鱼需要准备什么东西?', role: 'user' },
|
||||||
|
{
|
||||||
|
text: '钓鱼需要准备鱼竿、渔轮、钓线、鱼钩、浮漂、铅坠和适合的饵料。',
|
||||||
|
role: 'ai'
|
||||||
|
}
|
||||||
|
]"
|
||||||
|
:demo="true"
|
||||||
|
:connect="{ stream: true }"
|
||||||
|
/>
|
||||||
|
</template>
|
13
src/views/chatai/components/index.ts
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
export { default as ChatGPT } from "./ChatGPT.vue";
|
||||||
|
export { default as Bard } from "./Bard.vue";
|
||||||
|
export { default as Bing } from "./Bing.vue";
|
||||||
|
export { default as iMessage } from "./iMessage.vue";
|
||||||
|
export { default as Blue } from "./Blue.vue";
|
||||||
|
export { default as LoFi } from "./LoFi.vue";
|
||||||
|
export { default as Red } from "./Red.vue";
|
||||||
|
export { default as Dark } from "./Dark.vue";
|
||||||
|
export { default as FullInput } from "./FullInput.vue";
|
||||||
|
export { default as Group } from "./Group.vue";
|
||||||
|
export { default as MessageCode } from "./MessageCode.vue";
|
||||||
|
export { default as Speech } from "./Speech.vue";
|
||||||
|
export { default as IntroPanel } from "./IntroPanel.vue";
|
150
src/views/chatai/index.vue
Normal file
@ -0,0 +1,150 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
import { h } from "vue";
|
||||||
|
import { ElEmpty } from "element-plus";
|
||||||
|
import { deviceDetection } from "@pureadmin/utils";
|
||||||
|
import {
|
||||||
|
ChatGPT,
|
||||||
|
Bard,
|
||||||
|
Bing,
|
||||||
|
iMessage,
|
||||||
|
Blue,
|
||||||
|
LoFi,
|
||||||
|
Red,
|
||||||
|
Dark,
|
||||||
|
FullInput,
|
||||||
|
Group,
|
||||||
|
MessageCode,
|
||||||
|
Speech,
|
||||||
|
IntroPanel
|
||||||
|
} from "./components";
|
||||||
|
|
||||||
|
defineOptions({
|
||||||
|
name: "ChatAi"
|
||||||
|
});
|
||||||
|
|
||||||
|
const swiperExample: any[] = [
|
||||||
|
{ id: 0, label: "ChatGPT 风格", component: ChatGPT },
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
label: "Gemini 风格",
|
||||||
|
component: Bard
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
label: "BingChat 风格",
|
||||||
|
component: Bing
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
label: "iMessage 风格",
|
||||||
|
component: iMessage
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 4,
|
||||||
|
label: "蓝色主题且可设置背景图像",
|
||||||
|
component: Blue
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 5,
|
||||||
|
label: "渐变主题且可设置背景图像",
|
||||||
|
component: LoFi
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 6,
|
||||||
|
label: "红色风格",
|
||||||
|
component: Red
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 7,
|
||||||
|
label: "深色模式",
|
||||||
|
component: Dark
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 8,
|
||||||
|
label: "全宽输入框",
|
||||||
|
component: FullInput
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 9,
|
||||||
|
label: "分组消息",
|
||||||
|
component: Group
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 10,
|
||||||
|
label: "代码消息",
|
||||||
|
component: MessageCode
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 11,
|
||||||
|
label: "语音输入",
|
||||||
|
component: Speech
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 12,
|
||||||
|
label: "简介面板",
|
||||||
|
component: IntroPanel
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 13,
|
||||||
|
label: "更多示例",
|
||||||
|
component: h(ElEmpty, {
|
||||||
|
description: "敬请期待",
|
||||||
|
style: { minWidth: "320px", height: "350px" }
|
||||||
|
})
|
||||||
|
}
|
||||||
|
];
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<el-card shadow="never">
|
||||||
|
<template #header>
|
||||||
|
<div class="card-header">
|
||||||
|
<span class="font-medium">
|
||||||
|
Ai聊天组件,采用开源的
|
||||||
|
<el-link
|
||||||
|
href="https://deepchat.dev/"
|
||||||
|
target="_blank"
|
||||||
|
style="margin: 0 4px 5px; font-size: 16px"
|
||||||
|
>
|
||||||
|
deep-chat
|
||||||
|
</el-link>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<el-link
|
||||||
|
class="mt-2"
|
||||||
|
href="https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/chatai"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
代码位置 src/views/chatai
|
||||||
|
</el-link>
|
||||||
|
</template>
|
||||||
|
<el-space wrap>
|
||||||
|
<el-card
|
||||||
|
v-for="item in swiperExample"
|
||||||
|
:key="item.id"
|
||||||
|
:class="['mt-4', !deviceDetection() && 'ml-16']"
|
||||||
|
>
|
||||||
|
<template #header>
|
||||||
|
{{ item.label }}
|
||||||
|
</template>
|
||||||
|
<component :is="item.component" />
|
||||||
|
</el-card>
|
||||||
|
</el-space>
|
||||||
|
</el-card>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
:deep(.el-card__body) {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (width <= 750px) {
|
||||||
|
:deep(.el-card__body) {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-content {
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
@ -233,10 +233,10 @@ watch(size, val =>
|
|||||||
|
|
||||||
.el-button .custom-loading .circular .path {
|
.el-button .custom-loading .circular .path {
|
||||||
stroke: var(--el-button-text-color);
|
stroke: var(--el-button-text-color);
|
||||||
|
stroke-width: 2;
|
||||||
|
stroke-linecap: round;
|
||||||
stroke-dasharray: 90, 150;
|
stroke-dasharray: 90, 150;
|
||||||
stroke-dashoffset: 0;
|
stroke-dashoffset: 0;
|
||||||
stroke-linecap: round;
|
|
||||||
stroke-width: 2;
|
|
||||||
animation: loading-dash 1.5s ease-in-out infinite;
|
animation: loading-dash 1.5s ease-in-out infinite;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -51,10 +51,10 @@ const formatTooltip = (val: number) => {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
color: var(--el-text-color-secondary);
|
color: var(--el-text-color-secondary);
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -32,10 +32,10 @@ const value2 = ref(0);
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 44px;
|
line-height: 44px;
|
||||||
color: var(--el-text-color-secondary);
|
color: var(--el-text-color-secondary);
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,10 +139,10 @@ const cardLogoClass = computed(() => [
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 12px;
|
|
||||||
line-height: 20px;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 20px;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,10 @@ const onLogin = async (formEl: FormInstance | undefined) => {
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
loading.value = true;
|
loading.value = true;
|
||||||
useUserStoreHook()
|
useUserStoreHook()
|
||||||
.loginByUsername({ username: ruleForm.username, password: "admin123" })
|
.loginByUsername({
|
||||||
|
username: ruleForm.username,
|
||||||
|
password: ruleForm.password
|
||||||
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
// 获取后端路由
|
// 获取后端路由
|
||||||
|
@ -74,7 +74,6 @@ const columns = [
|
|||||||
width="1em"
|
width="1em"
|
||||||
height="1em"
|
height="1em"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
aria-hidden="true"
|
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
d="M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z"
|
d="M573.7 252.5C422.5 197.4 201.3 96.7 201.3 96.7c-15.7-4.1-17.9 11.1-17.9 11.1-5 61.1 33.6 160.5 53.6 182.8 19.9 22.3 319.1 113.7 319.1 113.7S326 357.9 270.5 341.9c-55.6-16-37.9 17.8-37.9 17.8 11.4 61.7 64.9 131.8 107.2 138.4 42.2 6.6 220.1 4 220.1 4s-35.5 4.1-93.2 11.9c-42.7 5.8-97 12.5-111.1 17.8-33.1 12.5 24 62.6 24 62.6 84.7 76.8 129.7 50.5 129.7 50.5 33.3-10.7 61.4-18.5 85.2-24.2L565 743.1h84.6L603 928l205.3-271.9H700.8l22.3-38.7c.3.5.4.8.4.8S799.8 496.1 829 433.8l.6-1h-.1c5-10.8 8.6-19.7 10-25.8 17-71.3-114.5-99.4-265.8-154.5z"
|
||||||
|