fix: 修复发布问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user