feat: 添加 Security Token 配置项,更新签名算法

This commit is contained in:
xiaji
2026-04-08 22:27:37 +08:00
parent 14ee847246
commit bb222d151b
1698 changed files with 27629 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
cargo:rustc-check-cfg=cfg(android_platform)
cargo:rustc-check-cfg=cfg(ohos_platform)
cargo:rustc-check-cfg=cfg(wasm_platform)
cargo:rustc-check-cfg=cfg(macos_platform)
cargo:rustc-check-cfg=cfg(ios_platform)
cargo:rustc-check-cfg=cfg(apple)
cargo:rustc-check-cfg=cfg(free_unix)
cargo:rustc-check-cfg=cfg(x11_platform)
cargo:rustc-check-cfg=cfg(wayland_platform)
cargo:rustc-check-cfg=cfg(egl_backend)
cargo:rustc-cfg=egl_backend
cargo:rustc-check-cfg=cfg(glx_backend)
cargo:rustc-check-cfg=cfg(wgl_backend)
cargo:rustc-cfg=wgl_backend
cargo:rustc-check-cfg=cfg(cgl_backend)