mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-06-30 02:25:55 +08:00
feat: 新增 PathEntry 类型 + TOGGLE 操作类型,undo-redo 用 PathEntry[] 替代 string[]
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/** PATH 路径条目 — 包含路径值和启用状态 */
|
||||
export interface PathEntry {
|
||||
path: string;
|
||||
enabled: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user