Showing
4 changed files
with
102 additions
and
13 deletions
1 | module.exports = { | 1 | module.exports = { |
2 | base: '/monitor/', | 2 | base: '/monitor/', |
3 | title: 'A-View-5', | 3 | title: 'A-View-5', |
4 | - description: '监控A-View-5说明', | 4 | + description: '当前版本:V5.2.0', |
5 | dest: 'dist', | 5 | dest: 'dist', |
6 | lastUpdated: 'Last Updated', | 6 | lastUpdated: 'Last Updated', |
7 | theme: '', | 7 | theme: '', |
@@ -18,7 +18,7 @@ module.exports = { | @@ -18,7 +18,7 @@ module.exports = { | ||
18 | sidebar: { | 18 | sidebar: { |
19 | '/version520/': [ | 19 | '/version520/': [ |
20 | { | 20 | { |
21 | - title: '版本升级', | 21 | + title: '版本5.2.2=0', |
22 | collapsable: false, | 22 | collapsable: false, |
23 | children: [ | 23 | children: [ |
24 | {title: '版本说明', path: '/version520/'}, | 24 | {title: '版本说明', path: '/version520/'}, |
@@ -15,11 +15,11 @@ footer: Copyright © 2021 鸿果科技 Report All Rights Reserved | @@ -15,11 +15,11 @@ footer: Copyright © 2021 鸿果科技 Report All Rights Reserved | ||
15 | <p>使用最流行的技术SpringBoot、Vue、LayUI、Element。</p> | 15 | <p>使用最流行的技术SpringBoot、Vue、LayUI、Element。</p> |
16 | </div> | 16 | </div> |
17 | <div class="feature"> | 17 | <div class="feature"> |
18 | - <h2>丰富组件</h2> | ||
19 | - <p>是一个包含前后端代码实现,同时支持动态扩展数据源.</p> | 18 | + <h2>设计器</h2> |
19 | + <p>是一个BI平台,酷炫大屏展示,能随时随地掌控业务动态,让每个决策都有数据支撑。</p> | ||
20 | </div> | 20 | </div> |
21 | <div class="feature"> | 21 | <div class="feature"> |
22 | - <h2>功能完善</h2> | ||
23 | - <p>支持多数据源,多数据集,丰富的大屏组件实现拖拽生成大屏</p> | 22 | + <h2>报表系统</h2> |
23 | + <p>是一个数据可视化报表,含报表和大屏设计,像搭建积木一样在线设计报表</p> | ||
24 | </div> | 24 | </div> |
25 | </div> | 25 | </div> |
1 | -    监控版本升级记录<br> | ||
2 | - | 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 | +::: | ||
3 | 5 | ||
4 | -| Tables | Are | Cool | | ||
5 | -| ------------- |:-------------:| -----:| | ||
6 | -| col 3 is | right-aligned | $1600 | | ||
7 | -| col 2 is | centered | $12 | | ||
8 | -| zebra stripes | are neat | $1 | | 6 | +| 序号 | 功能 | 功能 | 备注 | |
7 | +|-----|---------------|:-------------:|------:| | ||
8 | +| 1 | col 3 is | right-aligned | $1600 | | ||
9 | +| | col 2 is | centered | $12 | | ||
10 | +| | zebra stripes | are neat | $1 | | ||
9 | 11 | ||
10 | 12 | ||
11 | :tada: :100: | 13 | :tada: :100: |
docs/docs/version520/demo.md
0 → 100644
1 | +    监控版本升级记录<br> | ||
2 | + | ||
3 | + | ||
4 | +| Tables | Are | Cool | | ||
5 | +| ------------- |:-------------:| -----:| | ||
6 | +| col 3 is | right-aligned | $1600 | | ||
7 | +| col 2 is | centered | $12 | | ||
8 | +| zebra stripes | are neat | $1 | | ||
9 | + | ||
10 | + | ||
11 | +:tada: :100: | ||
12 | + | ||
13 | + | ||
14 | +[[toc]] | ||
15 | + | ||
16 | + | ||
17 | +::: tip | ||
18 | +这是一个提示 | ||
19 | +::: | ||
20 | + | ||
21 | +::: warning | ||
22 | +这是一个警告 | ||
23 | +::: | ||
24 | + | ||
25 | +::: danger | ||
26 | +这是一个危险警告 | ||
27 | +::: | ||
28 | + | ||
29 | +::: details | ||
30 | +这是一个详情块,在 IE / Edge 中不生效 | ||
31 | +::: | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | +::: danger STOP | ||
36 | +危险区域,禁止通行 | ||
37 | +::: | ||
38 | + | ||
39 | +::: details 点击查看代码 | ||
40 | +```js | ||
41 | +console.log('你好,VuePress!') | ||
42 | +``` | ||
43 | +::: | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | +``` js | ||
48 | +export default { | ||
49 | + name: 'MyComponent', | ||
50 | + // ... | ||
51 | +} | ||
52 | +``` | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | +``` html | ||
57 | +<ul> | ||
58 | + <li | ||
59 | + v-for="todo in todos" | ||
60 | + :key="todo.id" | ||
61 | + > | ||
62 | + {{ todo.text }} | ||
63 | + </li> | ||
64 | +</ul> | ||
65 | +``` | ||
66 | + | ||
67 | + | ||
68 | +``` js{1,4,6-7} | ||
69 | +export default { // Highlighted | ||
70 | + data () { | ||
71 | + return { | ||
72 | + msg: `Highlighted! | ||
73 | + This line isn't highlighted, | ||
74 | + but this and the next 2 are.`, | ||
75 | + motd: 'VuePress is awesome', | ||
76 | + lorem: 'ipsum', | ||
77 | + } | ||
78 | + } | ||
79 | +} | ||
80 | +``` | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + |
-
Please register or login to post a comment