mirror of
http://124.126.16.154:8888/singularity/hyperf-admin.git
synced 2026-01-15 07:35:09 +08:00
docs: fix same
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* 业务组件
|
||||
* [业务组件介绍](backend/components/business/desc.md)
|
||||
* [DevTools-开发者工具](backend/components/business/dev-tools.md)
|
||||
* [DataFocus-数据面板](backend/components/data-focus.md)
|
||||
* [DataFocus-数据面板](backend/components/business/data-focus.md)
|
||||
* [CronCenter-任务中心](backend/components/business/cron-center.md)
|
||||
* [开发一个业务组件](backend/components/business/make_component.md)
|
||||
* 基础组件
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#### array_remove_keys
|
||||
|
||||
#### mt_array_merge
|
||||
#### array_overlay
|
||||
|
||||
## 系统函数
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
.replace('raw.githubusercontent.com', 'github.com')
|
||||
.replace(/\/master/, '/blob/master')
|
||||
} else {
|
||||
url = 'https://github.com/hyperf-admin/hyperf-admin.github.io/edit/master/' + vm.route.file
|
||||
url = 'https://github.com/hyperf-admin/hyperf-admin/edit/master/docs/' + vm.route.file
|
||||
}
|
||||
var editHtml = '[:memo: 编辑文档!](' + url + ') '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user