feat: 添加 Security Token 配置项,更新签名算法
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -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)
|
||||
@@ -0,0 +1 @@
|
||||
D:\selftools\volcengine-server-manager\target\x86_64-pc-windows-gnu\release\build\winit-ccf10a8c195cf195\out
|
||||
Reference in New Issue
Block a user