Skip to content

Commit fdb8fbf

Browse files
committed
chore: update GitHub username from JasonRobertDestiny to calderbuild
1 parent 930c4d1 commit fdb8fbf

File tree

11 files changed

+24
-24
lines changed

11 files changed

+24
-24
lines changed

.claude/specs/comprehensive-seo-optimization-plan/00-repo-scan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Scan Date**: 2025-11-08
44
**Repository**: MeetSpot - Intelligent Meeting Point Recommendation System
55
**Live URL**: https://meetspot-irq2.onrender.com/
6-
**GitHub**: https://github.com/JasonRobertDestiny/MeetSpot
6+
**GitHub**: https://github.com/calderbuild/MeetSpot
77

88
---
99

@@ -436,7 +436,7 @@ jobs:
436436

437437
#### Setup
438438
```bash
439-
git clone https://github.com/JasonRobertDestiny/MeetSpot.git
439+
git clone https://github.com/calderbuild/MeetSpot.git
440440
cd MeetSpot
441441
pip install -r requirements.txt
442442
cp config/config.toml.example config/config.toml

.github/ISSUE_TEMPLATE/frontend_ui_optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function hideLoading() {
7272

7373
## 🚀 开始贡献
7474

75-
1. **Fork 项目**: https://github.com/JasonRobertDestiny/MeetSpot
75+
1. **Fork 项目**: https://github.com/calderbuild/MeetSpot
7676
2. **本地运行**: `python web_server.py`
7777
3. **编辑文件**: `workspace/meetspot_finder.html`
7878
4. **测试效果**: 在浏览器中查看改进

.github/ISSUE_TEMPLATE/help_wanted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 🚀 寻找贡献者 - 多个开发任务等你来挑战!
33
about: 欢迎加入 MeetSpot 开发团队,为开源项目贡献力量
44
title: '🚀 [HELP WANTED] 寻找贡献者参与 MeetSpot 开发 - 新手友好项目'
55
labels: 'help wanted, good first issue, enhancement, documentation'
6-
assignees: 'JasonRobertDestiny'
6+
assignees: 'calderbuild'
77
---
88

99
## 🎯 项目概述

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ updates:
1010
time: "09:00"
1111
timezone: "Asia/Shanghai"
1212
reviewers:
13-
- "JasonRobertDestiny"
13+
- "calderbuild"
1414
assignees:
15-
- "JasonRobertDestiny"
15+
- "calderbuild"
1616
labels:
1717
- "dependencies"
1818
- "python"
@@ -41,7 +41,7 @@ updates:
4141
time: "10:00"
4242
timezone: "Asia/Shanghai"
4343
reviewers:
44-
- "JasonRobertDestiny"
44+
- "calderbuild"
4545
labels:
4646
- "github-actions"
4747
- "automated"
@@ -56,7 +56,7 @@ updates:
5656
time: "09:00"
5757
timezone: "Asia/Shanghai"
5858
reviewers:
59-
- "JasonRobertDestiny"
59+
- "calderbuild"
6060
labels:
6161
- "docker"
6262
- "automated"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1515
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
1616
[![FastAPI](https://img.shields.io/badge/FastAPI-0.115+-009688.svg)](https://fastapi.tiangolo.com/)
17-
[![Build Status](https://github.com/JasonRobertDestiny/MeetSpot/actions/workflows/ci.yml/badge.svg)](https://github.com/JasonRobertDestiny/MeetSpot/actions)
17+
[![Build Status](https://github.com/calderbuild/MeetSpot/actions/workflows/ci.yml/badge.svg)](https://github.com/calderbuild/MeetSpot/actions)
1818

1919
[English](README.md) | [简体中文](README_ZH.md)
2020

@@ -111,7 +111,7 @@ The LLM analyzes semantic fit between venues and requirements, then blends with
111111

112112
```bash
113113
# Clone and install
114-
git clone https://github.com/JasonRobertDestiny/MeetSpot.git && cd MeetSpot
114+
git clone https://github.com/calderbuild/MeetSpot.git && cd MeetSpot
115115
pip install -r requirements.txt
116116

117117
# Configure (get key from https://lbs.amap.com/)
@@ -257,7 +257,7 @@ Contributions are welcome! Please:
257257

258258
**Email:** Johnrobertdestiny@gmail.com
259259

