feat: 删除冗余代码,支持本地部署

This commit is contained in:
lyz05
2024-01-01 19:41:23 +08:00
parent 59daa35412
commit 89b85a233c
13 changed files with 41 additions and 4937 deletions

9
test/tmp.js Normal file
View File

@@ -0,0 +1,9 @@
const leancloud = require('../utils/leancloud');
async function main(ms) {
const count = await leancloud.danmakuQuery(leancloud.currentDay(),"1217")
console.log(count);
};
main().then(console.log("OK"));