Authored by wangtao

文档管理补充说明

module.exports = {
base: '/monitor/',
title: 'A-View-5',
description: '监控A-View-5说明',
description: '当前版本:V5.2.0',
dest: 'dist',
lastUpdated: 'Last Updated',
theme: '',
... ... @@ -18,7 +18,7 @@ module.exports = {
sidebar: {
'/version520/': [
{
title: '版本升级',
title: '版本5.2.2=0',
collapsable: false,
children: [
{title: '版本说明', path: '/version520/'},
... ...
... ... @@ -15,11 +15,11 @@ footer: Copyright © 2021 鸿果科技 Report All Rights Reserved
<p>使用最流行的技术SpringBoot、Vue、LayUI、Element。</p>
</div>
<div class="feature">
<h2>丰富组件</h2>
<p>是一个包含前后端代码实现,同时支持动态扩展数据源.</p>
<h2>设计器</h2>
<p>是一个BI平台,酷炫大屏展示,能随时随地掌控业务动态,让每个决策都有数据支撑。</p>
</div>
<div class="feature">
<h2>功能完善</h2>
<p>支持多数据源,多数据集,丰富的大屏组件实现拖拽生成大屏</p>
<h2>报表系统</h2>
<p>是一个数据可视化报表,含报表和大屏设计,像搭建积木一样在线设计报表</p>
</div>
</div>
... ...
&emsp; &emsp; 监控版本升级记录<br>
::: tip 监控版本
代码分支:5.2.0 (陆续开放中,2022-06-22完成)<br/>
版本相关包:svn://192.168.0.70/版本管理/2.version/aview.5.2.0(陆续开放中,2022-06-22完成)
:::
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
| 序号 | 功能 | 功能 | 备注 |
|-----|---------------|:-------------:|------:|
| 1 | col 3 is | right-aligned | $1600 |
| | col 2 is | centered | $12 |
| | zebra stripes | are neat | $1 |
:tada: :100:
... ...
&emsp; &emsp; 监控版本升级记录<br>
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
:tada: :100:
[[toc]]
::: tip
这是一个提示
:::
::: warning
这是一个警告
:::
::: danger
这是一个危险警告
:::
::: details
这是一个详情块,在 IE / Edge 中不生效
:::
::: danger STOP
危险区域,禁止通行
:::
::: details 点击查看代码
```js
console.log('你好,VuePress!')
```
:::
``` js
export default {
name: 'MyComponent',
// ...
}
```
``` html
<ul>
<li
v-for="todo in todos"
:key="todo.id"
>
{{ todo.text }}
</li>
</ul>
```
``` js{1,4,6-7}
export default { // Highlighted
data () {
return {
msg: `Highlighted!
This line isn't highlighted,
but this and the next 2 are.`,
motd: 'VuePress is awesome',
lorem: 'ipsum',
}
}
}
```
... ...