From 1a602f2b91839b3a62c06a849d77f68563036490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E9=9B=B6?= Date: Sat, 18 Jun 2022 20:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/5iux/theme.ini | 10 ++++++++-- template/README.md | 4 +++- template/baisu/theme.ini | 12 ++++++++---- template/default/index.php | 6 ++---- template/default/theme.ini | 10 ++++++++-- template/lylme/theme.ini | 10 ++++++++-- 6 files changed, 37 insertions(+), 15 deletions(-) diff --git a/template/5iux/theme.ini b/template/5iux/theme.ini index 180a7e7..eb23843 100644 --- a/template/5iux/theme.ini +++ b/template/5iux/theme.ini @@ -1,2 +1,8 @@ -原版:5iux
-二开:六零 \ No newline at end of file +{ + "author_name": "5iux", + "author_link": "https://github.com/5iux/sou", + "theme_name": "5iux", + "theme_version": "2.0", + "theme_explain": "5IUX搜索", + "theme_demo": "https://spage.lylme.com/theme/5iux" +} \ No newline at end of file diff --git a/template/README.md b/template/README.md index 5f3fd97..21149bd 100644 --- a/template/README.md +++ b/template/README.md @@ -1 +1,3 @@ -**模板目录** \ No newline at end of file +#### 六零导航页主题目录 + +[六零导航页主题开发文档](http://doc.lylme.com/dev/theme) \ No newline at end of file diff --git a/template/baisu/theme.ini b/template/baisu/theme.ini index e8a4c3e..fba9ba1 100644 --- a/template/baisu/theme.ini +++ b/template/baisu/theme.ini @@ -1,4 +1,8 @@ -主题说明:
baisu主题基于baisuTwo开发
-原作者:baisu -

提示:该主题不支持网站背景图片,背景图片显示在时间模块
若时间区域显示的背景不达预期请自定义CSS添加!important 对图片裁剪 查看

-

若不需要时间区域图片显示可以在后台清空背景设置并使用CSS自定义背景颜色

\ No newline at end of file +{ + "author_name": "BaiSu", + "author_link": "https://gitee.com/baisucode/baisu-two", + "theme_name": "BaiSu", + "theme_version": "2.0", + "theme_explain": "Onenav主题 六零二开", + "theme_demo": "https://spage.lylme.com/theme/baisu" +} \ No newline at end of file diff --git a/template/default/index.php b/template/default/index.php index 4353885..db60cd8 100644 --- a/template/default/index.php +++ b/template/default/index.php @@ -2,8 +2,7 @@ - - + <?php echo $conf['title']?> @@ -18,8 +17,7 @@ - - + diff --git a/template/default/theme.ini b/template/default/theme.ini index 8a8200f..3f5896b 100644 --- a/template/default/theme.ini +++ b/template/default/theme.ini @@ -1,2 +1,8 @@ -原版:D.Young
-二开:六零 \ No newline at end of file +{ + "author_name": "六零二开", + "author_link": "https://gitee.com/lylme", + "theme_name": "default", + "theme_version": "2.0", + "theme_explain": "默认主题", + "theme_demo": "https://spage.lylme.com/theme/default" +} \ No newline at end of file diff --git a/template/lylme/theme.ini b/template/lylme/theme.ini index 1109e0b..29fa373 100644 --- a/template/lylme/theme.ini +++ b/template/lylme/theme.ini @@ -1,2 +1,8 @@ -基于default主题修改
-作者:六零 \ No newline at end of file +{ + "author_name": "六零", + "author_link": "https://gitee.com/lylme", + "theme_name": "LyLme", + "theme_version": "2.0", + "theme_explain": "基于default主题开发", + "theme_demo": "https://spage.lylme.com/theme/lylme" +} \ No newline at end of file