+ diff --git a/ZhiKongTaiWeb/.env.development b/ZhiKongTaiWeb/.env.development new file mode 100644 index 00000000..d3109bfe --- /dev/null +++ b/ZhiKongTaiWeb/.env.development @@ -0,0 +1 @@ +VITE_API_BASE_URL=http://localhost:8002 diff --git a/ZhiKongTaiWeb/.env.production b/ZhiKongTaiWeb/.env.production new file mode 100644 index 00000000..d3109bfe --- /dev/null +++ b/ZhiKongTaiWeb/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL=http://localhost:8002 diff --git a/ZhiKongTaiWeb/.gitignore b/ZhiKongTaiWeb/.gitignore new file mode 100644 index 00000000..a547bf36 --- /dev/null +++ b/ZhiKongTaiWeb/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/ZhiKongTaiWeb/README.md b/ZhiKongTaiWeb/README.md new file mode 100644 index 00000000..e5b83116 --- /dev/null +++ b/ZhiKongTaiWeb/README.md @@ -0,0 +1,14 @@ +# Vue 3 + Vite + +项目使用Vue3 + Vite实现 + +在当前目录执行以下命令进入开发模式 + +``` +npm run dev +``` + +执行以下命令打包 +``` +npm run build +``` \ No newline at end of file diff --git a/ZhiKongTaiWeb/index.html b/ZhiKongTaiWeb/index.html new file mode 100644 index 00000000..f7809c0c --- /dev/null +++ b/ZhiKongTaiWeb/index.html @@ -0,0 +1,26 @@ + + +
+ + + +设备型号:{{ deviceType }}
+角色昵称:{{ deviceRole }}
++ 当前模型: + LLM: {{ selectedModules?.LLM || '-' }} + TTS: {{ selectedModules?.TTS || '-' }} +
+最近对话:{{ lastActivity }}
+还没注册账户? 点击注册
+
+ + 已有账号? + 点击登录 +
+