Files
pdmtest.sa.com/plugin/cms/config.json
2024-07-26 17:51:40 +08:00

35 lines
1.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "cms",
"title": "CMS内容管理系统",
"intro": "基于PHP+MySQL Webman开发的内容管理系统含UniApp小程序全部代码开源性能强劲商业建站首选",
"icon": "fa-wordpress",
"author": "官方",
"home": "\/index\/cms\/index",
"version": "1.0.1",
"config": 1,
"menu": 1,
"import": 0,
"rewrite": {
"\/": "cms\/Index\/index",
"\/tags\/{tag}.html": "cms\/Tags\/read",
"\/tags\/": "cms\/Tags\/index",
"\/kuaixun\/": "cms\/Bulletin\/index",
"\/special\/": "cms\/Special\/index",
"\/special\/{id}.html": "cms\/Special\/read",
"\/{pinyin}\/list_{page}.html": "cms\/category\/index",
"\/{pinyin}\/": "cms\/category\/index",
"\/archives\/{id}.html": "cms\/Archives\/read",
"\/search?keyword={keyword}&page={page}": "cms\/Search\/index",
"\/search": "cms\/Search\/index"
},
"extends": {
"title": "CMS内容管理系统"
},
"area": [
"600px",
"650px"
],
"status": 1,
"icons": "fa-wordpress",
"path": "D:\\phpstudy_pro\\WWW\\swiftadmin.php.cn\\plugin\\cms\\"
}