catchAdmin/catch/domain/module.json

16 lines
315 B
JSON
Raw Normal View History

2020-09-26 15:10:41 +08:00
{
"name": "域名管理",
"alias": "domain",
"description": "域名,阿里云,腾讯云",
"version": "1.0.0",
"keywords": [],
"order": 0,
"services": [
"\\catchAdmin\\domain\\DomainService"
],
"aliases": {},
"files": [],
"requires": [],
2020-09-28 09:55:30 +08:00
"enable": false
2020-09-26 15:10:41 +08:00
}