This commit is contained in:
parent
2aa2cbc2b4
commit
3e2cbf0179
@ -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: |
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user