chore: update name

This commit is contained in:
JustSong 2024-03-16 15:55:31 +08:00
parent 7400885fbb
commit d25ed4c009
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
name="description"
content="OpenAI 接口聚合管理,支持多种渠道包括 Azure可用于二次分发管理 key仅单可执行文件已打包好 Docker 镜像,一键部署,开箱即用"
/>
<title>New API</title>
<title>One API</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -23,7 +23,7 @@ export function isRoot() {
export function getSystemName() {
let system_name = localStorage.getItem('system_name');
if (!system_name) return 'New API';
if (!system_name) return 'One API';
return system_name;
}