mirror of
https://github.com/lyz05/danmaku.git
synced 2026-04-14 18:40:50 +08:00
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
const leancloud = require('../utils/leancloud');
|
|
|
|
async function main(ms) {
|
|
const count = await leancloud.danmakuQuery(leancloud.currentDay(),"1217")
|
|
console.log(count);
|
|
};
|
|
|
|
|