基本框架完成,完善一下细节,最好能完成批量上传

This commit is contained in:
2025-03-24 18:43:22 +08:00
parent d20d1907ca
commit cc7c995549
13 changed files with 798 additions and 99 deletions

View File

@@ -123,6 +123,7 @@ void FrmSetting::schEnableSsl(bool checked)
ui->labEnableSslClose->setStyleSheet(checked?CLOSEQSS:OPENQSS);
TCHttpService::getInstance()->setSsl(checked);
}