ChanCMS 当前页面数据:
site-> {"name":"ChanCMS","domain":"www.chancms.top","email":"867528315@qq.com","wx":null,"icp":"皖ICP备2024030927号-1","code":"","title":"ChanCMS内容管理系统","keywords":"chancms_ChanCms_禅cms_网站建设_网站制作_企业建站","description":"chancms是一款基于Express和MySQL研发的高质量实用型CMS管理系统。它具备多种类型网站开发,公司,企业,学校,政府,图片,下载,产品等各类型网站建设。易扩展、基于模块化和插件化开发模式,适用于商用企业级程序开发。","json":""}
nav-> [{"id":9,"pid":0,"name":"首页","pinyin":"home","path":"/home","orderBy":1,"target":"0","status":"0","listView":"chanyue.html","articleView":"chanyue.html","seoTitle":"","seoKeywords":"","seoDescription":"","type":"1","level":1},{"id":1,"pid":0,"name":"案例","pinyin":"case","path":"/case","orderBy":2,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"禅cms案例","seoKeywords":"禅cms,ChanCMS","seoDescription":"禅cms网站案例","type":"0","level":1},{"id":2,"pid":0,"name":"文档","pinyin":"docs","path":"/docs","orderBy":3,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS文档","seoKeywords":"ChanCMS,禅cms,cms,express,nodejs","seoDescription":"ChanCMS使用文档","type":"0","level":1},{"id":3,"pid":0,"name":"模板","pinyin":"muban","path":"/muban","orderBy":4,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS模板","seoKeywords":"禅cms,ChanCMS","seoDescription":"ChanCMS模板市场","type":"0","level":1},{"id":5,"pid":0,"name":"定制","pinyin":"custom","path":"/custom","orderBy":5,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS定制","seoKeywords":"ChanCMS,禅cms,cms,nodecms,express","seoDescription":"ChanCMS基于express进行可定制开发需求","type":"0","level":1},{"id":8,"pid":0,"name":"关于","pinyin":"about","path":"/about","orderBy":6,"target":"0","status":"0","listView":"list.html","articleView":"page.html","seoTitle":"ChanCMS","seoKeywords":"ChanCMS","seoDescription":"ChanCMS","type":"1","level":1}]
category-> [{"id":9,"pid":0,"name":"首页","pinyin":"home","path":"/home","orderBy":1,"target":"0","status":"0","listView":"chanyue.html","articleView":"chanyue.html","seoTitle":"","seoKeywords":"","seoDescription":"","type":"1","level":1},{"id":1,"pid":0,"name":"案例","pinyin":"case","path":"/case","orderBy":2,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"禅cms案例","seoKeywords":"禅cms,ChanCMS","seoDescription":"禅cms网站案例","type":"0","level":1},{"id":2,"pid":0,"name":"文档","pinyin":"docs","path":"/docs","orderBy":3,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS文档","seoKeywords":"ChanCMS,禅cms,cms,express,nodejs","seoDescription":"ChanCMS使用文档","type":"0","level":1},{"id":3,"pid":0,"name":"模板","pinyin":"muban","path":"/muban","orderBy":4,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS模板","seoKeywords":"禅cms,ChanCMS","seoDescription":"ChanCMS模板市场","type":"0","level":1},{"id":5,"pid":0,"name":"定制","pinyin":"custom","path":"/custom","orderBy":5,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS定制","seoKeywords":"ChanCMS,禅cms,cms,nodecms,express","seoDescription":"ChanCMS基于express进行可定制开发需求","type":"0","level":1},{"id":8,"pid":0,"name":"关于","pinyin":"about","path":"/about","orderBy":6,"target":"0","status":"0","listView":"list.html","articleView":"page.html","seoTitle":"ChanCMS","seoKeywords":"ChanCMS","seoDescription":"ChanCMS","type":"1","level":1}]
friendlink-> [{"title":"ChanCMS官网","link":"https://www.chancms.top"}]
static_url-> /public/template/chancms/
frag--->{"PowerBy":"<p style=\"text-align: center;\">Powder By <a href=\"http://www.chancms.top\" target=\"_blank\" rel=\"noopener\">ChanCMS v3.0.14</a></p>","chancms":"<p><span style=\"font-size: 14px;\">ChanCMS是一款基于Node、Express、MySQL、Vue3研发的高质量实用型CMS系统。轻量、灵活、稳定、高性能、易扩展,让开发更简单。</span></p>"}
tag--->{}
position------>[{"id":2,"pid":0,"name":"文档","pinyin":"docs","path":"/docs","orderBy":3,"target":"0","status":"0","listView":"list.html","articleView":"article.html","seoTitle":"ChanCMS文档","seoKeywords":"ChanCMS,禅cms,cms,express,nodejs","seoDescription":"ChanCMS使用文档","type":"0","level":1}]
navSub------>
article------>{"id":83,"cid":2,"subCid":null,"title":"ChanCMS系列教程三:常用模板标签","shortTitle":"","tagId":"","attr":"","articleView":null,"source":"","author":"","description":"ChanCMS系列教程三:常用模板标签","img":"","content":"<h3>全局标签</h3>\n<p>站点名称</p>\n<pre class=\"language-markup\"><code>{{site.name}}</code></pre>\n<p>网站域名</p>\n<pre class=\"language-markup\"><code>{{site.domain}}</code></pre>\n<p>邮箱</p>\n<pre class=\"language-markup\"><code>{{site.email}}</code></pre>\n<p>微信</p>\n<pre class=\"language-markup\"><code>{{site.wx}}</code></pre>\n<p>icp备案号</p>\n<pre class=\"language-markup\"><code>{{site.icp}}</code></pre>\n<p>站点统计</p>\n<pre class=\"language-markup\"><code>{{site.code}}</code></pre>\n<p>静态资源目录</p>\n<pre class=\"language-markup\"><code>{{base_url}}</code></pre>\n<p>标签列表</p>\n<pre class=\"language-markup\"><code>{{each tag}}\n{{$value.name}}\n{{/each}}</code></pre>\n<p>引入模板</p>\n<pre class=\"language-markup\"><code>{{include './common/模板名称.html'}}</code></pre>\n<p>常用模板</p>\n<pre class=\"language-markup\"><code>{{include './common/header.html'}}</code></pre>\n<pre class=\"language-markup\"><code>{{include './common/footer.html'}}</code></pre>\n<pre class=\"language-markup\"><code>{{include './common/nav.html'}}</code></pre>\n<pre class=\"language-markup\"><code>{{include './common/meta.html'}}</code></pre>\n<pre class=\"language-markup\"><code>{{include './common/css.html'}}</code></pre>\n<pre class=\"language-markup\"><code>{{include './common/js.html'}}</code></pre>\n<p>碎片</p>\n<pre class=\"language-markup\"><code>{{@ frag['名称']}}</code></pre>","status":0,"pv":1631,"link":"","createdAt":"2024-05-30T08:06:25.000Z","updatedAt":"2025-06-30T22:22:34.000Z","field":{}}
article.tags------>
news------>[{"id":86,"title":"ChanCMS系列视频六:PM2定时清理logs日志(视频)","shortTitle":"","img":"","createdAt":"2024-05-30T08:27:10.000Z","description":"日志可以方便我们查找问题,过多的日志会占用空间,降低服务器运行性能。定期清理日志是必不可少的一步。","pinyin":"docs","name":"文档","path":"/docs"},{"id":85,"title":"ChanCMS系列教程五:Linux服务器部署教程(视频)","shortTitle":"","img":"","createdAt":"2024-05-30T08:18:02.000Z","description":"ChanCMS系列教程五:Linux服务器部署教程(视频操作),讲解nodejs环境部署,mysql安装,pm2运行,域名绑定,反向代理等操作。","pinyin":"docs","name":"文档","path":"/docs"},{"id":84,"title":"ChanCMS系列教程四:后台基本操作(视频)","shortTitle":"","img":"","createdAt":"2024-05-30T08:13:11.000Z","description":"ChanCMS后台基本操作视频,主要讲解一下功能点,通过此视频可以大概了解ChanCMS基本功能。","pinyin":"docs","name":"文档","path":"/docs"},{"id":83,"title":"ChanCMS系列教程三:常用模板标签","shortTitle":"","img":"","createdAt":"2024-05-30T08:06:25.000Z","description":"ChanCMS系列教程三:常用模板标签","pinyin":"docs","name":"文档","path":"/docs"},{"id":82,"title":"ChanCMS系列教程二:模板开发","shortTitle":"","img":"","createdAt":"2024-05-30T07:30:39.000Z","description":"ChanCMS教程之模板开发,模板目录介绍、模板文件介绍、模板开发核心流程、自定义模板数据。","pinyin":"docs","name":"文档","path":"/docs"},{"id":81,"title":"ChanCMS系列教程一:安装运行快速入门","shortTitle":"","img":"","createdAt":"2024-02-03T14:21:08.000Z","description":"环境配置前置条件:安装node.js mysql 和 mysql可视化工具。本地开发推荐用phpStudy。","pinyin":"docs","name":"文档","path":"/docs"}]
hot------>[{"id":81,"title":"ChanCMS系列教程一:安装运行快速入门","path":"/docs","pv":4683},{"id":82,"title":"ChanCMS系列教程二:模板开发","path":"/docs","pv":2495},{"id":84,"title":"ChanCMS系列教程四:后台基本操作(视频)","path":"/docs","pv":2151},{"id":85,"title":"ChanCMS系列教程五:Linux服务器部署教程(视频)","path":"/docs","pv":1788},{"id":83,"title":"ChanCMS系列教程三:常用模板标签","path":"/docs","pv":1631},{"id":86,"title":"ChanCMS系列视频六:PM2定时清理logs日志(视频)","path":"/docs","pv":1445}]
imgs------>[]
pre------>{"id":82,"title":"ChanCMS系列教程二:模板开发","name":"文档","path":"/docs"}
next------>{"id":84,"title":"ChanCMS系列教程四:后台基本操作(视频)","name":"文档","path":"/docs"}