docs: 添加TODO

This commit is contained in:
lyz05
2022-11-15 12:37:42 +08:00
parent 7b71d2ca98
commit d23382aed4
2 changed files with 2 additions and 0 deletions

View File

@@ -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) {

View File

@@ -52,6 +52,7 @@ function add(className,obj) {
module.exports = {danmakuQuery, currentDay, currentMonth, lastDay, add};
//TODO IP地理信息查询并记录到日志中
if (!module.parent) {
}