# frost-navigation **Repository Path**: frost-craft/frost-navigation ## Basic Information - **Project Name**: frost-navigation - **Description**: 一个使用 Vue 3 开发的网站导航和工具箱,绿色无广告。 - **Primary Language**: HTML - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2024-08-22 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: navigation, Vue, Toolbox, Web ## README # frost-navigation ## 简介 一个多功能的网址导航,绿色无广告。 ## 使用方法 ### 在线 - [GitHub Pages](https://frost-zx.github.io/frost-navigation/) - [V1 版本](https://frost-zx.github.io/frost-navigation/v1/)(2020-09-10) - [V2 版本](https://frost-zx.github.io/frost-navigation/v2/)(2024-08-31) - [V3 版本](https://frost-zx.github.io/frost-navigation/v3/)(开发中) - [Vercel](https://frost-navigation.vercel.app/) ### 离线(需要手动更新) 1. [点击此处下载](https://github.com/Frost-ZX/frost-navigation/archive/gh-pages.zip) 2. 解压,放置于任意合适的喜欢的位置(可重命名) 2. 在浏览器中打开 `index.html`(也可以将其加入浏览器的书签栏或在浏览器设置中将其设置为主页) ## 注意 - 部分链接由于不能及时更新,可能已过期(不存在、指向了错误的网站等),访问时请注意。若您在使用时发现相关情况,欢迎进行反馈。 ## 鸣谢 - [GitHub Pages - Websites for you and your projects](https://pages.github.com/) - [Vercel - Develop. Preview. Ship. For the best frontend teams](https://vercel.com/) ## 反馈 ### 提交链接 请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。 ### 修正链接 请到 [Issues](https://github.com/Frost-ZX/frost-navigation/issues) ,根据相关提示进行提交。 ## 开发 ### Project Setup ```sh pnpm install ``` ### Compile and Hot-Reload for Development ```sh pnpm run dev ``` ### Compile and Minify for Production ```sh pnpm run build ``` ### Lint with ESLint ```sh pnpm run lint ```