github名修改
This commit is contained in:
@@ -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. 克隆仓库
|
||||
```bash
|
||||
git clone https://github.com/RZLNB/menav.git
|
||||
git clone https://github.com/rbetree/menav.git
|
||||
cd menav
|
||||
```
|
||||
|
||||
|
||||
@@ -237,8 +237,8 @@ ${generateSocialLinks(config.social)}
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<p>© ${currentYear} <a href="https://github.com/RZLNB/menav" target="_blank">MeNav</a></p>
|
||||
<p>by <a href="https://github.com/RZLNB" target="_blank">RZLNB</a></p>
|
||||
<p>© ${currentYear} <a href="https://github.com/rbetree/menav" target="_blank">MeNav</a></p>
|
||||
<p>by <a href="https://github.com/rbetree" target="_blank">rbetree</a></p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -132,8 +132,8 @@
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<p>© 2025 <a href="https://github.com/RZLNB/menav" target="_blank">MeNav</a></p>
|
||||
<p>by <a href="https://github.com/RZLNB" target="_blank">RZLNB</a></p>
|
||||
<p>© 2025 <a href="https://github.com/rbetree/menav" target="_blank">MeNav</a></p>
|
||||
<p>by <a href="https://github.com/rbetree" target="_blank">rbetree</a></p>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "1.2.3",
|
||||
"description": "A personal navigation website",
|
||||
"main": "generator.js",
|
||||
"homepage": "https://RZLNB.github.io/menav",
|
||||
"homepage": "https://rbetree.github.io/menav",
|
||||
"scripts": {
|
||||
"generate": "node generator.js",
|
||||
"dev": "node generator.js && serve .",
|
||||
|
||||
Reference in New Issue
Block a user