Ventoy Forums

Full Version: 关于插件同时用时,衔接的问题???谁能告诉我!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
谁能告诉我关于插件命令两个插件的命令行一起用 Huh 比如说用全局的控制插件再用主题插件的话 只能启动一个 怎么办呢???
Code:
{
    "control": [
        { "VTOY_DEFAULT_MENU_MODE": "1" },
        { "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
    ],
   
    "theme": {
        "file": "/ventoy/theme/blur/theme.txt",
        "gfxmode": "1920x1080"
    },
   
    "auto_install" : [
        {
            "image": "/ISO/cn_windows_server_2012_r2_vl_x64_dvd_2979220.iso",
            "template": "/ventoy/script/windows_unattended.xml"
        },
        {
            "image": "/000/centos.iso",
            "template": "/ventoy/script/centos_kickstart.cfg"
        }
    ]
}