Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
Update package-lock.json
Update package.json
  • Loading branch information
VirgilClyne committed Dec 25, 2024
1 parent 980060c commit e61a504
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 187 deletions.
2 changes: 1 addition & 1 deletion arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default defineConfig({
defaultValue: "WARN",
description: "选择脚本日志的输出等级,低于所选等级的日志将全部输出。",
options: [
{ key: "OFF", label: "关闭" },
{ key: "OFF", label: "🔴 关闭" },
{ key: "ERROR", label: "❌ 错误" },
{ key: "WARN", label: "⚠️ 警告" },
{ key: "INFO", label: "ℹ️ 信息" },
Expand Down
Loading

0 comments on commit e61a504

Please sign in to comment.