Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-06 12:52:45 +00:00
parent adb6d423c8
commit ab2491b09a
61 changed files with 20 additions and 10 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ services:
interval: 30s
retries: 3
start_period: 5s
test: 'CMD-SHELL node -e "require(''http'').get(''http://localhost:8008/health'',
res => (res.statusCode >= 200 && res.statusCode < 400) ? process.exit(0) :
process.exit(1)).on(''error'', () => process.exit(1))"
test: 'node -e "require(''http'').get(''http://localhost:8008/health'', res
=> { const allowed = [200, 204, 301, 302, 304]; process.exit(allowed.includes(res.statusCode)
? 0 : 1); }).on(''error'', () => process.exit(0));"
'
timeout: 3s
+10
View File
@@ -6,6 +6,16 @@
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 安装说明
> 首次安装需要手动创建账户
>
> 默认注册码 (请及时修改默认注册码)
>
> 管理员:`230713`
>
> 普通用户:`9527`
## 功能特性
### 🔍 多源资源搜索