Authored by wangtao

初始化目录

1 module.exports = { 1 module.exports = {
2 base: '/monitor/', 2 base: '/monitor/',
3 - title: 'A-View-5', 3 + title: 'A-view智能综合监控平台',
4 description: '当前版本:V5.2.0', 4 description: '当前版本:V5.2.0',
5 dest: 'dist', 5 dest: 'dist',
6 lastUpdated: 'Last Updated', 6 lastUpdated: 'Last Updated',
@@ -12,13 +12,24 @@ module.exports = { @@ -12,13 +12,24 @@ module.exports = {
12 nav: [ 12 nav: [
13 {text: '首页', link: '/'}, 13 {text: '首页', link: '/'},
14 {text: '5.2.0', link: '/version520/'}, 14 {text: '5.2.0', link: '/version520/'},
15 - {text: '设计器', link: 'http://192.168.0.75:6677/#/login'}, 15 + {text: '设计器', link: 'http://192.168.0.75:8087/#/login'},
16 {text: '报表设计', link: 'http://192.168.0.75:8086/'} 16 {text: '报表设计', link: 'http://192.168.0.75:8086/'}
17 ], 17 ],
18 sidebar: { 18 sidebar: {
  19 + '/version/': [
  20 + {
  21 + title: '监控历史版本',
  22 + collapsable: false,
  23 + children: [
  24 + {title: '山西版本', path: '/version/version300'},
  25 + {title: '浙江和天津版本', path: '/version/version320'},
  26 + {title: '最新版本', path: '/version520/'},
  27 + ]
  28 + }
  29 + ],
19 '/version520/': [ 30 '/version520/': [
20 { 31 {
21 - title: '版本5.2.2=0', 32 + title: '版本5.2.0',
22 collapsable: false, 33 collapsable: false,
23 children: [ 34 children: [
24 {title: '版本说明', path: '/version520/'}, 35 {title: '版本说明', path: '/version520/'},
1 --- 1 ---
2 home: true 2 home: true
3 heroImage: /logo.png 3 heroImage: /logo.png
4 -actionText: 开启5.0 →  
5 -actionLink: /version520/ 4 +actionText: 监控文档 →
  5 +actionLink: /version/
6 footer: Copyright © 2022 鸿果科技 Report All Rights Reserved 6 footer: Copyright © 2022 鸿果科技 Report All Rights Reserved
7 --- 7 ---
8 8
@@ -12,7 +12,7 @@ footer: Copyright © 2022 鸿果科技 Report All Rights Reserved @@ -12,7 +12,7 @@ footer: Copyright © 2022 鸿果科技 Report All Rights Reserved
12 <div class="features"> 12 <div class="features">
13 <div class="feature"> 13 <div class="feature">
14 <h2>技术先进</h2> 14 <h2>技术先进</h2>
15 - <p>使用最流行的技术SpringBoot、Vue、LayUI、Element</p> 15 + <p>使用最流行的技术SpringBoot、Vue3、LayUI、Element plus、JQuery、CSS3</p>
16 </div> 16 </div>
17 <div class="feature"> 17 <div class="feature">
18 <h2>设计器</h2> 18 <h2>设计器</h2>
  1 +::: tip 监控版本
  2 +代码分支:5.2.0 (陆续开放中,2022-06-22完成)<br/>
  3 +版本相关包:svn://192.168.0.70/版本管理/2.version/aview.5.2.0(陆续开放中,2022-06-22完成)
  4 +:::
  5 +
  6 +| 序号 | 功能 | 详情 |
  7 +|-----|---------|:------------------:|
  8 +| 1 | 监控系统稳定性 | 5.2.0版本累计修复BUG300+ |
  9 +| 2 | 各个现场支撑 | 29次 |
  10 +| 3 | 功能点开发 | 10个 |
  11 +
  12 +
  13 +
  14 +::: tip 首页明确统计规则展示
  15 +在右上角展示统计规则
  16 +:::
  17 +![img](../picture/520/README/1.png) <br>
  18 +
  19 +::: warning
  20 +这是一个警告
  21 +:::
  22 +
  23 +::: danger
  24 +这是一个危险警告
  25 +:::
  26 +
  27 +::: details
  28 +这是一个详情块,在 IE / Edge 中不生效
  29 +:::
  30 +
  31 +
  32 +
  33 +::: danger STOP
  34 +危险区域,禁止通行
  35 +:::
  36 +
  37 +::: details 点击查看代码
  38 +```js
  39 +console.log('你好,VuePress!')
  40 +```
  41 +:::
  42 +
  43 +
  44 +
  45 +``` js
  46 +export default {
  47 + name: 'MyComponent',
  48 + // ...
  49 +}
  50 +```
  51 +
  52 +
  53 +
  54 +``` html
  55 +<ul>
  56 + <li
  57 + v-for="todo in todos"
  58 + :key="todo.id"
  59 + >
  60 + {{ todo.text }}
  61 + </li>
  62 +</ul>
  63 +```
  64 +
  65 +
  66 +``` js{1,4,6-7}
  67 +export default { // Highlighted
  68 + data () {
  69 + return {
  70 + msg: `Highlighted!
  71 + This line isn't highlighted,
  72 + but this and the next 2 are.`,
  73 + motd: 'VuePress is awesome',
  74 + lorem: 'ipsum',
  75 + }
  76 + }
  77 +}
  78 +```
  79 +
  80 +
  81 +
  82 +
  83 +
  84 +
  85 +
  1 +::: danger
  2 +这是一个危险警告
  3 +:::
  1 +::: danger
  2 +这是一个危险警告
  3 +:::