260-
**GitHub:** [Issues](https://github.com/JasonRobertDestiny/MeetSpot/issues)
260+
**GitHub:** [Issues](https://github.com/calderbuild/MeetSpot/issues)
261261

262262
**Blog:** [jasonrobert.me](https://jasonrobert.me/)
263263

@@ -291,6 +291,6 @@ MIT License - see [LICENSE](LICENSE) for details.
291291

292292
**If MeetSpot helps you, please give it a star!**
293293

294-
[![Star History Chart](https://api.star-history.com/svg?repos=JasonRobertDestiny/MeetSpot&type=Date)](https://star-history.com/#JasonRobertDestiny/MeetSpot&Date)
294+
[![Star History Chart](https://api.star-history.com/svg?repos=calderbuild/MeetSpot&type=Date)](https://star-history.com/#calderbuild/MeetSpot&Date)
295295

296296
</div>

README_ZH.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1515
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
1616
[![FastAPI](https://img.shields.io/badge/FastAPI-0.115+-009688.svg)](https://fastapi.tiangolo.com/)
17-
[![Build Status](https://github.com/JasonRobertDestiny/MeetSpot/actions/workflows/ci.yml/badge.svg)](https://github.com/JasonRobertDestiny/MeetSpot/actions)
17+
[![Build Status](https://github.com/calderbuild/MeetSpot/actions/workflows/ci.yml/badge.svg)](https://github.com/calderbuild/MeetSpot/actions)
1818

1919
[English](README.md) | 简体中文
2020

@@ -109,7 +109,7 @@ LLM 分析场所与需求的语义匹配度,再与规则评分融合。结果
109109

110110
```bash
111111
# 克隆并安装
112-
git clone https://github.com/JasonRobertDestiny/MeetSpot.git && cd MeetSpot
112+
git clone https://github.com/calderbuild/MeetSpot.git && cd MeetSpot
113113
pip install -r requirements.txt
114114

115115
# 配置(从 https://lbs.amap.com/ 获取密钥)
@@ -255,7 +255,7 @@ black . && ruff check . && mypy app/
255255

256256
**邮箱:** Johnrobertdestiny@gmail.com
257257

258-
**GitHub:** [Issues](https://github.com/JasonRobertDestiny/MeetSpot/issues)
258+
**GitHub:** [Issues](https://github.com/calderbuild/MeetSpot/issues)
259259

260260
**博客:** [jasonrobert.me](https://jasonrobert.me/)
261261

@@ -289,6 +289,6 @@ MIT License - 详见 [LICENSE](LICENSE)
289289

290290
**觉得有用?请给个 Star 支持一下!**
291291

292-
[![Star History Chart](https://api.star-history.com/svg?repos=JasonRobertDestiny/MeetSpot&type=Date)](https://star-history.com/#JasonRobertDestiny/MeetSpot&Date)
292+
[![Star History Chart](https://api.star-history.com/svg?repos=calderbuild/MeetSpot&type=Date)](https://star-history.com/#calderbuild/MeetSpot&Date)
293293

294294
</div>

api/services/seo_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def generate_schema_org(self, page_type: str, data: Dict) -> Dict:
175175
}
176176
],
177177
"sameAs": [
178-
"https://github.com/JasonRobertDestiny/MeetSpot",
178+
"https://github.com/calderbuild/MeetSpot",
179179
"https://jasonrobert.me/",
180180
],
181181
}

templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
<a href="/how-it-works">使用指南</a>
694694
<a href="/faq">FAQ</a>
695695
</nav>
696-
<a href="https://github.com/JasonRobertDestiny/MeetSpot" class="github-badge" target="_blank" rel="noopener">
696+
<a href="https://github.com/calderbuild/MeetSpot" class="github-badge" target="_blank" rel="noopener">
697697
<i class='bx bxl-github'></i>
698698
<span>Star on GitHub</span>
699699
</a>
@@ -737,7 +737,7 @@ <h3>加入社区</h3>
737737
<i class='bx bxl-wechat'></i>
738738
<span>个人微信</span>
739739
</button>
740-
<a href="https://github.com/JasonRobertDestiny/MeetSpot" class="social-btn github-btn" target="_blank" rel="noopener">
740+
<a href="https://github.com/calderbuild/MeetSpot" class="social-btn github-btn" target="_blank" rel="noopener">
741741
<i class='bx bxl-github'></i>
742742
<span>GitHub仓库</span>
743743
</a>

templates/pages/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ <h2>联系我们</h2>
227227
<i class='bx bx-envelope'></i>
228228
邮箱联系
229229
</a>
230-
<a href="https://github.com/JasonRobertDestiny/MeetSpot" target="_blank" rel="noopener" class="contact-btn">
230+
<a href="https://github.com/calderbuild/MeetSpot" target="_blank" rel="noopener" class="contact-btn">
231231
<i class='bx bxl-github'></i>
232232
GitHub
233233
</a>
234-
<a href="https://github.com/JasonRobertDestiny/MeetSpot/issues" target="_blank" rel="noopener" class="contact-btn">
234+
<a href="https://github.com/calderbuild/MeetSpot/issues" target="_blank" rel="noopener" class="contact-btn">
235235
<i class='bx bx-bug'></i>
236236
问题反馈
237237
</a>

templates/pages/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h2>还有其他问题?</h2>
175175
<i class='bx bx-envelope'></i>
176176
邮箱联系
177177
</a>
178-
<a href="https://github.com/JasonRobertDestiny/MeetSpot/issues" target="_blank" rel="noopener" class="contact-btn">
178+
<a href="https://github.com/calderbuild/MeetSpot/issues" target="_blank" rel="noopener" class="contact-btn">
179179
<i class='bx bx-bug'></i>
180180
GitHub Issues
181181
</a>

0 commit comments

Comments
 (0)