Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2024-12-04 03:08:24 +00:00
parent c472f6b912
commit e8d6cc738d
1394 changed files with 42558 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# API 端口 [必填]
PANEL_APP_PORT_HTTP=8050
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8050
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: API 端口
labelEn: API port
required: true
rule: paramPort
type: number
@@ -0,0 +1,16 @@
networks:
1panel-network:
external: true
services:
reader3-webview:
container_name: reader3-webview
env_file:
- ./envs/global.env
image: hectorqin/remote-webview:3.2.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8050
restart: always
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+15
View File
@@ -0,0 +1,15 @@
# 阅读3 Webview插件
阅读是一款提供网络文学搜索的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
<img height="256" src="https://file.lifebus.top/apps/reader3/logo.png" width="256"/>
![](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)
## 应用说明
当前应用为 `阅读3` 的 Webview 插件,提供了一个简单的 Webview 容器,用于 `阅读3` 的订阅源书籍加载功能。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
+14
View File
@@ -0,0 +1,14 @@
additionalProperties:
key: reader3-webview
name: 阅读3 Webview插件
tags:
- Tool
- Local
shortDescZh: 阅读3服务器版,不需要手机
shortDescEn: Reader3 server version, no need for mobile phone
type: tool
crossVersionUpdate: true
limit: 0
website: https://github.com/hectorqin/reader/
github: https://github.com/hectorqin/reader/
document: https://github.com/hectorqin/reader/
Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB