feat: automate upstream wechat version detection

This commit is contained in:
Nick007
2026-04-07 17:35:47 +08:00
parent 77edc4b33e
commit a5f832dd09
6 changed files with 206 additions and 3 deletions

12
versions/upstream.env Normal file
View File

@@ -0,0 +1,12 @@
# Upstream package state tracked by automation.
WECHAT_AMD64_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_x86_64.deb"
WECHAT_ARM64_URL="https://dldir1v6.qq.com/weixin/Universal/Linux/WeChatLinux_arm64.deb"
WECHAT_AMD64_VERSION=""
WECHAT_ARM64_VERSION=""
WECHAT_AMD64_SHA256=""
WECHAT_ARM64_SHA256=""
WECHAT_LAST_CHECKED_AT=""