mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修复脚本管理增加文件夹
This commit is contained in:
+1
-1
@@ -295,7 +295,7 @@ export function findNode<T extends Record<string, any> & { children?: T[] }>(
|
||||
|
||||
find(c);
|
||||
|
||||
return item;
|
||||
return item as T | undefined;
|
||||
}
|
||||
|
||||
export function logEnded(log: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user