Skip to content

Commit bedd45a

Browse files
albertchen857claude
andcommitted
lang/data.json 换成 0.9.0 的设置结构
Basic 那个 "00000000" 按位字符串换成看得懂的 panels / collapsed 两张表, 分别记面板显隐和可收纳面板的展开状态。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 6b7f3ff commit bedd45a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

lang/data.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,24 @@
3737
}
3838
},
3939
"Save": {
40-
"Basic": "00000000",
4140
"First_open": "1",
4241
"Language": "en_US",
4342
"ui": {
4443
"Font": "Arial",
4544
"FontSize": 10,
4645
"ColorMap": "BlueAr",
4746
"cornerRadius": 10
47+
},
48+
"panels": {
49+
"func": 1,
50+
"stat": 1,
51+
"analysis": 1,
52+
"entity": 1
53+
},
54+
"collapsed": {
55+
"new": false,
56+
"replace": false,
57+
"output": false
4858
}
4959
}
5060
}

0 commit comments

Comments
 (0)