mirror of
https://github.com/WuKongIM/WuKongIMDocs
synced 2025-06-03 07:42:48 +00:00
feat: ✨新增1Panle部署
This commit is contained in:
parent
355d684248
commit
3bb4f764cf
@ -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
|
||||
});
|
||||
|
@ -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
28
src/guide/1panle.md
Normal file
@ -0,0 +1,28 @@
|
||||
# 1Panle 部署
|
||||
|
||||
## 安装1Panle
|
||||
|
||||
关于 1Panel 的安装部署与基础功能介绍,请参考 [1Panel 官方文档](https://1panel.cn/)。在完成了 1Panel 的安装部署后,根据提示网址打开浏览器进入 1Panel,如下界面。
|
||||
|
||||

|
||||
|
||||
## 安装WuKongIM
|
||||
|
||||
在应用商店中选择 安装WuKongIM 点击安装
|
||||
|
||||

|
||||
|
||||
## 访问 安装WuKongIM
|
||||
|
||||
1. 访问悟空IM监控系统
|
||||
|
||||

|
||||
|
||||
2. 访问悟空IM Demo
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
BIN
src/guide/1panle.png
Normal file
BIN
src/guide/1panle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
BIN
src/guide/1panle1.png
Normal file
BIN
src/guide/1panle1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 262 KiB |
BIN
src/guide/1panle2.png
Normal file
BIN
src/guide/1panle2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
BIN
src/guide/1panle3.jpg
Normal file
BIN
src/guide/1panle3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
BIN
src/guide/1panle4.jpg
Normal file
BIN
src/guide/1panle4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/guide/1panle5.jpg
Normal file
BIN
src/guide/1panle5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
@ -5,7 +5,7 @@
|
||||
|
||||
## 结构说明
|
||||
|
||||

|
||||

|
||||
|
||||
``` js
|
||||
// 聊天管理者
|
||||
|
Loading…
x
Reference in New Issue
Block a user