Allow locking different arch pre-built content

This commit is contained in:
crazywhalecc
2025-03-30 16:53:14 +08:00
parent 5648681ecc
commit 87c0535624
12 changed files with 150 additions and 76 deletions

View File

@@ -41,8 +41,9 @@ const SPC_EXTENSION_ALIAS = [
];
// spc lock type
const SPC_LOCK_SOURCE = 1; // lock source
const SPC_LOCK_PRE_BUILT = 2; // lock pre-built
const SPC_DOWN_SOURCE = 1; // lock source
const SPC_DOWN_PRE_BUILT = 2; // lock pre-built
const SPC_DOWN_PACKAGE = 3; // lock as package
// file replace strategy
const REPLACE_FILE_STR = 1;