mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-02 17:59:53 +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);
|
|
};
|
|
|
|
|