https://github.com/eallion/onenav-baisu-mod
https://github.com/helloxz/onenav 个人导航 Baisu 主题修改版 Mod
https://github.com/eallion/onenav-baisu-mod
collection favorites hao123 nav navigation onenav website
Last synced: 7 months ago
JSON representation
https://github.com/helloxz/onenav 个人导航 Baisu 主题修改版 Mod
- Host: GitHub
- URL: https://github.com/eallion/onenav-baisu-mod
- Owner: eallion
- License: apache-2.0
- Archived: true
- Created: 2023-04-11T14:41:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T04:35:03.000Z (over 2 years ago)
- Last Synced: 2024-12-20T15:15:33.558Z (over 1 year ago)
- Topics: collection, favorites, hao123, nav, navigation, onenav, website
- Language: HTML
- Homepage: https://s.eallion.com
- Size: 3.6 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneNav主题
Forked from: https://gitee.com/baisucode/onenav-baisu/ with some mod.
对比更新内容:
## Screenshot

onenav导航的主题
支持分类和链右键操作。


## 天气插件
天气插件采用的是【和风天气】的标准版天气插件,可无限制免费试用,需要先注册和风天气账号,
[和风天气账号注册](https://id.qweather.com/#/register);
[和风天气创建插件页面](https://widget.qweather.com/create-standard)
插件 选择【横版】、【款:240px】、【高:180px】;否则会出现样式偏移的问题。其他条件任选。
生成代码后 除第一行`
`外,其他代码复制到主题文件夹下`index.php`底部对应位置即可。
## 一键添加

在浏览器标签栏添加新标签
标签名称栏随意填写
标签地址栏,填写一下地址代码
```
javascript: var url = location.href;
var title = document.title;
void(open('http://www.你的域名.com/index.php?c=admin&page=add_quick_tpl&url=' + encodeURIComponent(url) + '&title=' + encodeURIComponent(title), "_blank", "toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, left=200,top=200,width=400, height=460"));
```
注意域名要替换成你的域名,然后保存即可。
## 相关链接
* [OneNav官网](https://nav.rss.ink/)
* [onenav作者](https://www.xiaoz.me/)