Update to 7.25.0

1. Added Mail Marketing Automation trigger tasks
2. Added Mail Marketing Groups Import, Export, Merge
3. Added Mail Marketing Subscribers to support paste import
4. Added Mail Marketing Template Import Export Duplicate
5. Added Mail server add timed automatic reply
6. Added HTTPS Protection function for Website (disables automatic HTTP to HTTPS redirection when enabled)
7. Optimize Website Interface Button Integration
8. Optimize the response speed of WP Toolkit interface
This commit is contained in:
Jack
2025-03-13 17:52:26 +08:00
parent a968a0d573
commit a24f2e23c6
1912 changed files with 173688 additions and 15257 deletions
+1 -1
View File
@@ -692,7 +692,7 @@ class JDKManager:
def install_jdk(self, version: str) -> Optional[str]:
if version not in self.versions_list:
return "版本不存在, 无法安装"
return "Version does not exist and cannot be installed"
if os.path.exists(self._jdk_path + "/" + version):
return "已存在的版本, 无法再次安装,如需再次安装请先卸载"