Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-22 12:44:52 +00:00
parent 26af988b6c
commit b8ff1759a8
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ additionalProperties:
tags: tags:
- WebSite - WebSite
- Local - Local
shortDescZh: B站历史记录 shortDescZh: 同步B站历史记录
shortDescEn: Bilibili History Fetcher shortDescEn: Bilibili History Fetcher
type: website type: website
crossVersionUpdate: true crossVersionUpdate: true
+1 -1
View File
@@ -4,6 +4,6 @@ BILI_FETCHER_ROOT_PATH=/home/bili-fetcher
# WebUI 端口 [必填] # WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5173 PANEL_APP_PORT_HTTP=5173
# WebUI 端口 [必填] # API 端口 [必填]
PANEL_APP_PORT_API=8899 PANEL_APP_PORT_API=8899
+2 -2
View File
@@ -18,8 +18,8 @@ additionalProperties:
- default: 8899 - default: 8899
edit: true edit: true
envKey: PANEL_APP_PORT_API envKey: PANEL_APP_PORT_API
labelZh: WebUI 端口 labelZh: API 端口
labelEn: WebUI port labelEn: API port
required: true required: true
rule: paramPort rule: paramPort
type: number type: number
+1 -1
View File
@@ -4,6 +4,6 @@ BILI_FETCHER_ROOT_PATH=/home/bili-fetcher
# WebUI 端口 [必填] # WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5173 PANEL_APP_PORT_HTTP=5173
# WebUI 端口 [必填] # API 端口 [必填]
PANEL_APP_PORT_API=8899 PANEL_APP_PORT_API=8899