多语支持

This commit is contained in:
2026-03-22 12:33:04 +08:00
parent 5d6053ae2c
commit 1de688b792
20 changed files with 892 additions and 72 deletions

View File

@@ -0,0 +1,15 @@
{
"EctoolPath": "C:\\Program Files\\crosec\\ectool.exe",
"PollIntervalMs": 1500,
"FanRpmPollEveryNCycles": 1,
"FanRpmArgs": [ "pwmgetfanrpm", "0" ],
"FanDutyArgs": null,
"AutoFanCtrlArgs": [ "autofanctrl" ],
"TempSource": "AverageCore",
"FailSafeAfterConsecutiveErrors": 5,
"FailSafeFanPercent": 100,
"FailSafeRestoreAutoFan": false,
"ChartHistoryMinutes": 15,
"ChartMaxPoints": 900,
"CurvePoints": [ 0, 0, 10, 25, 40, 55, 70, 80, 90, 95, 97, 98, 99, 100 ]
}