mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
docs format
This commit is contained in:
parent
8e44dab5b5
commit
4863be7141
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue