Files
frost-navigation/README.md

83 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2021-02-06 23:36:46 +08:00
## 简介
2021-06-05 00:22:26 +08:00
一个多功能的网址导航,绿色无广告。
2021-02-06 23:36:46 +08:00
2021-06-05 00:22:26 +08:00
## 使用方法
2021-02-06 23:36:46 +08:00
2021-06-05 00:22:26 +08:00
### 在线
2021-02-06 23:36:46 +08:00
- [GitHub Pages](https://frost-zx.github.io/frost-navigation/)
2021-06-05 00:22:26 +08:00
- [Vercel](https://frost-navigation.vercel.app/)
2021-02-06 23:36:46 +08:00
2021-06-05 00:22:26 +08:00
### 离线(需要手动更新)
2021-02-06 23:36:46 +08:00
2021-02-11 15:55:52 +08:00
1. [点击此处下载](https://github.com/Frost-ZX/frost-navigation/archive/gh-pages.zip)
2. 解压,放置于任意合适的喜欢的位置(可重命名)
2021-02-06 23:36:46 +08:00
2. 在浏览器中打开 `index.html`(也可以将其加入浏览器的书签栏或在浏览器设置中将其设置为主页)
2021-06-05 00:22:26 +08:00
### 自定义
2021-02-06 23:36:46 +08:00
2021-02-21 00:05:58 +08:00
- 设置
- 在“设置”页面中,可根据需要对字体大小、页面结构等进行调整。
- 导航链接列表
- 修改 `static/js/frostNavLinks.js`
2021-02-06 23:36:46 +08:00
2021-06-05 00:22:26 +08:00
## 注意
2021-02-07 00:37:51 +08:00
- 部分链接由于不能及时更新,可能已过期(不存在、指向了错误的网站等),访问时请注意。若您在使用时发现相关情况,欢迎进行反馈。
2022-03-18 11:11:29 +08:00
## 项目中主要使用的组件库和插件
2021-02-06 23:36:46 +08:00
2021-06-05 00:22:26 +08:00
- [Vue](https://vuejs.org/)
- [Vue CLI](https://cli.vuejs.org/)
- [Vue Router](https://router.vuejs.org/)
2022-03-18 11:11:29 +08:00
- [Vuex](https://vuex.vuejs.org/)
2021-02-06 23:36:46 +08:00
- [Element UI - 桌面端组件库](https://element.eleme.cn/)
2021-06-05 00:22:26 +08:00
- [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
- [lodash](https://github.com/lodash/lodash)
2021-02-06 23:36:46 +08:00
- [ress - Modern CSS reset](https://github.com/filipelinhares/ress)
2021-06-05 00:22:26 +08:00
## 鸣谢
- [GitHub Pages - Websites for you and your projects](https://pages.github.com/)
- [Vercel - Develop. Preview. Ship. For the best frontend teams](https://vercel.com/)
2021-02-07 00:37:51 +08:00
2021-02-06 23:36:46 +08:00
## 反馈
### 提交链接
请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。
### 修正链接
2021-02-07 00:37:51 +08:00
请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。
2021-02-06 23:36:46 +08:00
## 开发
### Project setup
```
2022-03-18 11:11:29 +08:00
pnpm install
2021-02-06 23:36:46 +08:00
```
### Compiles and hot-reloads for development
```
2022-03-18 11:11:29 +08:00
pnpm run serve
2021-02-06 23:36:46 +08:00
```
### Compiles and minifies for production
```
2022-03-18 11:11:29 +08:00
pnpm run build-modern
2021-02-06 23:36:46 +08:00
```
### Lints and fixes files
```
2022-03-18 11:11:29 +08:00
pnpm run lint-fix
2021-02-06 23:36:46 +08:00
```