updated private cloud server and console

This commit is contained in:
strawmanbobi
2025-10-20 19:24:01 +08:00
parent f00d088078
commit a5ef6ac6ed
35 changed files with 236 additions and 231 deletions

View File

@@ -3,7 +3,7 @@
* 2014-12-01.
*/
var BaseCache = function(_cacheType, _host, _port, _user, _password) {
let BaseCache = function(_cacheType, _host, _port, _user, _password) {
throw new Error("Abstract class");
};