From dff788c59199a752453a3a6ed570a2b91a0f45e9 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 15 Apr 2025 10:25:56 +0800 Subject: [PATCH] 3 --- .env.development | 2 ++ .env.production | 2 ++ .env.test | 2 ++ components.d.ts | 17 +++++++++++++++++ index.html | 13 +++++++++++++ 5 files changed, 36 insertions(+) create mode 100644 .env.development create mode 100644 .env.production create mode 100644 .env.test create mode 100644 components.d.ts create mode 100644 index.html diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..c743a12 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +VITE_BASE_URL="https://dev-knowledge.igandan.com/api" + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..795b30d --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +VITE_BASE_URL="https://prod-knowledge.igandan.com/api" + diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..c743a12 --- /dev/null +++ b/.env.test @@ -0,0 +1,2 @@ +VITE_BASE_URL="https://dev-knowledge.igandan.com/api" + diff --git a/components.d.ts b/components.d.ts new file mode 100644 index 0000000..bc288bc --- /dev/null +++ b/components.d.ts @@ -0,0 +1,17 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + BackView: typeof import('./src/components/backView.vue')['default'] + Home: typeof import('./src/components/Home.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + TotalLayout: typeof import('./src/components/totalLayout.vue')['default'] + WhyTimer: typeof import('./src/components/whyTimer.vue')['default'] + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..0919773 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + 知识问答 + + +
+ + +