mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-04-01 06:09:50 +08:00
fix(FullyAutoAndSemiAutoTools): 修复selected属性赋值问题
- 修正了selected属性的赋值语法,确保正确传递变量值 - 避免了潜在的属性访问错误 - 保持了对象结构的一致性
This commit is contained in:
@@ -536,7 +536,7 @@ async function initRun(config_run) {
|
||||
name: item.name,
|
||||
parentId: item.parentId,
|
||||
parentName: item.parentName,
|
||||
selected,
|
||||
selected: selected,
|
||||
path: item.path,
|
||||
fullPathNames: item.fullPathNames
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user