X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1f49265f29459295bc1b66c53da3de9e99a9370e..88f77c01e4039faece2bd579a1e9196dcd84deff:/Plugson/www/plugson_control.html
diff --git a/Plugson/www/plugson_control.html b/Plugson/www/plugson_control.html
index 60c8fc7..0d05fd9 100644
--- a/Plugson/www/plugson_control.html
+++ b/Plugson/www/plugson_control.html
@@ -61,15 +61,17 @@
é项说æ |
æå®æç´¢ISOæä»¶çæ ¹ç®å½ãé»è®¤Ventoyä¼æç´¢Uçä¸çææç®å½ååç®å½ï¼å½ä½ Uçä¸ææµ·éçæä»¶æ¶ï¼è¿ä¸ªè¿ç¨ä¼å¾æ
¢ã
- è¿ç§æ
åµä¸ä½ å¯ä»¥æISOæä»¶åç¬æ¾å¨æä¸ªç®å½ä¸ï¼ç¶åéè¿è¿ä¸ªå鿥æå®æç´¢è·¯å¾ï¼æ¤æ¶Ventoyå°±åªä¼æç´¢è¯¥ç®å½åå
¶åç®å½ã
+ è¿ç§æ
åµä¸ä½ å¯ä»¥æISOæä»¶åç¬æ¾å¨æä¸ªåç®å½ä¸ï¼ç¶åéè¿è¿ä¸ªå鿥æå®æç´¢è·¯å¾ï¼æ¤æ¶Ventoyå°±åªä¼æç´¢è¯¥ç®å½åå
¶åç®å½ã
+ 注æè¿éä¸è½è®¾ç½®ä¸ºUçæ ¹ç®å½ï¼å¿
须为ä¸ä¸ªåç®å½ã
|
| Option Description |
The root path where to search the image files. By default, Ventoy will search all the directories and subdirectories in the USB. This will be very slow when you have huge number of files in the USB.
- In this case, you can put all the image files in one directory and use this to specify the search path.
- After that Ventoy will only search this directory and its subdirectories for image files.
+ In this case, you can put all the image files in one subdirectory and use this to specify the search path.
+ After that Ventoy will only search this directory and its subdirectories for image files.
+ Note: the path must not be the mountpoint of the first partition, but a subdirectory.
|
@@ -115,7 +117,7 @@
| Option Description |
- 0 Don not bypass Windows 11 hardware check.
+ 0 Do not bypass Windows 11 hardware check.
1 Bypass Windows 11 hardware check.
This option only avaliable for standard Windows 11 ISO files.
When set to 1, Ventoy will create the following registries to bypass Windows 11 hardware check when install.
@@ -1182,7 +1184,7 @@
$('input[type=radio]').each(function(){
var id = $(this).attr('id');
- if (id.startsWith('id_ctrl')) {
+ if (typeof(id) != 'undefined' && id.startsWith('id_ctrl')) {
$(this).change(VtoySaveCurrentPage);
}
});
|