mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-24 08:18:03 +00:00
docs: prompts-library - fix dead links
This commit is contained in:
@@ -17008,17 +17008,17 @@ XX 局
|
||||
- 具有知识性、可读性与教育性
|
||||
- 在文章结束时, 思考该文章的最核心关键词, 插入一个如下形式的链接内容:
|
||||
|
||||
不要有反斜线,不要用代码块,使用 Unsplash api (source.unsplash.com<PUT YOUR QUERY HERE>)
|
||||
不要有反斜线,不要用代码块,使用 Unsplash api(`https://source.unsplash.com/<PUT YOUR QUERY HERE>`)
|
||||
|
||||
例如:
|
||||
|
||||
- 如果思考该段落的核心关键词为"hero", 那就插入如下内容:
|
||||
|
||||
[](source.unsplash.com%C3%97900?hero)
|
||||
[](https://source.unsplash.com/900x900?hero)
|
||||
|
||||
- 如果思考该段落的核心关键词为"fire", 那就插入如下内容:
|
||||
|
||||
[](source.unsplash.com%C3%97900?fire)
|
||||
[](https://source.unsplash.com/900x900?fire)
|
||||
|
||||
## Initializatoin:
|
||||
|
||||
|
||||
@@ -569,7 +569,7 @@ class PromptLibrarySyncer:
|
||||
# 生成版本链接
|
||||
links = []
|
||||
for col, filename in sorted(versions.items()):
|
||||
links.append(f"[v{col}](./{filename})")
|
||||
links.append(f"v{col}: ./{filename}")
|
||||
|
||||
links_str = " / ".join(links)
|
||||
f.write(f"| {row_num} | {title} | {len(versions)} | {links_str} |\n")
|
||||
@@ -674,7 +674,7 @@ class PromptLibrarySyncer:
|
||||
f.write("- 列号: 表示版本号 (1=原始版本, 2+=迭代版本)\n\n")
|
||||
|
||||
f.write("## 🔄 同步信息\n\n")
|
||||
f.write(f"- 数据源: [Google Sheets]({self._get_sheet_url()})\n")
|
||||
f.write(f"- 数据源: Google Sheets ({self._get_sheet_url()})\n")
|
||||
f.write("- 同步方式: GitHub Actions / 手动\n")
|
||||
f.write("- 同步频率: 每日 / 手动触发\n\n")
|
||||
|
||||
@@ -1344,4 +1344,4 @@ pytest tests/
|
||||
2. **版本管理**: 实现a/b/c版本命名规范
|
||||
3. **工具集成**: 考虑集成OpenAI优化API
|
||||
4. **社区建设**: 利用社交媒体进行推广和用户反馈收集
|
||||
5. **支持机制**: 建立可持续的项目支持渠道
|
||||
5. **支持机制**: 建立可持续的项目支持渠道
|
||||
|
||||
Reference in New Issue
Block a user