fix: 修复发布问题

This commit is contained in:
richarjiang
2026-03-16 22:00:47 +08:00
parent a230122faf
commit ab00443056
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ const TOOLS_USED = [
];
// 全局变量存储所有 claws
let allClaws: { id: string; name: string; model: string; city: string | null; country: string | null }[] = [];
let allClaws: { id: string; name: string; model: string | null; city: string | null; country: string | null }[] = [];
async function loadClaws() {
const result = await db