We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7400885 commit d25ed4cCopy full SHA for d25ed4c
web/air/public/index.html
@@ -9,7 +9,7 @@
9
name="description"
10
content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用"
11
/>
12
- <title>New API</title>
+ <title>One API</title>
13
</head>
14
<body>
15
<noscript>You need to enable JavaScript to run this app.</noscript>
web/air/src/helpers/utils.js
@@ -23,7 +23,7 @@ export function isRoot() {
23
24
export function getSystemName() {
25
let system_name = localStorage.getItem('system_name');
26
- if (!system_name) return 'New API';
+ if (!system_name) return 'One API';
27
return system_name;
28
}
29
0 commit comments