docs format

This commit is contained in:
qiaofeng1227 2023-06-19 17:09:22 +08:00
parent 8e44dab5b5
commit 4863be7141
2 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ COPY static ./static
COPY requirements.txt main.py ./
RUN apt update
# Install supervisords
# Install supervisord
RUN apt install -y supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
COPY config/cmd.sh /cmd.sh

View file

@ -53,14 +53,14 @@ domain = "  Domain_set{\n\n" \
"    default_domain默认域名\n\n  }\n\n}\n\n"
update = "  Compare_content: 新旧版本内容{\n\n" \
"  current_version: 当前版本,\n\n" \
"  Update_content: {\n\n" \
"    version: 最新版本\n\n" \
"    date: 更新日期\n\n" \
"    content: 更新内容\n\n  }\n\n}\n\n}\n\n"
"    current_version: 当前版本,\n\n" \
"    Update_content: {\n\n" \
"      version: 最新版本\n\n" \
"      date: 更新日期\n\n" \
"      content: 更新内容\n\n    }\n\n  }\n\n}\n\n"
appstore_update = "  Update_content: [] 更新内容\n\n  \n\n}\n\n"
auto = "  auto_update: 目前的自动更新状态\n\n  \n\n}\n\n"
appstore_update = "  Update_content: [] 更新内容}\n\n"
auto = "  auto_update: 目前的自动更新状态\n\n}\n\n"
rd = rd_s + rd_m + rd_e
rd_info = rd_s + info + rd_e