From b8ff1759a877b3e2a35bb0f2af28ef73f7e95773 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 22 May 2025 12:44:52 +0000 Subject: [PATCH] Processed apps directory via GitHub Actions --- appstore/bili-fetcher/data.yml | 2 +- appstore/bili-fetcher/latest/.env | 2 +- appstore/bili-fetcher/latest/data.yml | 4 ++-- dockge/bili-fetcher/.env | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appstore/bili-fetcher/data.yml b/appstore/bili-fetcher/data.yml index 6750233d1..9487b455e 100644 --- a/appstore/bili-fetcher/data.yml +++ b/appstore/bili-fetcher/data.yml @@ -4,7 +4,7 @@ additionalProperties: tags: - WebSite - Local - shortDescZh: B站历史记录 + shortDescZh: 同步B站历史记录 shortDescEn: Bilibili History Fetcher type: website crossVersionUpdate: true diff --git a/appstore/bili-fetcher/latest/.env b/appstore/bili-fetcher/latest/.env index 0435051ee..969cb95f4 100644 --- a/appstore/bili-fetcher/latest/.env +++ b/appstore/bili-fetcher/latest/.env @@ -4,6 +4,6 @@ BILI_FETCHER_ROOT_PATH=/home/bili-fetcher # WebUI 端口 [必填] PANEL_APP_PORT_HTTP=5173 -# WebUI 端口 [必填] +# API 端口 [必填] PANEL_APP_PORT_API=8899 diff --git a/appstore/bili-fetcher/latest/data.yml b/appstore/bili-fetcher/latest/data.yml index 5b2281b56..3ec6c2ba2 100644 --- a/appstore/bili-fetcher/latest/data.yml +++ b/appstore/bili-fetcher/latest/data.yml @@ -18,8 +18,8 @@ additionalProperties: - default: 8899 edit: true envKey: PANEL_APP_PORT_API - labelZh: WebUI 端口 - labelEn: WebUI port + labelZh: API 端口 + labelEn: API port required: true rule: paramPort type: number diff --git a/dockge/bili-fetcher/.env b/dockge/bili-fetcher/.env index 0435051ee..969cb95f4 100644 --- a/dockge/bili-fetcher/.env +++ b/dockge/bili-fetcher/.env @@ -4,6 +4,6 @@ BILI_FETCHER_ROOT_PATH=/home/bili-fetcher # WebUI 端口 [必填] PANEL_APP_PORT_HTTP=5173 -# WebUI 端口 [必填] +# API 端口 [必填] PANEL_APP_PORT_API=8899