mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-02 17:59:53 +08:00
feat: 删除冗余代码,支持本地部署
This commit is contained in:
9
test/tmp.js
Normal file
9
test/tmp.js
Normal 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"));
|
||||
Reference in New Issue
Block a user