根本原因: build-templates/shared/jsons 是重構時從 LP_Bot 搬來的舊版表,缺少 18 系列 新機台的設定,SD 面板進新機台時 Slotset 查無資料會載入失敗。 影響: 同步 7 個既有表(slotset、fixed、string、currency、cluster_1310、 count_1801、gamesettings)並新增 count_1803~1806 四個新機台表。 修法: 自 D:\Web\Source\_SD2\SD2-Dev(git pull 最新)的 _Debug/shared/jsons 整批覆蓋過來。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
270 B
JSON
7 lines
270 B
JSON
{
|
|
"#currency" :
|
|
{
|
|
"cols" : ["Id","Name","Type","Currency","CurrencyCode","SeparatorType","PointSwitch","StopParameter","BtnSwitch","BtnLog","LogColor"],
|
|
"rows" : [[1,"來博幣","TWC","-1","TWD",1,0,1,1,1,1],[2,"紅鑽幣","LC","-1","TWD",1,0,1,0,0,1]]
|
|
}
|
|
} |