mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-15 08:52:02 +08:00
修复 RssHub 无法匹配问题
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
76a77fca1c
commit
5b3d401a73
2
.github/workflows/renovate-app-version.sh
vendored
2
.github/workflows/renovate-app-version.sh
vendored
@ -6,7 +6,7 @@ old_version=$2
|
|||||||
|
|
||||||
# 定义关联数组,将应用名称与其对应的 keys 关联起来
|
# 定义关联数组,将应用名称与其对应的 keys 关联起来
|
||||||
declare -A app_keys
|
declare -A app_keys
|
||||||
app_keys=(["immich"]="immich-server immich-machine-learning" ["stream-rec"]="stream-rec-backend stream-rec-frontend")
|
app_keys=(["immich"]="immich-server immich-machine-learning" ["stream-rec"]="stream-rec-backend stream-rec-frontend" ["rsshub"]="rsshub")
|
||||||
|
|
||||||
echo "Processing app: $app_name, old version: $old_version"
|
echo "Processing app: $app_name, old version: $old_version"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user