github名修改

This commit is contained in:
Zuoling Rong
2025-04-30 22:04:50 +08:00
parent 6043e4f60d
commit fff63bf5ec
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
## 在线预览 ## 在线预览
访问:[https://rzlnb.github.io/menav/](https://rzlnb.github.io/menav/) 访问:[https://rbetree.github.io/menav/](https://rbetree.github.io/menav/)
## 功能特点 ## 功能特点
@@ -26,7 +26,7 @@
1. 克隆仓库 1. 克隆仓库
```bash ```bash
git clone https://github.com/RZLNB/menav.git git clone https://github.com/rbetree/menav.git
cd menav cd menav
``` ```

View File

@@ -237,8 +237,8 @@ ${generateSocialLinks(config.social)}
</div> </div>
<div class="copyright"> <div class="copyright">
<p>© ${currentYear} <a href="https://github.com/RZLNB/menav" target="_blank">MeNav</a></p> <p>© ${currentYear} <a href="https://github.com/rbetree/menav" target="_blank">MeNav</a></p>
<p>by <a href="https://github.com/RZLNB" target="_blank">RZLNB</a></p> <p>by <a href="https://github.com/rbetree" target="_blank">rbetree</a></p>
</div> </div>
</nav> </nav>

View File

@@ -132,8 +132,8 @@
</div> </div>
<div class="copyright"> <div class="copyright">
<p>© 2025 <a href="https://github.com/RZLNB/menav" target="_blank">MeNav</a></p> <p>© 2025 <a href="https://github.com/rbetree/menav" target="_blank">MeNav</a></p>
<p>by <a href="https://github.com/RZLNB" target="_blank">RZLNB</a></p> <p>by <a href="https://github.com/rbetree" target="_blank">rbetree</a></p>
</div> </div>
</nav> </nav>

View File

@@ -3,7 +3,7 @@
"version": "1.2.3", "version": "1.2.3",
"description": "A personal navigation website", "description": "A personal navigation website",
"main": "generator.js", "main": "generator.js",
"homepage": "https://RZLNB.github.io/menav", "homepage": "https://rbetree.github.io/menav",
"scripts": { "scripts": {
"generate": "node generator.js", "generate": "node generator.js",
"dev": "node generator.js && serve .", "dev": "node generator.js && serve .",