更新应用 字节女神

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-09-01 13:42:56 +08:00
parent dcbfaf91f7
commit 51071b3c30
10 changed files with 4 additions and 81 deletions

View File

@@ -18,7 +18,7 @@
## 应用说明
> 目前仅支持 MTFSMPTT 三个 PT 站点的 AV 采集订阅
> 目前仅支持 MTFSM(已闭站)PTT 三个 PT 站点的 AV 采集订阅
>
> 账号密码可在 `日志` 查看
@@ -27,10 +27,6 @@
+ qBittorrent 下载器
+ PT 站点密钥
## 安装说明
> 激活请通过 `license` 版本进行激活
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)

View File

@@ -10,6 +10,6 @@
type: website
crossVersionUpdate: true
limit: 0
website: https://github.com/envyafish/AutoLadyIssue/
github: https://github.com/envyafish/AutoLadyIssue/
document: https://github.com/envyafish/AutoLadyIssue/
website: https://github.com/envyafish/
github: https://github.com/envyafish/
document: https://github.com/envyafish/

View File

@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 5000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number

View File

@@ -1,15 +0,0 @@
networks:
1panel-network:
external: true
services:
byte-muse-license:
image: envyafish/byte-muse-license:latest
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000

View File

@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env

View File

@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai

View File

@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 520 KiB