Files
frost-navigation/README.md

49 lines
1.5 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-09-06 00:19:43 +08:00
支持离线使用,[下载](https://github.com/Frost-ZX/frost-navigation/archive/master.zip) 后打开 `docs` 文件夹下的 `index.html` 即可,也可以将其加入浏览器的书签栏或在浏览器设置中将其设置为主页。
2019-09-07 13:21:06 +08:00
### 自定义
2019-11-19 21:28:41 +08:00
[下载](https://github.com/Frost-ZX/frost-navigation/archive/master.zip) 后打开 `dev/index.html``dev/js/script.js` 根据需要进行修改。
2019-09-06 00:19:43 +08:00
## 第三方资源
2019-09-07 13:21:06 +08:00
### 插件
2019-09-06 00:19:43 +08:00
- [Slinky - A light-weight, responsive, mobile-like navigation menu plugin](https://github.com/alizahid/slinky)
- [jQuery 3.2.1](https://jquery.org/license/)
## To Do
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
- [ ] 美化
- [ ] 优化代码