You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 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也可以;
|
|
|
|
|
|