1 支持方案json存储操作类 2 支持方案的json存储和解析、以及初始化 3 建立标准初始化json模版

This commit is contained in:
2024-12-02 17:01:16 +08:00
parent 4c89cb3e19
commit cbe3be40b9
8 changed files with 189 additions and 95 deletions

86
bin/0.json Normal file
View File

@@ -0,0 +1,86 @@
{
"A1": {
"x": 2,
"y": 410
},
"A2": {
"x": 781,
"y": 414
},
"C3": {
"x": 263,
"y": 411
},
"C4": {
"x": 523,
"y": 412
},
"Cz": {
"x": 392,
"y": 411
},
"F3": {
"x": 293,
"y": 253
},
"F4": {
"x": 489,
"y": 252
},
"F7": {
"x": 197,
"y": 224
},
"F8": {
"x": 590,
"y": 223
},
"Fp1": {
"x": 306,
"y": 150
},
"Fp2": {
"x": 481,
"y": 151
},
"Fz": {
"x": 389,
"y": 263
},
"O1": {
"x": 307,
"y": 679
},
"O2": {
"x": 481,
"y": 682
},
"P3": {
"x": 293,
"y": 582
},
"P4": {
"x": 490,
"y": 580
},
"Pz": {
"x": 392,
"y": 572
},
"T3": {
"x": 133,
"y": 410
},
"T4": {
"x": 651,
"y": 413
},
"T5": {
"x": 195,
"y": 608
},
"T6": {
"x": 585,
"y": 609
}
}

Binary file not shown.