Skip to content

v1.0.0

Latest

Choose a tag to compare

@mogoyu mogoyu released this 28 Feb 12:36
· 5 commits to main since this release
35fa04e

开关位置速查:
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(启用)即可