mirror of
https://github.com/lyz05/danmaku.git
synced 2026-02-03 02:04:38 +08:00
docs: 添加TODO
This commit is contained in:
@@ -18,6 +18,7 @@ async function get_optimization_ip() {
|
||||
return res.data;
|
||||
}
|
||||
|
||||
//TODO 改进result输出,显示所选线路信息
|
||||
async function main() {
|
||||
const cfips = await get_optimization_ip();
|
||||
if (cfips.code !== 200) {
|
||||
|
||||
@@ -52,6 +52,7 @@ function add(className,obj) {
|
||||
|
||||
module.exports = {danmakuQuery, currentDay, currentMonth, lastDay, add};
|
||||
|
||||
//TODO IP地理信息查询并记录到日志中
|
||||
if (!module.parent) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user