This commit is contained in:
mei 2025-06-21 19:00:05 +08:00
parent 195f9ea0e3
commit 179875bbfe
5 changed files with 24 additions and 1 deletions

View File

@ -146,4 +146,8 @@
- name: PDFMathTranslate
url: https://github.com/Byaidu/PDFMathTranslate
description: 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/Docker
subcategory: 工具
- name: zenfeed
url: https://github.com/glidea/zenfeed
description: 智能信息助手,对于关注的新闻或话题,使用 AI 自动收集、筛选出要看的文章,并总结内容
subcategory: 工具

View File

@ -63,4 +63,7 @@
description: 这个网站根据你画出的形状,返回匹配的 Unicode 字符,包括 Emoji 字符和东亚文字。
- name: DeepWiki
url: https://https://deepwiki.com/
description: 您可以将任何公共 GitHub 代码库的 URL 替换为“ https:// deepwiki. com/org/repo ” 即可获得类似维基百科的精准库描述。
description: 您可以将任何公共 GitHub 代码库的 URL 替换为“ https:// deepwiki. com/org/repo ” 即可获得类似维基百科的精准库描述。
- name: 中国城市地铁可视化
url: https://github.com/thecuvii/subway
description: 一个交互式网页可视化应用,展示中国城市地铁线路

View File

@ -237,6 +237,10 @@
url: https://anubis.techaro.lol/
description: 采用工作量证明的反向代理,对付爬虫
subcategory: 运维
- name: Link Checker
url: https://github.com/isixe/LinkChecker
description: 网站链接检查器,输入网站链接,找出其中的死链接
subcategory: 运维
# 网络
- name: ZBProxy

View File

@ -50,4 +50,8 @@
- name: Hacker News
url: https://news.ycombinator.com/
description: 技术资讯网站
subcategory: 科技
- name: AI 洞察日报
url: https://github.com/justlovemaki/CloudFlare-AI-Insight-Daily
description: 通过 Cloudflare Workers 抓取指定数据源,生成每日精选的 AI 日报
subcategory: 科技

8
nav-next.code-workspace Normal file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}