/**------【①.谋而后定:配置区】-----**/
'use strict';
const ACCOUNT = { //账号相关,安全性更高
"user" : "admin", //博客后台用户名
"password" : "cfblog-plus", //博客后台密码
"third_token" : "cfblog", //开放token,当前仅允许访问/admin/search.xml,/admin/sitemap.xml时可用,在cfblog_token的头信息中传递
"cacheZoneId":"935xxxxxxxxxxxx",//区域 ID
"cacheToken":"AQxxxxxxxx",//API token
"kv_var": this['CFBLOG'],//workers绑定kv时用的变量名
}
const OPT = { //网站配置
/*--前台参数--*/
"siteDomain" : "域名",// 域名(不带https 也不带/)
"siteName" : "CFBLOG-Plus",//博客名称
"siteDescription":"CFBLOG-Plus" ,//博客描述
"keyWords":"cloudflare,KV,workers,blog",//关键字
"logo":"https://cdn.jsdelivr.net/gh/Arronlong/cfblog-plus@master/themes/JustNews/files/logo2.png",//JustNews主题的logo
"theme_github_path":"https://cdn.jsdelivr.net/gh/Arronlong/cfblog-plus@master/themes/",//主题路径
"themeURL" : "https://raw.githubusercontent.com/Arronlong/cfblog-plus/master/themes/JustNews/", // 模板地址,以 "/"" 结尾
//"search_xml_url":"", //search.xml外部链接,可通过github的action自动生成,不设置则实时生成
//"sitemap_xml_url":"", //sitemap.xml外部链接,可通过github的action自动生成,不设置则实时生成
"pageSize" : 5,//每页文章数
"recentlySize" : 6,//最近文章数
"recentlyType" : 1,//最近文章类型:1-按创建时间倒序(按id倒序),2-按修改时间排序
"readMoreLength":150,//阅读更多截取长度
"cacheTime" : 60*60*24*2, //文章在浏览器的缓存时长(秒),建议=文章更新频率
"html404" : `404`,//404页面代码
"codeBeforHead":`
`,//其他代码,显示在前
"codeBeforBody":`
`,//其他代码,显示在