🔧 build: 更新依赖

This commit is contained in:
imsyy
2024-11-05 15:15:34 +08:00
parent 097a1b3628
commit 293c4d623e
3 changed files with 261 additions and 206 deletions

View File

@@ -26,7 +26,6 @@ const getList = async (noCache: boolean) => {
headers: await genHeaders(),
});
const list = result.data.data;
console.log(list);
return {
fromCache: result.fromCache,
updateTime: result.updateTime,