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 @@ + + + + + + + 知识问答 + + +
+ + +