This commit is contained in:
2025-11-10 14:30:23 +08:00
parent ca97e8dba2
commit 508f6154f8
32 changed files with 472 additions and 248 deletions

View File

@@ -0,0 +1,2 @@
/* 写入文件 */
export type WriteApi = (logMessage : string) => void