add
Some checks failed
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Lint (ubuntu-latest) (push) Has been cancelled
CI / Lint (windows-latest) (push) Has been cancelled
CI / Check (ubuntu-latest) (push) Has been cancelled
CI / Check (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Website on push / Deploy Push Playground Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Docs Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Antd Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Element Ftp (push) Has been cancelled
Deploy Website on push / Deploy Push Naive Ftp (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
CI / CI OK (push) Has been cancelled
Deploy Website on push / Rerun on failure (push) Has been cancelled
Lock Threads / action (push) Has been cancelled
Issue Close Require / close-issues (push) Has been cancelled
Close stale issues / stale (push) Has been cancelled

This commit is contained in:
Mrx
2026-02-27 12:07:00 +08:00
parent 7634cf8bf1
commit 2d50c57ef0
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# 应用标题
VITE_APP_TITLE=天远助手
VITE_APP_TITLE=天远数据
# 应用命名空间用于缓存、store等功能的前缀确保隔离
VITE_APP_NAMESPACE=tydata

View File

@@ -4,9 +4,9 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" />
<meta name="description" content="天远助手" />
<meta name="keywords" content="天远助手" />
<meta name="author" content="天远助手" />
<meta name="description" content="天远数据" />
<meta name="keywords" content="天远数据" />
<meta name="author" content="天远数据" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"

View File

@@ -63,7 +63,7 @@ watch(
:avatar
:menus
:description="userStore.userInfo?.username"
tag-text="天远助手"
tag-text="天远数据"
@logout="handleLogout"
/>
</template>