移动位置

Former-commit-id: cf8d489b49cb34f9a52925fbb7513782983da761 [formerly faf6b83cfe94510c01bc8ea1d842c5956e3e0380] [formerly cf8d489b49cb34f9a52925fbb7513782983da761 [formerly faf6b83cfe94510c01bc8ea1d842c5956e3e0380] [formerly cf8d489b49cb34f9a52925fbb7513782983da761 [formerly faf6b83cfe94510c01bc8ea1d842c5956e3e0380] [formerly faf6b83cfe94510c01bc8ea1d842c5956e3e0380 [formerly 048d88450a3d1bdff8849f1e3a38220520a02126 [formerly 70fdb00c0efb9594eae4f140e2214db45738ce51]]]]]
Former-commit-id: b7c324b407817c1e3f545eedd82ee4754caa13de
Former-commit-id: 494ceafcab6bfad526bade28677259d258fcf5e9
Former-commit-id: d5c8b0a4ce0cb27f3f67f9d703d1d124af37fc97 [formerly fe98276c2e09f1bb76b86016fb2cafcd42e46174]
Former-commit-id: 2ee7efdd31063ee721373265909cfad2da36ab86
Former-commit-id: 7befeb4e33a6295922ba299c8ee4f9edf8f91a2b
Former-commit-id: ff277e09a7eb1b8c0b2858c5c1206925875c99e3
Former-commit-id: b197baed996eaa57bd961513443bbde3828413ad
Former-commit-id: a1dd52121b4d6899c8b2c37ef7dac9a723e073f4
This commit is contained in:
liyang 2018-07-23 22:06:08 +08:00
parent 59b030392c
commit 6d46d5694b
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
"countup.js": "^1.9.3",
"dayjs": "^1.6.7",
"echarts": "^4.1.0",
"element-ui": "^2.0.11",
"element-ui": "^2.4.4",
"file-saver": "^1.3.3",
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.12.0",

View File

@ -29,11 +29,11 @@ export default {
children: [
{ path: `${pre}store/sys`, title: '系统状态', icon: 'microchip' },
{ path: `${pre}store/ua`, title: '浏览器信息', icon: 'info-circle' },
{ path: `${pre}store/gray`, title: '灰度模式', icon: 'eye' }
{ path: `${pre}store/gray`, title: '灰度模式', icon: 'eye' },
{ path: `${pre}store/fullscreen`, title: '全屏', icon: 'arrows-alt' },
{ path: `${pre}store/theme`, title: '主题', icon: 'diamond' }
]
},
{ path: `${pre}theme`, title: '主题', icon: 'flask' },
{ path: `${pre}fullscreen`, title: '全屏', icon: 'arrows-alt' },
{ path: `${pre}db`, title: '数据持久化', icon: 'database' },
{ path: `${pre}env`, title: '环境信息', icon: 'exclamation-circle' }
])('/demo/playground/')

View File

@ -1 +1 @@
c4d49155f38baacfd5717ec2b3eb78e27bfde9c5
22470549b36a73bc9a0ff2a817ed9c1f162d0108