From bfa7ab0feb7aa748c9da685ae94c9910f03b99ca Mon Sep 17 00:00:00 2001 From: wangtao <1q2w3e4r> Date: Fri, 17 Jun 2022 14:52:29 +0800 Subject: [PATCH] 文档管理补充说明 --- docs/docs/.vuepress/config.js | 4 ++-- docs/docs/README.md | 8 ++++---- docs/docs/version520/README.md | 16 +++++++++------- docs/docs/version520/demo.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 102 insertions(+), 13 deletions(-) create mode 100644 docs/docs/version520/demo.md diff --git a/docs/docs/.vuepress/config.js b/docs/docs/.vuepress/config.js index fab019b..6c61856 100644 --- a/docs/docs/.vuepress/config.js +++ b/docs/docs/.vuepress/config.js @@ -1,7 +1,7 @@ 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/'}, diff --git a/docs/docs/README.md b/docs/docs/README.md index f155e52..37a36f7 100644 --- a/docs/docs/README.md +++ b/docs/docs/README.md @@ -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> diff --git a/docs/docs/version520/README.md b/docs/docs/version520/README.md index b6e37cf..d7df5a4 100644 --- a/docs/docs/version520/README.md +++ b/docs/docs/version520/README.md @@ -1,11 +1,13 @@ -    监控版本升级记录<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: diff --git a/docs/docs/version520/demo.md b/docs/docs/version520/demo.md new file mode 100644 index 0000000..b6e37cf --- /dev/null +++ b/docs/docs/version520/demo.md @@ -0,0 +1,87 @@ +    监控版本升级记录<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', + } + } +} +``` + + + + + + + -- libgit2 0.24.0