nav-site/template/5iux/README.md

61 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 5IUX搜索
用惯了各种导航首页,满屏幕尽是各种不厌其烦的广告和资讯;尝试自己写个自己的主页。不是镜像不是代理,就当做浏览器主页使用,支持自适应屏幕。
### GIF示例效果
![简单搜索](https://i.loli.net/2021/01/19/JsV34pBOcTbZk79.gif)
> (图片效果,以实际页面为准)
## 下载地址:
[Releases](https://github.com/5iux/sou/releases)
## Gitee同步更新
[https://gitee.com/cn5iux/sou](https://gitee.com/cn5iux/sou)
## 示例页面:
+ php版本[https://5iux.cn/](https://5iux.cn/)
+ html+js+css版本(写了个新的,有空去围观)[https://github.com/5iux/5iux.github.io](https://github.com/5iux/5iux.github.io)
## 组件:
### 图标:
图标调用了阿里的图标`https://www.iconfont.cn/`,提供下本地包[点击下载](https://cdn.jsdelivr.net/gh/5iux/sou/icon.zip)
嫌麻烦的可以使用js版本示例里面的`font-awesome`
### 天气组件
[天气API地址](https://dev.qweather.com/widget/)
### 背景图
已默认添加随机加载bing背景不需要刻意在index.php中删除
如使用自定义背景可以删除bing背景后在页面内添加以下代码
```html
<style>
body{background:url("https://cn.bing.com//th?id=OHR.HuntsMesa_JA-JP3140979616_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp") no-repeat center/cover;}
</style>
```
## 其他
我这个只是个示例有需求还是自己改不喜欢php想换成js也可以