debug
This commit is contained in:
@@ -84,10 +84,16 @@ class Site extends BaseController
|
|||||||
$arrDomain['t_cfg'] = json_encode($TCfgTemplate, JSON_UNESCAPED_UNICODE);
|
$arrDomain['t_cfg'] = json_encode($TCfgTemplate, JSON_UNESCAPED_UNICODE);
|
||||||
|
|
||||||
/** @var DomainModel **/
|
/** @var DomainModel **/
|
||||||
$DomainModel = DomainModel::where('d_domain', $arrDomain['d_domain'])->findOrEmpty();
|
// $DomainModel = DomainModel::where('d_domain', $arrDomain['d_domain'])->findOrEmpty();
|
||||||
|
// $DomainModel->fill($arrDomain);
|
||||||
|
// $DomainModel->save();
|
||||||
|
|
||||||
|
$DomainModel = DomainModel::where('d_domain', $arrDomain['d_domain'])->first();
|
||||||
|
if (!$DomainModel) {
|
||||||
|
$DomainModel = new DomainModel();
|
||||||
$DomainModel->fill($arrDomain);
|
$DomainModel->fill($arrDomain);
|
||||||
$DomainModel->save();
|
$DomainModel->save();
|
||||||
|
}
|
||||||
|
|
||||||
DomainModel::flushAllDomianOnCache();
|
DomainModel::flushAllDomianOnCache();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -211,13 +211,13 @@ $Novel.n_id{extend name="baseH5" /}
|
|||||||
<dl class="rec-focus-book">
|
<dl class="rec-focus-book">
|
||||||
<dt class="book-img">
|
<dt class="book-img">
|
||||||
{$arrGrm[$d_key+110]|raw}
|
{$arrGrm[$d_key+110]|raw}
|
||||||
<a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'><img height="100"
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'><img height="100"
|
||||||
width="80" class="lazyload-img" src="/static/img/default.jpg"
|
width="80" class="lazyload-img" src="/static/img/default.jpg"
|
||||||
data-src="{$Novel.n_cover_path ?? ''}"
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读"></a>
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读"></a>
|
||||||
</dt>
|
</dt>
|
||||||
<dd class="book-info">
|
<dd class="book-info">
|
||||||
<h2><a href='{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
<h2><a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
</h2>
|
</h2>
|
||||||
<p>作者:{$Novel.n_author}</p>
|
<p>作者:{$Novel.n_author}</p>
|
||||||
<p>{$Novel.n_description}</p>
|
<p>{$Novel.n_description}</p>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="image">
|
<div class="image">
|
||||||
{$arrGrm[$d_key+110]|raw}
|
{$arrGrm[$d_key+110]|raw}
|
||||||
<a href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>
|
<a href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>
|
||||||
<img style="min-height:120px;" class="lazyload-img" src="/static/img/default.jpg"
|
<img style="min-height:120px;" class="lazyload-img" src="/static/img/default.jpg"
|
||||||
data-src="{$Novel.n_cover_path ?? ''}"
|
data-src="{$Novel.n_cover_path ?? ''}"
|
||||||
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读">
|
alt="{$Novel.n_name ?? ''} - {$Novel.n_category ?? ''}最新章节在线免费阅读">
|
||||||
@@ -199,10 +199,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><span>{$Novel.n_author}</span><a
|
<dt><span>{$Novel.n_author}</span><a
|
||||||
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'>{$Novel.n_name}</a>
|
||||||
</dt>
|
</dt>
|
||||||
<dd style="height:90px"><a
|
<dd style="height:90px"><a
|
||||||
href='{$strPcPath}{site:nurl n_id="$arrNovel.n_id" n_py="$arrNovel.n_name_pinyin" /}'
|
href='{$strPcPath}{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin" /}'
|
||||||
style="color: #555">{$Novel.n_description}</a>
|
style="color: #555">{$Novel.n_description}</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
@@ -240,7 +240,7 @@
|
|||||||
{foreach $arrNovel.arrRelateveNovel as $Novel}
|
{foreach $arrNovel.arrRelateveNovel as $Novel}
|
||||||
<li>
|
<li>
|
||||||
{$arrGrm[$key+10]|raw}
|
{$arrGrm[$key+10]|raw}
|
||||||
<a href='{site:nurl n_id="Novel.n_id" n_py="Novel.n_name_pinyin"/}'>
|
<a href='{site:nurl n_id="$Novel.n_id" n_py="$Novel.n_name_pinyin"/}'>
|
||||||
<img class="lazy lazyload-img" data-encrypted="false" src="/static/img/default.jpg"
|
<img class="lazy lazyload-img" data-encrypted="false" src="/static/img/default.jpg"
|
||||||
data-src="{$Novel.n_cover_path ?? ''}" alt="{$Novel.n_name ?? ''}" />
|
data-src="{$Novel.n_cover_path ?? ''}" alt="{$Novel.n_name ?? ''}" />
|
||||||
<span>{$Novel.n_name ?? ''}</span>
|
<span>{$Novel.n_name ?? ''}</span>
|
||||||
|
|||||||
@@ -1,16 +1,12 @@
|
|||||||
|
|
||||||
我目前只有一个域名,你帮我设计下面的所有东西
|
我目前只有一个域名,你帮我设计下面的所有东西
|
||||||
站点域名 jinliangwx.com
|
站点域名 youshuvip.com
|
||||||
|
|
||||||
站点名字 :
|
站点名字 : 优书文学
|
||||||
站点全局通用关键词 :
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
站点描述 丰富首页内容 :
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
title :
|
title :
|
||||||
keywords :
|
keywords :
|
||||||
description :
|
description :
|
||||||
文字logo : 站点名字-{文字logo}
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
替换模板数据准备
|
|
||||||
首页-热门小说介绍文案
|
|
||||||
首页-最新小说介绍文案
|
|
||||||
首页-排行榜介绍文案
|
|
||||||
22
doc/ahlvshui.com/index.md
Normal file
22
doc/ahlvshui.com/index.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西
|
||||||
|
站点域名 ahlvshui.com
|
||||||
|
|
||||||
|
站点名字 : 阿红绿水文学
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: ahlvshui.com
|
||||||
|
- **站点名字**: 阿红绿水文学
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 优质小说
|
||||||
|
- **站点描述 (丰富首页内容)**: 阿红绿水文学(ahlvshui.com)为广大书友打造沉浸式阅读体验。平台提供海量优质小说,涵盖悬疑、言情、奇幻、历史、都市等多种类型,每日更新,免费畅读。无论您是追求紧张刺激还是温馨浪漫,这里都能满足您的阅读需求!
|
||||||
|
- **title**: 阿红绿水文学 - {strSiteKeyword}阅读平台
|
||||||
|
- **keywords**: 阿红绿水文学,优质小说,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 阿红绿水文学(ahlvshui.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,致力于优质在线阅读体验。
|
||||||
|
- **文字logo**: 阿红绿水文学-优质小说阅读
|
||||||
29
doc/cdgxjhxx.com/index.md
Normal file
29
doc/cdgxjhxx.com/index.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西 定要最友好seo 的
|
||||||
|
站点域名 cdgxjhxx.com
|
||||||
|
|
||||||
|
站点名字 : 长岛高新文学
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: cdgxjhxx.com
|
||||||
|
- **站点名字**: 长岛高新文学
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 高品质阅读
|
||||||
|
- **站点描述 (丰富首页内容)**: 长岛高新文学(cdgxjhxx.com)为书友提供卓越的阅读体验,精选海量优质小说,涵盖悬疑、言情、科幻、历史、都市等多种类型。每日更新,免费畅读,优雅简洁的界面让您随时沉浸于文学的海洋。加入长岛高新文学,开启您的高品质阅读之旅!
|
||||||
|
- **title**: 长岛高新文学 - {strSiteKeyword}平台
|
||||||
|
- **keywords**: 长岛高新文学,高品质阅读,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 长岛高新文学(cdgxjhxx.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,致力于优雅便捷的在线阅读体验。
|
||||||
|
- **文字logo**: 长岛高新文学-高品质阅读体验
|
||||||
|
|
||||||
|
**SEO优化说明**:
|
||||||
|
- **关键词优化**: Title、description和keywords自然融入{strSiteKeyword}(高品质阅读),关键词(如“高品质阅读”“免费小说”)精准匹配用户搜索意图,密度合理。
|
||||||
|
- **结构化内容**: 首页文案使用H1(站点名字)、H2(欢迎标题)等标签,内容分段清晰,利于搜索引擎抓取和索引;描述文本包含热门搜索词,提升曝光率。
|
||||||
|
- **技术优化**: 建议启用HTTPS,压缩图片、CSS/JS文件,优化加载速度;使用响应式设计(如Tailwind CSS),适配移动端和PC端,提升移动SEO评分。
|
||||||
|
- **用户体验**: 简洁导航、快速加载、清晰字体(如思源黑体)、柔和配色(如浅蓝与深灰)降低跳出率,延长用户停留时间,间接提升排名。
|
||||||
|
- **额外建议**: 生成sitemap.xml和robots.txt,提交站点至搜索引擎(如百度、Google);定期更新内容,增加内链(如热门小说推荐),提升站点权重和爬虫抓取频率。
|
||||||
29
doc/hdqh88.com/index.md
Normal file
29
doc/hdqh88.com/index.md
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西,一定要最友好seo的
|
||||||
|
站点域名 hdqh88.com
|
||||||
|
|
||||||
|
站点名字 : 花读趣话
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: hdqh88.com
|
||||||
|
- **站点名字**: 花读趣话
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 趣味阅读
|
||||||
|
- **站点描述 (丰富首页内容)**: 花读趣话(hdqh88.com)为书友打造轻松愉悦的阅读空间,精选海量优质小说,涵盖言情、悬疑、奇幻、都市、历史等多种类型。每日更新,免费畅读,简洁友好的界面让您随时随地沉浸于精彩故事。加入花读趣话,体验趣味阅读的无限魅力!
|
||||||
|
- **title**: 花读趣话 - {strSiteKeyword}平台
|
||||||
|
- **keywords**: 花读趣话,趣味阅读,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 花读趣话(hdqh88.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,致力于轻松便捷的在线阅读体验。
|
||||||
|
- **文字logo**: 花读趣话-趣味阅读体验
|
||||||
|
|
||||||
|
**SEO优化说明**:
|
||||||
|
- **关键词优化**: Title、description和keywords自然融入{strSiteKeyword}(趣味阅读),关键词密度合理,契合用户搜索习惯(如“趣味阅读”“免费小说”)。
|
||||||
|
- **结构化内容**: 首页文案采用H1(站点名字)、H2(欢迎标题)等结构化标签,增强搜索引擎抓取效率;内容分段清晰,利于爬虫解析。
|
||||||
|
- **技术优化**: 推荐使用HTTPS协议,压缩图片和CSS/JS文件,减少页面加载时间;启用响应式设计(如Tailwind CSS),适配移动端和PC端,提升移动端SEO评分。
|
||||||
|
- **用户体验**: 简洁导航、快速加载、清晰字体(如思源黑体)和柔和配色(如浅粉与深灰)提升用户停留时长,降低跳出率,间接优化SEO排名。
|
||||||
|
- **额外建议**: 添加sitemap.xml和robots.txt,提交站点到搜索引擎(如百度、Google),并定期更新内容以保持活跃度。
|
||||||
24
doc/jinqiyuecheng.com/index.md
Normal file
24
doc/jinqiyuecheng.com/index.md
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西,一定要ui友好seo 的
|
||||||
|
站点域名 jinqiyuecheng.com
|
||||||
|
|
||||||
|
站点名字 : 静月书城
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
- **站点域名**: jinqiyuecheng.com
|
||||||
|
- **站点名字**: 静月书城
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 优质文学
|
||||||
|
- **站点描述 (丰富首页内容)**: 静月书城(jinqiyuecheng.com)为书友提供高品质的阅读平台,精选海量优质文学作品,涵盖言情、悬疑、奇幻、历史、都市等多种类型。每日更新,免费畅读,简洁友好的界面让您随时随地沉浸于故事世界。加入静月书城,开启您的阅读新篇章!
|
||||||
|
- **title**: 静月书城 - {strSiteKeyword}阅读平台
|
||||||
|
- **keywords**: 静月书城,优质文学,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 静月书城(jinqiyuecheng.com)提供海量{strSiteKeyword},涵盖多种类型,免费阅读,打造优雅便捷的在线阅读体验。
|
||||||
|
- **文字logo**: 静月书城-优质文学阅读
|
||||||
|
|
||||||
|
**UI友好与SEO优化说明**:
|
||||||
|
- **UI友好**: 采用响应式框架(如Tailwind CSS),确保适配手机、平板和PC;使用清晰的字体(如思源黑体)和柔和配色(如月白与深蓝);简洁导航和快速加载提升用户体验。
|
||||||
|
- **SEO优化**: Title和description嵌入{strSiteKeyword},关键词自然分布;keywords精准匹配核心主题;首页文案使用H1、H2结构化标题,便于搜索引擎抓取;建议启用HTTPS,优化图片压缩,加快页面加载速度以提升排名。
|
||||||
26
doc/jnstscg.com/index.md
Normal file
26
doc/jnstscg.com/index.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西
|
||||||
|
站点域名 jnstscg.com
|
||||||
|
|
||||||
|
站点名字 : 杰尼斯图书城
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: jnstscg.com
|
||||||
|
- **站点名字**: 杰尼斯图书城
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 精品阅读
|
||||||
|
- **站点描述 (丰富首页内容)**: 杰尼斯图书城(jnstscg.com)为书友提供高品质的阅读平台,精选海量优质小说,涵盖悬疑、言情、奇幻、历史、都市等多种类型。每日更新,免费畅读,简洁优雅的界面让您随时随地享受阅读的乐趣。加入杰尼斯图书城,开启您的精品阅读之旅!
|
||||||
|
- **title**: 杰尼斯图书城 - {strSiteKeyword}平台
|
||||||
|
- **keywords**: 杰尼斯图书城,精品阅读,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 杰尼斯图书城(jnstscg.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,打造优质便捷的在线阅读体验。
|
||||||
|
- **文字logo**: 杰尼斯图书城-精品阅读体验
|
||||||
|
|
||||||
|
**UI友好与SEO优化说明**:
|
||||||
|
- **UI友好**: 采用响应式框架(如Tailwind CSS),适配手机、平板和PC;使用清晰的字体(如思源黑体)和现代配色(如浅蓝与深灰);简洁导航、快速加载、交互式元素提升用户体验。
|
||||||
|
- **SEO优化**: Title和description自然嵌入{strSiteKeyword},关键词分布合理;keywords精准匹配搜索需求;首页文案使用H1、H2结构化标题,利于搜索引擎抓取;建议启用HTTPS,优化图片压缩和代码,加快加载速度以提升排名。
|
||||||
26
doc/tangyupai.com/index.md
Normal file
26
doc/tangyupai.com/index.md
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西,一定要ui友好seo 的
|
||||||
|
站点域名 tangyupai.com
|
||||||
|
|
||||||
|
站点名字 : 堂宇派书城
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
返回格式:
|
||||||
|
|
||||||
|
- **站点域名**: tangyupai.com
|
||||||
|
- **站点名字**: 堂宇派书城
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 精致阅读
|
||||||
|
- **站点描述 (丰富首页内容)**: 堂宇派书城(tangyupai.com)为书友打造优雅的阅读天地,精选海量优质小说,涵盖悬疑、言情、奇幻、历史、都市等多种类型。每日更新,免费畅读,简洁的界面与流畅的体验让您随时沉浸于文学之美。加入堂宇派书城,开启您的精致阅读之旅!
|
||||||
|
- **title**: 堂宇派书城 - {strSiteKeyword}平台
|
||||||
|
- **keywords**: 堂宇派书城,精致阅读,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 堂宇派书城(tangyupai.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,致力于优雅便捷的在线阅读体验。
|
||||||
|
- **文字logo**: 堂宇派书城-精致阅读体验
|
||||||
|
|
||||||
|
**UI友好与SEO优化说明**:
|
||||||
|
- **UI友好**: 使用响应式设计(如Tailwind CSS或Bootstrap),适配手机、平板和PC;采用优雅的字体(如思源宋体)和温暖配色(如米白与深棕);简洁导航、快速加载、交互式按钮提升用户体验。
|
||||||
|
- **SEO优化**: Title和description自然融入{strSiteKeyword},关键词分布合理;keywords精准匹配用户搜索意图;首页文案结构化,包含H1、H2标题,利于搜索引擎抓取;建议启用HTTPS,优化图片和代码压缩,提升加载速度和排名。
|
||||||
21
doc/youshuvip.com/index.md
Normal file
21
doc/youshuvip.com/index.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西
|
||||||
|
站点域名 youshuvip.com
|
||||||
|
|
||||||
|
站点名字 : 优书文学
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: youshuvip.com
|
||||||
|
- **站点名字**: 优书文学
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 精品小说
|
||||||
|
- **站点描述 (丰富首页内容)**: 优书文学(youshuvip.com)致力于为书友提供优质的文学阅读体验。平台汇集海量精品小说,涵盖经典文学、现代小说、悬疑、奇幻、言情等多种类型,满足不同读者的喜好。每日更新,免费阅读,带您沉浸于精彩的文学世界!
|
||||||
|
- **title**: 优书文学 - {strSiteKeyword}阅读平台
|
||||||
|
- **keywords**: 优书文学,精品小说,文学阅读,免费小说,小说推荐
|
||||||
|
- **description**: 优书文学(youshuvip.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,打造舒适的在线阅读体验。
|
||||||
|
- **文字logo**: 优书文学-精品文学阅读
|
||||||
21
doc/ztswc.com/index.md
Normal file
21
doc/ztswc.com/index.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
我目前只有一个域名,你帮我设计下面的所有东西
|
||||||
|
站点域名 ztswc.com
|
||||||
|
|
||||||
|
站点名字 : 中天文学
|
||||||
|
站点全局通用关键词 : 注意这个不是keywords 是替换 tkd 里某个占位符 {strSiteKeyword}
|
||||||
|
站点描述 丰富首页内容 : 注意这个不是 description ,是丰富首页的文案
|
||||||
|
title :
|
||||||
|
keywords :
|
||||||
|
description :
|
||||||
|
文字logo : 站点名字-{文字logo}
|
||||||
|
|
||||||
|
|
||||||
|
- **站点域名**: ztswc.com
|
||||||
|
- **站点名字**: 中天文学
|
||||||
|
- **站点全局通用关键词** ({strSiteKeyword}): 精选小说
|
||||||
|
- **站点描述 (丰富首页内容)**: 中天文学(ztswc.com)为书友提供高品质的阅读体验,汇集海量精选小说,涵盖经典文学、现代小说、悬疑、科幻、武侠等多种类型。每日更新,免费阅读,让您随时随地沉浸于精彩的文学世界。加入中天文学,开启您的阅读冒险!
|
||||||
|
- **title**: 中天文学 - {strSiteKeyword}阅读平台
|
||||||
|
- **keywords**: 中天文学,精选小说,小说阅读,免费小说,文学推荐
|
||||||
|
- **description**: 中天文学(ztswc.com)提供海量{strSiteKeyword},涵盖多种文学类型,免费阅读,打造优质在线阅读体验。
|
||||||
|
- **文字logo**: 中天文学-精选小说阅读
|
||||||
Reference in New Issue
Block a user