unsigned 编译通过

This commit is contained in:
cheney 2026-08-03 17:52:58 +08:00 committed by Cheney
parent 08b3655a38
commit 0f74602036
3 changed files with 3497 additions and 327 deletions

3818
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,9 +32,9 @@ if [ "$VARIANT" = "release" ]; then
# IBOARD_UPLOAD_KEY_ALIAS=iboard
# IBOARD_UPLOAD_STORE_PASSWORD=...
# IBOARD_UPLOAD_KEY_PASSWORD=...
npx tauri android build --release
npx tauri android build -- --release
else
npx tauri android build --debug
npx tauri android build -- --debug
fi
echo

View File

@ -27,4 +27,4 @@ tauri = { version = "2", features = [] }
# Tauri 的"自定义协议"模式让打包后的 webview 能从 tauri:// 加载资源
# 用于生产构建, dev 模式不需要
default = ["custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]
custom-protocol = ["tauri/custom-protocol"]