diff --git a/.gitignore b/.gitignore index 522ea5a..565b95c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ Thumbs.db *~ *.swp *.swo +*.pro.user +src/gui/QT/build/ +src/gui/QT/build_output/ diff --git a/assets/webui/index.html b/assets/webui/index.html index 1e37dc9..9059835 100644 --- a/assets/webui/index.html +++ b/assets/webui/index.html @@ -36,8 +36,8 @@ - - + + @@ -51,7 +51,7 @@ .treeview-menu a { margin-left: 20px; } - span.vtoy_ver { + span.hiso_ver { display:inline-block; font-size:28px; font-weight:bold; @@ -59,14 +59,14 @@ width:60%; text-align:center; } - span.vtoy_part { + span.hiso_part { display:inline-block; font-size:14px; font-weight:bold; width:15%; text-align:right; } - span.vtoy_secure { + span.hiso_secure { display:inline-block; font-size:20px; font-weight:bold; @@ -137,7 +137,7 @@ border-radius: 6px 0 6px 6px; } - select.vtoyselect { + select.hisoselect { -moz-appearance: none; -webkit-appearance: none; appearance: none; @@ -150,7 +150,7 @@ padding-left:15px; } - select.vtoyselect2 { + select.hisoselect2 { -moz-appearance: none; -webkit-appearance: none; appearance: none; @@ -174,12 +174,12 @@
HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassRAMCheckHKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassTPMCheckHKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassSecureBootCheckHKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassRAMCheckHKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassTPMCheckHKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig\BypassSecureBootCheckHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE\BypassNROHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE\BypassNRO
max 0 1 2 3 ...
默认值为:maxmax : 最大层数,也就是搜索所有子目录的意思。这也是 Ventoy 的默认值。max : 最大层数,也就是搜索所有子目录的意思。这也是 Hiperiso 的默认值。0 : 搜索0层子目录,只列出根目录下的文件,不去搜索任何一个子目录。1 : 搜索1层子目录,除了根目录下的文件以外,再搜索根目录下的1级子目录。但是不再搜索1级子目录下的子目录(2级子目录)。2 : 搜索2层子目录,除了根目录下的文件以外,再搜索根目录下的1级子目录以及1级子目录下的子目录(2级子目录)。3 : 搜索3层子目录,.........VTOY_DEFAULT_SEARCH_ROOT 参数也同时设置了的话,则就以 VTOY_DEFAULT_SEARCH_ROOT 指定的目录作为根目录开始计算。
+ 注意,如果 HISO_DEFAULT_SEARCH_ROOT 参数也同时设置了的话,则就以 HISO_DEFAULT_SEARCH_ROOT 指定的目录作为根目录开始计算。
max 0 1 2 3 ...
default is : maxmax : Maximum, search all the directories and subdirectories. This is Ventoy's default value.max : Maximum, search all the directories and subdirectories. This is Hiperiso's default value.0 : Only search files in the root and don't search any subdirectories.1 : Search up to level 1 of subdirectories.2 : Search up to level 2 of subdirectories.3 : Search up to level 3 of subdirectories....VTOY_DEFAULT_SEARCH_ROOT is set at the same time. Then the level is counted from VTOY_DEFAULT_SEARCH_ROOT .
+ If HISO_DEFAULT_SEARCH_ROOT is set at the same time. Then the level is counted from HISO_DEFAULT_SEARCH_ROOT .
VTOY_SECONDARY_BOOT_MENU 设置为1时才有效。HISO_SECONDARY_BOOT_MENU 设置为1时才有效。Boot in normal mode VTOY_SECONDARY_BOOT_MENU is 1.HISO_SECONDARY_BOOT_MENU is 1.Boot in normal mode) will be selected an run after 10 seconds.
0 显示DIR和文件大小
- 1 不显示DIR和文件大小。只在 VTOY_DEFAULT_MENU_MODE 为1时才有效。
+ 1 不显示DIR和文件大小。只在 HISO_DEFAULT_MENU_MODE 为1时才有效。
0 不过滤 .vtoy 文件
- 1 过滤掉 .vtoy 文件。
- 过滤之后 .vtoy 文件就不会显示在启动菜单中。
+ 0 不过滤 .hiso 文件
+ 1 过滤掉 .hiso 文件。
+ 过滤之后 .hiso 文件就不会显示在启动菜单中。
0 List .vtoy files.
- 1 Filter .vtoy files.
- The vtoy files will not be shown in the boot menu if set to 1.
+ 0 List .hiso files.
+ 1 Filter .hiso files.
+ The hiso files will not be shown in the boot menu if set to 1.
| Ventoy | -+ | Hiperiso | +|
| @@ -77,8 +77,8 @@ "设备名称", "设备容量", "文件系统", - "设备内 Ventoy 信息", - "Ventoy 版本号", + "设备内 Hiperiso 信息", + "Hiperiso 版本号", "分区类型", "安全启动支持" ]; @@ -89,16 +89,16 @@ "Device Name", "Device Capacity", "File System", - "Device Ventoy Information", - "Ventoy Version", + "Device Hiperiso Information", + "Hiperiso Version", "Partition Style", "Secure Boot Support" ]; - function VtoyPageLanguageChange(newlang) { - VtoyCommonChangeLanguage(newlang); + function HisoPageLanguageChange(newlang) { + HisoCommonChangeLanguage(newlang); - $("h1[id=id_h1_page_title]").text(g_vtoy_cur_language.STR_PLUG_DEVICE); + $("h1[id=id_h1_page_title]").text(g_hiso_cur_language.STR_PLUG_DEVICE); for (i = 0; i <= 7; i++) { var id = '#id_dev_lang' + i; @@ -111,17 +111,17 @@ } //Main process - VtoyPageLanguageChange(g_current_language); + HisoPageLanguageChange(g_current_language); - callVtoySync({ + callHisoSync({ method : 'device_info' }, function(data) { $('#id_dev_name').text(data.dev_name); $('#id_dev_capacity').text(data.dev_capacity); $('#id_dev_fs').text(data.dev_fs); - $('#id_ventoy_ver').text(data.ventoy_ver); + $('#id_hiperiso_ver').text(data.hiperiso_ver); $('#id_part_style').text(data.part_style === 0 ? "MBR" : "GPT"); - $('#id_secure_boot').text(data.secure_boot ? g_vtoy_cur_language.STR_SECURE_BOOT_ENABLE : g_vtoy_cur_language.STR_SECURE_BOOT_DISABLE); + $('#id_secure_boot').text(data.secure_boot ? g_hiso_cur_language.STR_SECURE_BOOT_ENABLE : g_hiso_cur_language.STR_SECURE_BOOT_DISABLE); }); diff --git a/src/plugson/www/plugson_menu_alias.html b/src/plugson/www/plugson_menu_alias.html index 2e275d3..7be161c 100644 --- a/src/plugson/www/plugson_menu_alias.html +++ b/src/plugson/www/plugson_menu_alias.html @@ -8,7 +8,7 @@ @@ -43,26 +43,26 @@ diff --git a/src/plugson/www/plugson_menu_class.html b/src/plugson/www/plugson_menu_class.html index 0a14dc4..69d45b7 100644 --- a/src/plugson/www/plugson_menu_class.html +++ b/src/plugson/www/plugson_menu_class.html @@ -8,7 +8,7 @@ @@ -43,26 +43,26 @@ diff --git a/src/plugson/www/plugson_menu_tip.html b/src/plugson/www/plugson_menu_tip.html index 75ef808..b30cebe 100644 --- a/src/plugson/www/plugson_menu_tip.html +++ b/src/plugson/www/plugson_menu_tip.html @@ -8,7 +8,7 @@ @@ -110,26 +110,26 @@ diff --git a/src/plugson/www/plugson_password.html b/src/plugson/www/plugson_password.html index 3dd3fac..430bedc 100644 --- a/src/plugson/www/plugson_password.html +++ b/src/plugson/www/plugson_password.html @@ -8,7 +8,7 @@ @@ -83,34 +83,34 @@ diff --git a/src/plugson/www/plugson_persistence.html b/src/plugson/www/plugson_persistence.html index 1bcc076..9f72621 100644 --- a/src/plugson/www/plugson_persistence.html +++ b/src/plugson/www/plugson_persistence.html @@ -8,7 +8,7 @@ @@ -40,30 +40,30 @@ diff --git a/src/plugson/www/plugson_theme.html b/src/plugson/www/plugson_theme.html index 1e6e8b0..a528bd1 100644 --- a/src/plugson/www/plugson_theme.html +++ b/src/plugson/www/plugson_theme.html @@ -8,7 +8,7 @@ @@ -99,7 +99,7 @@ | |||
serial serial_console GUI. GUI or CLI corresponding to the GUI mode and TEXT mode respectively.serialserial_console if you have both serial and VGA device.