From 70b76d6c34abab7a5679034d950b9e94b3349463 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 9 Oct 2025 06:32:43 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/bili-fetcher/{1.6.6 => 1.6.7}/.env | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/categories.json | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/config.yaml | 0 .../{1.6.6 => 1.6.7}/config/scheduler_config.yaml | 0 .../{1.6.6 => 1.6.7}/config/sql_statements_mysql.py | 0 .../{1.6.6 => 1.6.7}/config/sql_statements_sqlite.py | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/template.html | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/data.yml | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/docker-compose.yml | 4 ++-- appstore/bili-fetcher/{1.6.6 => 1.6.7}/envs/default.env | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/envs/global.env | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/init.sh | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/uninstall.sh | 0 appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/upgrade.sh | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/.env | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/data.yml | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/docker-compose.yml | 2 +- appstore/deeplx/{1.0.8.1 => 1.0.9.1}/envs/default.env | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/envs/global.env | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/init.sh | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/uninstall.sh | 0 appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/upgrade.sh | 0 dockge/bili-fetcher/docker-compose.yml | 4 ++-- dockge/deeplx/docker-compose.yml | 2 +- 24 files changed, 6 insertions(+), 6 deletions(-) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/.env (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/categories.json (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/config.yaml (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/scheduler_config.yaml (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/sql_statements_mysql.py (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/sql_statements_sqlite.py (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/config/template.html (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/data.yml (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/docker-compose.yml (88%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/envs/default.env (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/envs/global.env (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/init.sh (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/uninstall.sh (100%) rename appstore/bili-fetcher/{1.6.6 => 1.6.7}/scripts/upgrade.sh (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/.env (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/data.yml (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/docker-compose.yml (88%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/envs/default.env (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/envs/global.env (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/init.sh (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/uninstall.sh (100%) rename appstore/deeplx/{1.0.8.1 => 1.0.9.1}/scripts/upgrade.sh (100%) diff --git a/appstore/bili-fetcher/1.6.6/.env b/appstore/bili-fetcher/1.6.7/.env similarity index 100% rename from appstore/bili-fetcher/1.6.6/.env rename to appstore/bili-fetcher/1.6.7/.env diff --git a/appstore/bili-fetcher/1.6.6/config/categories.json b/appstore/bili-fetcher/1.6.7/config/categories.json similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/categories.json rename to appstore/bili-fetcher/1.6.7/config/categories.json diff --git a/appstore/bili-fetcher/1.6.6/config/config.yaml b/appstore/bili-fetcher/1.6.7/config/config.yaml similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/config.yaml rename to appstore/bili-fetcher/1.6.7/config/config.yaml diff --git a/appstore/bili-fetcher/1.6.6/config/scheduler_config.yaml b/appstore/bili-fetcher/1.6.7/config/scheduler_config.yaml similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/scheduler_config.yaml rename to appstore/bili-fetcher/1.6.7/config/scheduler_config.yaml diff --git a/appstore/bili-fetcher/1.6.6/config/sql_statements_mysql.py b/appstore/bili-fetcher/1.6.7/config/sql_statements_mysql.py similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/sql_statements_mysql.py rename to appstore/bili-fetcher/1.6.7/config/sql_statements_mysql.py diff --git a/appstore/bili-fetcher/1.6.6/config/sql_statements_sqlite.py b/appstore/bili-fetcher/1.6.7/config/sql_statements_sqlite.py similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/sql_statements_sqlite.py rename to appstore/bili-fetcher/1.6.7/config/sql_statements_sqlite.py diff --git a/appstore/bili-fetcher/1.6.6/config/template.html b/appstore/bili-fetcher/1.6.7/config/template.html similarity index 100% rename from appstore/bili-fetcher/1.6.6/config/template.html rename to appstore/bili-fetcher/1.6.7/config/template.html diff --git a/appstore/bili-fetcher/1.6.6/data.yml b/appstore/bili-fetcher/1.6.7/data.yml similarity index 100% rename from appstore/bili-fetcher/1.6.6/data.yml rename to appstore/bili-fetcher/1.6.7/data.yml diff --git a/appstore/bili-fetcher/1.6.6/docker-compose.yml b/appstore/bili-fetcher/1.6.7/docker-compose.yml similarity index 88% rename from appstore/bili-fetcher/1.6.6/docker-compose.yml rename to appstore/bili-fetcher/1.6.7/docker-compose.yml index 7886c5337..dcdde88d9 100644 --- a/appstore/bili-fetcher/1.6.6/docker-compose.yml +++ b/appstore/bili-fetcher/1.6.7/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - DOCKER_ENV=true - image: qyg2297248353/bili-fetcher:v1.6.6 + image: qyg2297248353/bili-fetcher:v1.6.7 networks: - 1panel-network ports: @@ -26,7 +26,7 @@ services: environment: - BACKEND_URL=http://bili-fetcher-api:8899 - TZ=Asia/Shanghai - image: qyg2297248353/bili-fetcher-web:v1.6.6 + image: qyg2297248353/bili-fetcher-web:v1.6.7 labels: createdBy: Apps networks: diff --git a/appstore/bili-fetcher/1.6.6/envs/default.env b/appstore/bili-fetcher/1.6.7/envs/default.env similarity index 100% rename from appstore/bili-fetcher/1.6.6/envs/default.env rename to appstore/bili-fetcher/1.6.7/envs/default.env diff --git a/appstore/bili-fetcher/1.6.6/envs/global.env b/appstore/bili-fetcher/1.6.7/envs/global.env similarity index 100% rename from appstore/bili-fetcher/1.6.6/envs/global.env rename to appstore/bili-fetcher/1.6.7/envs/global.env diff --git a/appstore/bili-fetcher/1.6.6/scripts/init.sh b/appstore/bili-fetcher/1.6.7/scripts/init.sh similarity index 100% rename from appstore/bili-fetcher/1.6.6/scripts/init.sh rename to appstore/bili-fetcher/1.6.7/scripts/init.sh diff --git a/appstore/bili-fetcher/1.6.6/scripts/uninstall.sh b/appstore/bili-fetcher/1.6.7/scripts/uninstall.sh similarity index 100% rename from appstore/bili-fetcher/1.6.6/scripts/uninstall.sh rename to appstore/bili-fetcher/1.6.7/scripts/uninstall.sh diff --git a/appstore/bili-fetcher/1.6.6/scripts/upgrade.sh b/appstore/bili-fetcher/1.6.7/scripts/upgrade.sh similarity index 100% rename from appstore/bili-fetcher/1.6.6/scripts/upgrade.sh rename to appstore/bili-fetcher/1.6.7/scripts/upgrade.sh diff --git a/appstore/deeplx/1.0.8.1/.env b/appstore/deeplx/1.0.9.1/.env similarity index 100% rename from appstore/deeplx/1.0.8.1/.env rename to appstore/deeplx/1.0.9.1/.env diff --git a/appstore/deeplx/1.0.8.1/data.yml b/appstore/deeplx/1.0.9.1/data.yml similarity index 100% rename from appstore/deeplx/1.0.8.1/data.yml rename to appstore/deeplx/1.0.9.1/data.yml diff --git a/appstore/deeplx/1.0.8.1/docker-compose.yml b/appstore/deeplx/1.0.9.1/docker-compose.yml similarity index 88% rename from appstore/deeplx/1.0.8.1/docker-compose.yml rename to appstore/deeplx/1.0.9.1/docker-compose.yml index c27a767ad..fe7864ca7 100644 --- a/appstore/deeplx/1.0.8.1/docker-compose.yml +++ b/appstore/deeplx/1.0.9.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - PORT=1188 - image: qyg2297248353/deeplx:v1.0.8.1 + image: qyg2297248353/deeplx:v1.0.9.1 labels: createdBy: Apps networks: diff --git a/appstore/deeplx/1.0.8.1/envs/default.env b/appstore/deeplx/1.0.9.1/envs/default.env similarity index 100% rename from appstore/deeplx/1.0.8.1/envs/default.env rename to appstore/deeplx/1.0.9.1/envs/default.env diff --git a/appstore/deeplx/1.0.8.1/envs/global.env b/appstore/deeplx/1.0.9.1/envs/global.env similarity index 100% rename from appstore/deeplx/1.0.8.1/envs/global.env rename to appstore/deeplx/1.0.9.1/envs/global.env diff --git a/appstore/deeplx/1.0.8.1/scripts/init.sh b/appstore/deeplx/1.0.9.1/scripts/init.sh similarity index 100% rename from appstore/deeplx/1.0.8.1/scripts/init.sh rename to appstore/deeplx/1.0.9.1/scripts/init.sh diff --git a/appstore/deeplx/1.0.8.1/scripts/uninstall.sh b/appstore/deeplx/1.0.9.1/scripts/uninstall.sh similarity index 100% rename from appstore/deeplx/1.0.8.1/scripts/uninstall.sh rename to appstore/deeplx/1.0.9.1/scripts/uninstall.sh diff --git a/appstore/deeplx/1.0.8.1/scripts/upgrade.sh b/appstore/deeplx/1.0.9.1/scripts/upgrade.sh similarity index 100% rename from appstore/deeplx/1.0.8.1/scripts/upgrade.sh rename to appstore/deeplx/1.0.9.1/scripts/upgrade.sh diff --git a/dockge/bili-fetcher/docker-compose.yml b/dockge/bili-fetcher/docker-compose.yml index 7886c5337..dcdde88d9 100644 --- a/dockge/bili-fetcher/docker-compose.yml +++ b/dockge/bili-fetcher/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - DOCKER_ENV=true - image: qyg2297248353/bili-fetcher:v1.6.6 + image: qyg2297248353/bili-fetcher:v1.6.7 networks: - 1panel-network ports: @@ -26,7 +26,7 @@ services: environment: - BACKEND_URL=http://bili-fetcher-api:8899 - TZ=Asia/Shanghai - image: qyg2297248353/bili-fetcher-web:v1.6.6 + image: qyg2297248353/bili-fetcher-web:v1.6.7 labels: createdBy: Apps networks: diff --git a/dockge/deeplx/docker-compose.yml b/dockge/deeplx/docker-compose.yml index c27a767ad..fe7864ca7 100644 --- a/dockge/deeplx/docker-compose.yml +++ b/dockge/deeplx/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - PORT=1188 - image: qyg2297248353/deeplx:v1.0.8.1 + image: qyg2297248353/deeplx:v1.0.9.1 labels: createdBy: Apps networks: