Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AITokenPool</title>
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%234ecdc4'/%3E%3Cstop offset='1' stop-color='%232a9d8f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='64' height='64' rx='14' fill='url(%23g)'/%3E%3Ctext x='32' y='43' font-family='-apple-system,Segoe UI,Arial,sans-serif' font-size='30' font-weight='800' text-anchor='middle' fill='%23062021'%3EAT%3C/text%3E%3C/svg%3E">
<link rel="stylesheet" href="css/style.css?v=20260911-12">
<link rel="stylesheet" href="css/style.css?v=20260911-13">
</head>
<body>

Expand Down Expand Up @@ -842,9 +842,9 @@ <h3 id="chat-title">使用模型</h3>
</div>
</div>

<script src="js/api.js?v=20260911-12"></script>
<script src="js/data.js?v=20260911-12"></script>
<script src="js/i18n.js?v=20260911-12"></script>
<script src="js/app.js?v=20260911-12"></script>
<script src="js/api.js?v=20260911-13"></script>
<script src="js/data.js?v=20260911-13"></script>
<script src="js/i18n.js?v=20260911-13"></script>
<script src="js/app.js?v=20260911-13"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions ui/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -1366,8 +1366,8 @@
"admin.emp.stats.remain": "Remaining",
"admin.emp.stats.members.sub.real": "real users",
"admin.emp.stats.total.sub": "balance + gift",
"admin.emp.stats.admins.sub": "role=admin",
"admin.emp.stats.deps.sub": "organization",
"admin.emp.stats.admins.sub": "admin role",
"admin.emp.stats.deps.sub": "organization management",
"admin.emp.stats.quota.sub": "monthly",
"admin.emp.stats.used.sub": "{p}% consumed",
"admin.emp.stats.remain.sub": "by member",
Expand Down Expand Up @@ -1479,9 +1479,9 @@
"ops.stats.users": "Users",
"ops.stats.users.sub": "all registered users",
"ops.stats.keys": "Active keys",
"ops.stats.keys.sub.on": "status=on",
"ops.stats.keys.sub.on": "enabled",
"ops.stats.calls": "Calls this month",
"ops.stats.calls.sub": "usage_records",
"ops.stats.calls.sub": "usage records",
"ops.stats.in": "Points in",
"ops.stats.out": "Points out",
"ops.stats.in.sub": "this month",
Expand Down
Loading