diff --git a/package.json b/package.json index e5f247e..02bf24c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,11 @@ { "name": "sun-panel", - "version": "2.10.9", + "version": "0.0.0", "private": false, - "description": "ChatGPT Web", - "author": "ChenZhaoYu ", + "description": "Sun-Panel Web", + "author": "BraisedHunter <95302870@qq.com>", "keywords": [ "Sun-Panel", - "chatgpt", - "chatbot", "vue" ], "scripts": { diff --git a/src/components/apps/About/index.vue b/src/components/apps/About/index.vue index 3901b89..8196d3c 100644 --- a/src/components/apps/About/index.vue +++ b/src/components/apps/About/index.vue @@ -20,6 +20,7 @@ interface Version { const appStore = useAppStore() const versionName = ref('') const qqGroupQRShow = ref(false) +const frontVersion = import.meta.env.VITE_APP_VERSION || '未知版本' onMounted(() => { get().then((res) => { @@ -32,6 +33,7 @@ onMounted(() => {