下载/主界面优化
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export type ModuleCategory = 'network' | 'tool' | 'system' | 'media'
|
||||
|
||||
/** 模块进程配置 —— 需要管理外部子进程的模块填写 */
|
||||
export interface ModuleProcessConfig {
|
||||
/** 进程标识符(如 'mihomo'、'aria2') */
|
||||
/** 进程标识符(如 'mihomo') */
|
||||
name: string
|
||||
/** 可执行文件路径(运行时由模块自行确定) */
|
||||
executable: string
|
||||
|
||||
Reference in New Issue
Block a user