Skip to content

Commit d25ed4c

Browse files
committed
chore: update name
1 parent 7400885 commit d25ed4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/air/public/index.html

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

web/air/src/helpers/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function isRoot() {
2323

2424
export function getSystemName() {
2525
let system_name = localStorage.getItem('system_name');
26-
if (!system_name) return 'New API';
26+
if (!system_name) return 'One API';
2727
return system_name;
2828
}
2929

0 commit comments

Comments
 (0)