Compare commits

...

3 Commits

Author SHA1 Message Date
yangjiaxuan 515487b051 json工具增加越南语 2024-05-09 12:00:30 +08:00
yangjiaxuan 0053a98ea7 306设备按键数量设置为4个 2024-05-09 11:13:36 +08:00
yangjiaxuan 2d4fa9ad37 306设备按键数量设置为1 2024-05-09 11:11:33 +08:00
9 changed files with 12 additions and 11 deletions

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},
@ -601,7 +601,7 @@
"type": "string",
"cur": "画质优先",
"default": "画质优先",
"size": 24,
"size": 64,
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -1,7 +1,7 @@
{
"global": {
"device_type": "G300",
"button_count": 0,
"button_count": 4,
"option_count": 73
},
"restore": {
@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},

View File

@ -94,7 +94,7 @@
"type": "string",
"cur": "彩色+灰度+黑白",
"default": "彩色+灰度+黑白",
"size": 32,
"size": 64,
"range": ["彩色+灰度+黑白", "彩色+灰度", "彩色+黑白", "灰度+黑白"],
"depend_or": ["is-multiout==true"]
},
@ -601,7 +601,7 @@
"type": "string",
"cur": "画质优先",
"default": "画质优先",
"size": 24,
"size": 64,
"range": ["速度优先", "画质优先"],
"depend_or": ["resolution>=300"]
},

View File

@ -1,4 +1,4 @@
// CDlgLang.cpp: 实现文件
// CDlgLang.cpp: 实现文件
//
#include "stdafx.h"
@ -178,6 +178,7 @@ namespace sdk_util
, {50, 1144, "\346\204\217\345\244\247\345\210\251\350\257\255"} // 意大利语
, {60, 932, "\346\227\245\350\257\255"} // 日语
, {70, 949, "\351\237\251\346\226\207"} // 韩文
, {80, 1258, "\350\266\212\345\215\227\350\257\255"} // 越南语
};
LANGID* lang_info_from_cp(int cp)
{

Binary file not shown.