catchAdmin/catch/system/module.json

15 lines
303 B
JSON
Raw Normal View History

2020-04-29 17:37:45 +08:00
{
2020-07-03 21:24:42 +08:00
"name": "系统管理",
"alias": "system",
"description": "系统管理模块",
"version": "1.0.0",
"keywords": [],
2020-09-19 16:10:08 +08:00
"order": 100,
2020-07-03 21:24:42 +08:00
"services": [
"\\catchAdmin\\system\\SystemService"
],
"aliases": [],
"files": [],
"requires": [],
"enable": true
2020-04-29 17:37:45 +08:00
}