开关位置速查:
win64: 第 115 行 (github.event_name != 'workflow_dispatch' && true)
win32: 第 217 行 (github.event_name != 'workflow_dispatch' && false)
linux: 第 319 行 (github.event_name != 'workflow_dispatch' && true)
linux-old: 第 412 行 (github.event_name != 'workflow_dispatch' && false)
macos: 第 497 行 (github.event_name != 'workflow_dispatch' && false)
修改时只需把 true 改成 false(禁用)或 false 改成 true(启用)即可