diff --git a/README.md b/README.md index 3ca543a..70f17fb 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,17 @@ KunLun-M (root) > [![asciicast](https://asciinema.org/a/360845.svg)](https://asciinema.org/a/360845) + +### 基于潮汐平台/公开server 部署方案 + +KunLun-M在潮汐平台上线了公开项目环境,关于潮汐平台得介绍这里就不细提了,可以移步了解。 + +[潮汐平台 - KunLun-m](https://lev.zone/portal/kit/8a81809e817f2c150181849ee601000a) + +![](docs/chaoxi.jpg) + +通过潮汐平台可以使用定制得镜像运行远程扫描,然后在web平台上查看扫描结果,更符合现代化得client、server独立部署方案。 + ### plugin mode #### phpunserializechain diff --git a/core/__version__.py b/core/__version__.py index c370e1e..54c539d 100644 --- a/core/__version__.py +++ b/core/__version__.py @@ -7,7 +7,7 @@ __issue_page__ = 'https://github.com/LoRexxar/Kunlun-M/issues/new' __python_version__ = sys.version.split()[0] __platform__ = platform.platform() -__version__ = '2.6.4.2' +__version__ = '2.6.5' __author__ = 'LoRexxar' __author_email__ = 'LoRexxar@gmail.com' __license__ = 'MIT License' diff --git a/docs/changelog.md b/docs/changelog.md index cb3e53e..2304abc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -300,4 +300,7 @@ - 修复了组件扫描中关于pom.xml静态扫描的几个语法解析错误 - 修改了组件数据储存格式 - 从这个版本后不再做小版本的更新,只做bug修复维护,后续会有一个直接更新到3.0的大版本更新 - \ No newline at end of file +- 2022-06-23 + - KunLun-M 2.6.5 + - 更新了社区化的部署方案,支持使用公开的Server端查看扫描结果,为后续延展提供基础 + - 更新了潮汐平台链接,可以使用潮汐平台快速部署体验 \ No newline at end of file diff --git a/docs/chaoxi.jpg b/docs/chaoxi.jpg new file mode 100644 index 0000000..bcb89e3 Binary files /dev/null and b/docs/chaoxi.jpg differ