From 9da6f9d8d7ef9d60794ae4ec5715d6c49057ee32 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 11 Oct 2025 09:18:52 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/bili-fetcher/{1.6.7 => 1.6.8}/.env | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/categories.json | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/config.yaml | 0 .../bili-fetcher/{1.6.7 => 1.6.8}/config/scheduler_config.yaml | 0 .../{1.6.7 => 1.6.8}/config/sql_statements_mysql.py | 0 .../{1.6.7 => 1.6.8}/config/sql_statements_sqlite.py | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/template.html | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/data.yml | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/docker-compose.yml | 2 +- appstore/bili-fetcher/{1.6.7 => 1.6.8}/envs/default.env | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/envs/global.env | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/init.sh | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/uninstall.sh | 0 appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/upgrade.sh | 0 dockge/bili-fetcher/docker-compose.yml | 2 +- 15 files changed, 2 insertions(+), 2 deletions(-) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/.env (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/categories.json (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/config.yaml (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/scheduler_config.yaml (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/sql_statements_mysql.py (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/sql_statements_sqlite.py (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/config/template.html (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/data.yml (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/docker-compose.yml (94%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/envs/default.env (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/envs/global.env (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/init.sh (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/uninstall.sh (100%) rename appstore/bili-fetcher/{1.6.7 => 1.6.8}/scripts/upgrade.sh (100%) diff --git a/appstore/bili-fetcher/1.6.7/.env b/appstore/bili-fetcher/1.6.8/.env similarity index 100% rename from appstore/bili-fetcher/1.6.7/.env rename to appstore/bili-fetcher/1.6.8/.env diff --git a/appstore/bili-fetcher/1.6.7/config/categories.json b/appstore/bili-fetcher/1.6.8/config/categories.json similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/categories.json rename to appstore/bili-fetcher/1.6.8/config/categories.json diff --git a/appstore/bili-fetcher/1.6.7/config/config.yaml b/appstore/bili-fetcher/1.6.8/config/config.yaml similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/config.yaml rename to appstore/bili-fetcher/1.6.8/config/config.yaml diff --git a/appstore/bili-fetcher/1.6.7/config/scheduler_config.yaml b/appstore/bili-fetcher/1.6.8/config/scheduler_config.yaml similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/scheduler_config.yaml rename to appstore/bili-fetcher/1.6.8/config/scheduler_config.yaml diff --git a/appstore/bili-fetcher/1.6.7/config/sql_statements_mysql.py b/appstore/bili-fetcher/1.6.8/config/sql_statements_mysql.py similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/sql_statements_mysql.py rename to appstore/bili-fetcher/1.6.8/config/sql_statements_mysql.py diff --git a/appstore/bili-fetcher/1.6.7/config/sql_statements_sqlite.py b/appstore/bili-fetcher/1.6.8/config/sql_statements_sqlite.py similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/sql_statements_sqlite.py rename to appstore/bili-fetcher/1.6.8/config/sql_statements_sqlite.py diff --git a/appstore/bili-fetcher/1.6.7/config/template.html b/appstore/bili-fetcher/1.6.8/config/template.html similarity index 100% rename from appstore/bili-fetcher/1.6.7/config/template.html rename to appstore/bili-fetcher/1.6.8/config/template.html diff --git a/appstore/bili-fetcher/1.6.7/data.yml b/appstore/bili-fetcher/1.6.8/data.yml similarity index 100% rename from appstore/bili-fetcher/1.6.7/data.yml rename to appstore/bili-fetcher/1.6.8/data.yml diff --git a/appstore/bili-fetcher/1.6.7/docker-compose.yml b/appstore/bili-fetcher/1.6.8/docker-compose.yml similarity index 94% rename from appstore/bili-fetcher/1.6.7/docker-compose.yml rename to appstore/bili-fetcher/1.6.8/docker-compose.yml index dcdde88d9..d0284297f 100644 --- a/appstore/bili-fetcher/1.6.7/docker-compose.yml +++ b/appstore/bili-fetcher/1.6.8/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - TZ=Asia/Shanghai - DOCKER_ENV=true - image: qyg2297248353/bili-fetcher:v1.6.7 + image: qyg2297248353/bili-fetcher:v1.6.8 networks: - 1panel-network ports: diff --git a/appstore/bili-fetcher/1.6.7/envs/default.env b/appstore/bili-fetcher/1.6.8/envs/default.env similarity index 100% rename from appstore/bili-fetcher/1.6.7/envs/default.env rename to appstore/bili-fetcher/1.6.8/envs/default.env diff --git a/appstore/bili-fetcher/1.6.7/envs/global.env b/appstore/bili-fetcher/1.6.8/envs/global.env similarity index 100% rename from appstore/bili-fetcher/1.6.7/envs/global.env rename to appstore/bili-fetcher/1.6.8/envs/global.env diff --git a/appstore/bili-fetcher/1.6.7/scripts/init.sh b/appstore/bili-fetcher/1.6.8/scripts/init.sh similarity index 100% rename from appstore/bili-fetcher/1.6.7/scripts/init.sh rename to appstore/bili-fetcher/1.6.8/scripts/init.sh diff --git a/appstore/bili-fetcher/1.6.7/scripts/uninstall.sh b/appstore/bili-fetcher/1.6.8/scripts/uninstall.sh similarity index 100% rename from appstore/bili-fetcher/1.6.7/scripts/uninstall.sh rename to appstore/bili-fetcher/1.6.8/scripts/uninstall.sh diff --git a/appstore/bili-fetcher/1.6.7/scripts/upgrade.sh b/appstore/bili-fetcher/1.6.8/scripts/upgrade.sh similarity index 100% rename from appstore/bili-fetcher/1.6.7/scripts/upgrade.sh rename to appstore/bili-fetcher/1.6.8/scripts/upgrade.sh diff --git a/dockge/bili-fetcher/docker-compose.yml b/dockge/bili-fetcher/docker-compose.yml index dcdde88d9..d0284297f 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.7 + image: qyg2297248353/bili-fetcher:v1.6.8 networks: - 1panel-network ports: