deploy res.
All checks were successful
Deploy / Build (push) Successful in 3m21s

This commit is contained in:
amass 2024-11-21 00:23:59 +08:00
parent 2aa2cbc2b4
commit 3e2cbf0179
2 changed files with 3 additions and 2 deletions

View File

@ -87,7 +87,8 @@ jobs:
username: ${{ vars.YUYUN_USER }}
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
script: |
systemctl restart openresty.service; exit 0
cd /root/Server
openresty -p . -s reload
- name: Notify-End
if: ${{ always() }}
run: |

View File

@ -36,7 +36,7 @@ void Dialog::setStatus(const Wt::WString &result) {
}
void Dialog::messageBox1() {
Wt::WMessageBox::show("信息", "这是一个对话框示例。 ", Wt::StandardButton::Ok);
Wt::WMessageBox::show("信息", "这是一个对话框示例。", Wt::StandardButton::Ok);
setStatus("Ok'ed");
}