优化 模板说明
This commit is contained in:
parent
d26581c1ab
commit
1a602f2b91
|
@ -1,2 +1,8 @@
|
|||
原版:<a href="https://github.com/5iux/sou" target="_blank">5iux</a><br>
|
||||
二开:<a href="https://gitee.com/lylme" target="_blank">六零</a>
|
||||
{
|
||||
"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"
|
||||
}
|
|
@ -1 +1,3 @@
|
|||
**模板目录**
|
||||
#### 六零导航页主题目录
|
||||
|
||||
[六零导航页主题开发文档](http://doc.lylme.com/dev/theme)
|
|
@ -1,4 +1,8 @@
|
|||
主题说明:<br>baisu主题基于<a href="https://gitee.com/baisucode/baisu-two" target="_blank">baisuTwo</a>开发<br>
|
||||
原作者:<a href="https://gitee.com/baisucode" target="_blank">baisu</a>
|
||||
<p>提示:该主题不支持网站背景图片,背景图片显示在时间模块<br>若时间区域显示的背景不达预期请自定义CSS添加!important 对图片裁剪 <a href="https://doc.lylme.com/spage/#/%E4%B8%BB%E9%A2%98?id=baisu" target="_blank">查看</a></p>
|
||||
<p>若不需要时间区域图片显示可以在后台清空背景设置并使用CSS自定义背景颜色</p>
|
||||
{
|
||||
"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"
|
||||
}
|
|
@ -2,8 +2,7 @@
|
|||
<html lang="zh-CN" element::-webkit-scrollbar {display:none}>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title><?php echo $conf['title']?></title>
|
||||
<meta name="keywords" content="<?php echo $conf['keywords']?>">
|
||||
<meta name="description" content="<?php echo $conf['description']?>">
|
||||
|
@ -18,8 +17,7 @@
|
|||
<meta name="x5-page-mode" content="app">
|
||||
<meta name="lsvn" content="<?php echo base64_encode($conf['version'])?>">
|
||||
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-2-M/jquery/3.5.1/jquery.min.js" type="application/javascript"></script>
|
||||
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="<?php echo $cdnpublic ?>/assets/css/fontawesome-free5.13.0.css" type="text/css">
|
||||
<link href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="<?php echo $templatepath;?>/css/style.css?v=20220611" type="text/css">
|
||||
<link rel="stylesheet" href="<?php echo $templatepath;?>/css/font.css" type="text/css">
|
||||
<link rel="stylesheet" href="<?php echo $templatepath;?>/css/tag.css?v=20220611" type="text/css">
|
||||
|
|
|
@ -1,2 +1,8 @@
|
|||
原版:<a href="https://github.com/5iux/5iux.github.io" target="_blank">D.Young</a><br>
|
||||
二开:<a href="https://gitee.com/lylme" target="_blank">六零</a>
|
||||
{
|
||||
"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"
|
||||
}
|
|
@ -1,2 +1,8 @@
|
|||
基于default主题修改<br>
|
||||
作者:<a href="https://gitee.com/lylme" target="_blank">六零</a>
|
||||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue