chore: set use_npm as default

This commit is contained in:
Kbscript
2025-06-10 12:08:17 +08:00
parent dfcd7b8842
commit 54f54a8e70

View File

@@ -9,7 +9,7 @@ on:
use_npm:
description: 'Use npm packages instead of building from source'
type: boolean
default: false
default: true
build_official:
description: 'Also build and publish official preload package'
type: boolean