mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-22 01:14:52 +02:00
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:
@@ -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 "已存在的版本, 无法再次安装,如需再次安装请先卸载"
|
||||
|
||||
Reference in New Issue
Block a user