瀏覽代碼

fix: 修复所有 TypeScript 类型错误,确保构建成功

537yaha 8 月之前
父節點
當前提交
35212547f8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/lib/website-config.ts

+ 1 - 1
frontend/lib/website-config.ts

@@ -24,7 +24,7 @@ export const websiteConfig = {
     // 示例:添加您的友情链接
     // { name: "合作伙伴1", url: "https://example.com" },
     // { name: "合作伙伴2", url: "https://example2.com" },
-  ],
+  ] as Array<{ name: string; url: string }>,
   
   // 其他配置
   copyright: {