diff --git a/.env.dev b/.env.dev index 9d8fd99..865abc7 100644 --- a/.env.dev +++ b/.env.dev @@ -1,2 +1,2 @@ -NODE_ENV = 'development' -VITE_NUXT_ENV = 'http://1.13.246.108:8080/' \ No newline at end of file +NODE_ENV = 'dev' +VITE_NUXT_ENV = 'http://www.mc158c.com' \ No newline at end of file diff --git a/.env.pro b/.env.pro index 0b5eda0..8788079 100644 --- a/.env.pro +++ b/.env.pro @@ -1,2 +1,2 @@ NODE_ENV = 'production' -VITE_NUXT_ENV = 'http://113.45.190.154:8080/' \ No newline at end of file +VITE_NUXT_ENV = 'http://www.mc158c.com' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..aef68bc --- /dev/null +++ b/.env.production @@ -0,0 +1,4 @@ +# 生产环境配置 +VITE_APP_TITLE=魔创未来 +VITE_NUXT_ENVL=http://113.45.9.111 +VITE_APP_ENV=production \ No newline at end of file diff --git a/README.md b/README.md index bfd8250..6ac12e2 100644 --- a/README.md +++ b/README.md @@ -82,3 +82,5 @@ npx degit antfu/vitesse-nuxt my-nuxt-app cd my-nuxt-app pnpm i # If you don't have pnpm installed, run: npm install -g pnpm ``` + + diff --git a/app/api/planet.ts b/app/api/planet.ts new file mode 100644 index 0000000..e69de29 diff --git a/app/api/planet/planet-detail.ts b/app/api/planet/planet-detail.ts new file mode 100644 index 0000000..e69de29 diff --git a/app/assets/img/elite.png b/app/assets/img/elite.png new file mode 100644 index 0000000..b918b63 Binary files /dev/null and b/app/assets/img/elite.png differ diff --git a/app/assets/img/logo.png b/app/assets/img/logo.png new file mode 100644 index 0000000..0747fe8 Binary files /dev/null and b/app/assets/img/logo.png differ diff --git a/app/assets/img/planetBg.png b/app/assets/img/planetBg.png new file mode 100644 index 0000000..f07cf39 Binary files /dev/null and b/app/assets/img/planetBg.png differ diff --git a/app/components.d.ts b/app/components.d.ts index 43d7130..0c20810 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -7,6 +7,7 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { + NAffix: typeof import('naive-ui')['NAffix'] NAvatar: typeof import('naive-ui')['NAvatar'] NButton: typeof import('naive-ui')['NButton'] NCard: typeof import('naive-ui')['NCard'] @@ -21,17 +22,21 @@ declare module 'vue' { NForm: typeof import('naive-ui')['NForm'] NFormItem: typeof import('naive-ui')['NFormItem'] NIcon: typeof import('naive-ui')['NIcon'] + NImageGroup: typeof import('naive-ui')['NImageGroup'] NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] NInput: typeof import('naive-ui')['NInput'] NInputGroup: typeof import('naive-ui')['NInputGroup'] NInputNumber: typeof import('naive-ui')['NInputNumber'] + NMessageProvider: typeof import('naive-ui')['NMessageProvider'] NModal: typeof import('naive-ui')['NModal'] + NPagination: typeof import('naive-ui')['NPagination'] NPopconfirm: typeof import('naive-ui')['NPopconfirm'] NProgress: typeof import('naive-ui')['NProgress'] NQrCode: typeof import('naive-ui')['NQrCode'] NRadio: typeof import('naive-ui')['NRadio'] NRadioGroup: typeof import('naive-ui')['NRadioGroup'] NSelect: typeof import('naive-ui')['NSelect'] + NSkeleton: typeof import('naive-ui')['NSkeleton'] NSpace: typeof import('naive-ui')['NSpace'] NSpin: typeof import('naive-ui')['NSpin'] NTabPane: typeof import('naive-ui')['NTabPane'] diff --git a/app/components/BaseComment.vue b/app/components/BaseComment.vue index eb2bf5b..eeda81a 100644 --- a/app/components/BaseComment.vue +++ b/app/components/BaseComment.vue @@ -1,8 +1,8 @@ + + diff --git a/app/components/DownPlanetFile.vue b/app/components/DownPlanetFile.vue new file mode 100644 index 0000000..3a9b446 --- /dev/null +++ b/app/components/DownPlanetFile.vue @@ -0,0 +1,149 @@ +# 创建新文件 + + + diff --git a/app/components/EditPlanet.vue b/app/components/EditPlanet.vue new file mode 100644 index 0000000..d17638e --- /dev/null +++ b/app/components/EditPlanet.vue @@ -0,0 +1,320 @@ + + + + + diff --git a/app/components/EditUserInfo.vue b/app/components/EditUserInfo.vue index bc43d02..ddbaf25 100644 --- a/app/components/EditUserInfo.vue +++ b/app/components/EditUserInfo.vue @@ -1,7 +1,8 @@