feat: 新增1Panle部署

This commit is contained in:
wanglihui 2023-09-18 20:25:02 +08:00
parent 355d684248
commit 3bb4f764cf
10 changed files with 31 additions and 2 deletions

View File

@ -10,7 +10,6 @@ export default defineConfig({
title: "悟空IM",
description: "IM",
lang: "zh-CN",
ignoreDeadLinks: false,
head: [
["meta", { name: "keywords", content: "IM" }],
["link", { rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],
@ -75,4 +74,5 @@ export default defineConfig({
},
plugins: [UnoCSS()],
},
ignoreDeadLinks: true
});

View File

@ -20,6 +20,7 @@ export const sidebar: DefaultTheme.Sidebar = {
{ text: "一键部署(推荐)", link: "/guide/deploy-default" },
{ text: "Docker方式部署", link: "/guide/deploy-docker" },
{ text: "Docker Compose方式部署", link: "/guide/deploy-dockercompose" },
{ text: "1Panle部署", link: "/guide/1panle" },
{ text: "部署配置", link: "/guide/deploy-config" },
],
},

28
src/guide/1panle.md Normal file
View File

@ -0,0 +1,28 @@
# 1Panle 部署
## 安装1Panle
关于 1Panel 的安装部署与基础功能介绍,请参考 [1Panel 官方文档](https://1panel.cn/)。在完成了 1Panel 的安装部署后,根据提示网址打开浏览器进入 1Panel如下界面。
![安装1Panle](./1panle.png)
## 安装WuKongIM
在应用商店中选择 安装WuKongIM 点击安装
![安装WuKongIM](./1panle1.png)
## 访问 安装WuKongIM
1. 访问悟空IM监控系统
![悟空IM监控系统](./1panle2.png)
2. 访问悟空IM Demo
![悟空IM Demo](./1panle3.jpg)
![悟空IM Demo](./1panle4.jpg)
![悟空IM Demo](./1panle5.jpg)

BIN
src/guide/1panle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
src/guide/1panle1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
src/guide/1panle2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

BIN
src/guide/1panle3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
src/guide/1panle4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
src/guide/1panle5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -5,7 +5,7 @@
## 结构说明
![sdk结构图](./wkjssdk.png)
![sdk结构图](./jssdk/wkjssdk.png)
``` js
// 聊天管理者