Files
frost-navigation/README.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2019-09-06 00:19:43 +08:00
## 简介
2019-11-19 21:28:41 +08:00
### 名称
2019-09-07 13:21:06 +08:00
2019-09-06 00:19:43 +08:00
- Frost 网址导航
- Frost Site Navigation
2019-09-07 13:21:06 +08:00
### 页面链接
2019-11-19 21:28:41 +08:00
- [链接一](https://frost-zx.github.io/frost-navigation/)GitHub Pages
2019-12-04 00:52:19 +08:00
- [链接二](http://nav.frost-zx.top/)(网站)
2019-09-06 00:19:43 +08:00
2019-09-07 13:21:06 +08:00
### 提交链接
有以下两种方法:
1. 到 [发布页面](https://blog.frost-zx.top/website/frost-navigation.html) 的评论区提交。(推荐使用此方法)
2. 到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) 提交。
### 修正链接
有以下两种方法:
2019-11-19 21:28:41 +08:00
1. 到 [发布页面](https://blog.frost-zx.top/website/frost-navigation.html) 的评论区提交。(推荐使用此方法)
2019-09-07 13:21:06 +08:00
2. 到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) 提交。
### 离线使用
2019-12-12 00:19:45 +08:00
支持离线使用,[下载](https://github.com/Frost-ZX/frost-navigation/archive/master.zip) 后打开 `index.html` 即可,也可以将其加入浏览器的书签栏或在浏览器设置中将其设置为主页。
`注意:需要手动更新文件`
2019-09-06 00:19:43 +08:00
2019-09-07 13:21:06 +08:00
### 自定义
2019-12-12 00:19:45 +08:00
- [下载](https://github.com/Frost-ZX/frost-navigation/archive/master.zip) 后打开 `index.html``js/script.js` 根据需要进行修改。
- 修改完毕后,请根据需要在 `index.html` 中把 `<script src="js/index.min.js"></script>` 改为 `<script src="js/index.js"></script>` 或把 `js/script.js` 压缩为 `js/script.min.js`
2019-09-06 00:19:43 +08:00
## 第三方资源
2019-09-07 13:21:06 +08:00
### 插件
2019-12-12 00:19:45 +08:00
- [Slinky](https://github.com/alizahid/slinky)
- [jQuery 3.2.1](https://jquery.org/)
2019-09-06 00:19:43 +08:00
## To Do
2019-12-12 00:19:45 +08:00
- [x] 网站名称右侧显示网址
2019-11-09 21:11:12 +08:00
- [x] 搜索框(搜索引擎)
- [x] 搜索框(网址)
- [x] 小工具
2019-09-06 00:19:43 +08:00
- [ ] 加入链接图标
2019-09-06 23:54:10 +08:00
- [ ] 美化
2019-12-12 00:19:45 +08:00
- [ ] 完善链接
2019-09-06 23:54:10 +08:00
- [ ] 优化代码