Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
3 years ago
Commit
bfa7ab0feb7aa748c9da685ae94c9910f03b99ca
1 parent
cf8a5a01
文档管理补充说明
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
102 additions
and
13 deletions
docs/docs/.vuepress/config.js
docs/docs/README.md
docs/docs/version520/README.md
docs/docs/version520/demo.md
docs/docs/.vuepress/config.js
View file @
bfa7ab0
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/'
},
...
...
docs/docs/README.md
View file @
bfa7ab0
...
...
@@ -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>
...
...
docs/docs/version520/README.md
View file @
bfa7ab0
 
 
监控版本升级记录
<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:
...
...
docs/docs/version520/demo.md
0 → 100644
View file @
bfa7ab0
 
 
监控版本升级记录
<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',
}
}
}
```
...
...
Please
register
or
login
to post a comment