-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d5aae5
commit 30e3094
Showing
45 changed files
with
318 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 注意事项 | ||
icon: leaf | ||
order: 5 | ||
order: 3 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
title: 代码生成 | ||
icon: leaf | ||
order: 3 | ||
order: 1 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
title: 操作指南 | ||
title: 增删改查 | ||
icon: leaf | ||
order: 8 | ||
order: 2 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: 添加菜单 | ||
icon: leaf | ||
order: 3 | ||
category: | ||
- 快速上手 | ||
- 删除功能 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
## 删除功能有两种方式 | ||
举例删除websocket功能 | ||
### 1、禁用菜单 | ||
1. 系统管理-->菜单管理-->>找到需要禁用的菜单WebSocket,点击禁用按钮,即可禁用该菜单 | ||
2. 禁用后,该菜单将不会在左侧菜单栏中显示 | ||
### 2、删除菜单 | ||
1. 系统管理-->菜单管理-->>找到需要禁用的菜单WebSocket,点击禁用按钮,即可禁用该菜单 | ||
2. 删除后端代码(controller,service,mapper)等代码 | ||
1. src/main/java/com/youlai/system/controller/WebsocketController.java | ||
3. 删除前端代码(view,api)等代码 | ||
1. src\views\demo\websocket.vue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 操作指南 | ||
icon: leaf | ||
dir: | ||
collapsible: true | ||
expanded: false | ||
order: 2 | ||
category: | ||
- Markdown | ||
tag: | ||
- 语法 | ||
- Markdown | ||
--- | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
src/前后端模板/前端手册/功能组件/字典组件.md → src/前后端模板/2.前端手册/3.组件文档/5.字典组件.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 字典组件 | ||
icon: leaf | ||
order: 6 | ||
order: 5 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
|
5 changes: 3 additions & 2 deletions
5
src/前后端模板/前端手册/高级扩展/README.md → src/前后端模板/2.前端手册/3.组件文档/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/前后端模板/前端手册/功能组件/本地Mock.md → src/前后端模板/2.前端手册/4.集成插件/1.集成Mock.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 本地Mock | ||
title: 集成Mock | ||
icon: leaf | ||
order: 5 | ||
order: 1 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
|
6 changes: 3 additions & 3 deletions
6
src/前后端模板/前端手册/功能组件/README.md → src/前后端模板/2.前端手册/4.集成插件/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: 删除功能 | ||
title: 删除模块 | ||
icon: leaf | ||
order: 4 | ||
category: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 扩展改造 | ||
icon: leaf | ||
dir: | ||
order: 5 | ||
collapsible: true | ||
expanded: false | ||
category: | ||
- Markdown | ||
tag: | ||
- 语法 | ||
- Markdown | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 常见问题 | ||
icon: leaf | ||
order: 9 | ||
order: 6 | ||
category: | ||
- 快速上手 | ||
- 项目简介 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,8 @@ icon: palette | |
index: false | ||
dir: | ||
order: 2 | ||
collapsible: false | ||
collapsible: true | ||
expanded: true | ||
|
||
--- | ||
|
||
<Catalog /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: 代码生成 | ||
icon: leaf | ||
order: 1 | ||
category: | ||
- 快速上手 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
|
||
本教程将指导你如何搭建 VuePress 的运行环境。 | ||
|
||
<!-- more --> | ||
|
||
## 编辑器 | ||
|
||
一个趁手的编辑器是必要的,我们推荐你使用 VSCode 来编写和运行你的 | ||
VuePress 项目。 | ||
|
||
1. 在 [下载页面](https://code.visualstudio.com/) 中点击左侧的蓝色按钮 | ||
完成下载。 | ||
|
||
1. 双击安装包打开 | ||
|
||
1. 同意用户协议。 | ||
|
||
## Node.js | ||
|
||
::: info 介绍 | ||
|
||
[Node.js®](https://nodejs.org/zh-cn/) 是一个基于 | ||
[Chrome V8 引擎](https://v8.dev/) 的 JavaScript 运行时环境。 | ||
|
||
::: | ||
|
||
你需要下载并安装最新的长期维护版。 | ||
|
||
1. 点击 [下载地址](https://nodejs.org/en) 左侧的绿色按钮 (LTS)。 | ||
1. 运行安装包,保持所有的默认设置,一路下一步即可。 | ||
|
||
::: warning | ||
|
||
如果你真的是个小白,请不要改默认安装目录,以免你在出现问题时找不到对应 | ||
的文件夹。 | ||
|
||
Node.js 本身只会占据几十 M 的空间! | ||
|
||
::: | ||
|
||
## pnpm | ||
|
||
在你安装 Node.js 之后,在终端中输入下列命令启用 corepack: | ||
|
||
```bash | ||
corepack enable | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: 增删改查 | ||
icon: leaf | ||
order: 2 | ||
category: | ||
- 快速上手 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
|
||
本教程将指导你如何搭建 VuePress 的运行环境。 | ||
|
||
<!-- more --> | ||
|
||
## 编辑器 | ||
|
||
一个趁手的编辑器是必要的,我们推荐你使用 VSCode 来编写和运行你的 | ||
VuePress 项目。 | ||
|
||
1. 在 [下载页面](https://code.visualstudio.com/) 中点击左侧的蓝色按钮 | ||
完成下载。 | ||
|
||
1. 双击安装包打开 | ||
|
||
1. 同意用户协议。 | ||
|
||
## Node.js | ||
|
||
::: info 介绍 | ||
|
||
[Node.js®](https://nodejs.org/zh-cn/) 是一个基于 | ||
[Chrome V8 引擎](https://v8.dev/) 的 JavaScript 运行时环境。 | ||
|
||
::: | ||
|
||
你需要下载并安装最新的长期维护版。 | ||
|
||
1. 点击 [下载地址](https://nodejs.org/en) 左侧的绿色按钮 (LTS)。 | ||
1. 运行安装包,保持所有的默认设置,一路下一步即可。 | ||
|
||
::: warning | ||
|
||
如果你真的是个小白,请不要改默认安装目录,以免你在出现问题时找不到对应 | ||
的文件夹。 | ||
|
||
Node.js 本身只会占据几十 M 的空间! | ||
|
||
::: | ||
|
||
## pnpm | ||
|
||
在你安装 Node.js 之后,在终端中输入下列命令启用 corepack: | ||
|
||
```bash | ||
corepack enable | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: 添加菜单 | ||
icon: leaf | ||
order: 3 | ||
category: | ||
- 快速上手 | ||
- 删除功能 | ||
tag: | ||
- 项目介绍 | ||
--- | ||
## 删除功能有两种方式 | ||
举例删除websocket功能 | ||
### 1、禁用菜单 | ||
1. 系统管理-->菜单管理-->>找到需要禁用的菜单WebSocket,点击禁用按钮,即可禁用该菜单 | ||
2. 禁用后,该菜单将不会在左侧菜单栏中显示 | ||
### 2、删除菜单 | ||
1. 系统管理-->菜单管理-->>找到需要禁用的菜单WebSocket,点击禁用按钮,即可禁用该菜单 | ||
2. 删除后端代码(controller,service,mapper)等代码 | ||
1. src/main/java/com/youlai/system/controller/WebsocketController.java | ||
3. 删除前端代码(view,api)等代码 | ||
1. src\views\demo\websocket.vue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: 操作指南 | ||
icon: leaf | ||
dir: | ||
collapsible: true | ||
expanded: false | ||
order: 2 | ||
category: | ||
- Markdown | ||
tag: | ||
- 语法 | ||
- Markdown | ||
--- | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.