feat: 计划作业执行记录 (#89)

顶部通栏黑夜模式开关
计划作业快捷预览面板
This commit is contained in:
2024-02-18 14:43:22 +08:00
committed by GitHub
parent 6f32acaacf
commit 6f89015198
71 changed files with 844 additions and 229 deletions

View File

@ -1,7 +1,7 @@
cd ..
$types = @{
'1' = @('major', '主版本')
'2' = @('minor', '版本')
'2' = @('minor', '版本')
'3' = @('patch', '修订版本')
}
$prefix = ''