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,14 @@
cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(android_platform)
cargo:rustc-check-cfg=cfg(web_platform)
cargo:rustc-check-cfg=cfg(macos_platform)
cargo:rustc-check-cfg=cfg(ios_platform)
cargo:rustc-check-cfg=cfg(windows_platform)
cargo:rustc-cfg=windows_platform
cargo:rustc-check-cfg=cfg(apple)
cargo:rustc-check-cfg=cfg(free_unix)
cargo:rustc-check-cfg=cfg(redox)
cargo:rustc-check-cfg=cfg(x11_platform)
cargo:rustc-check-cfg=cfg(wayland_platform)
cargo:rustc-check-cfg=cfg(orbital_platform)
cargo:rustc-check-cfg=cfg(unreleased_changelogs)