添加书签页面
This commit is contained in:
51
source/_data/bookmarks.yml
Normal file
51
source/_data/bookmarks.yml
Normal file
@ -0,0 +1,51 @@
|
||||
# - category: 分类名称
|
||||
# icon: fa-folder # 分类的图标,使用 FontAwesome 图标
|
||||
# items:
|
||||
# - name: 书签名称
|
||||
# link: 链接地址 # 从 url 改为 link
|
||||
# description: 书签描述
|
||||
# image: 图标链接 # 从 icon 改为 image,用于显示网站图标
|
||||
|
||||
- category: Tools
|
||||
icon: fa-tools # 工具分类的图标
|
||||
items:
|
||||
- name: DeepSeek
|
||||
link: https://www.deepseek.com
|
||||
description: 深度求索(DeepSeek)成立于2023年,专注于研究世界领先的通用人工智能底层模型与技术,挑战人工智能前沿性难题。基于自研训练框架、自建智算集群和万卡算力等资源,深度求...
|
||||
image: https://www.deepseek.com/favicon.ico
|
||||
- name: Claude
|
||||
link: https://www.anthropic.com/
|
||||
description: Anthropic 的 AI 对话助手
|
||||
image: https://www.anthropic.com/favicon.ico
|
||||
- name: LeanCloud
|
||||
link: https://leancloud.app/
|
||||
description: LeanCloud 是一个提供云端数据存储、推送通知、即时通讯、短信、多人在线对战等服务的平台,支持多种语言和开发工具。
|
||||
image: https://www.leancloud.cn/favicon.ico
|
||||
- name: Vercel
|
||||
link: https://vercel.com/
|
||||
description: Vercel gives developers the frameworks, workflows, and infrastructure to build a faster, more personalized web.
|
||||
image: https://assets.vercel.com/image/upload/front/favicon/vercel/favicon.ico
|
||||
- name: Font Awesome
|
||||
link: https://fontawesome.com/
|
||||
description: is the internet's icon library and toolkit used by millions of designers, developers, and content creators. Made with and in Bentonville, Boston, Chicago, Grand Rap…
|
||||
image: https://fontawesome.com/favicon.ico
|
||||
|
||||
- category: Coding
|
||||
icon: fa-solid fa-code
|
||||
items:
|
||||
- name: 菜鸟教程
|
||||
link: https://www.runoob.com/
|
||||
description: 学的不仅是技术,更是梦想!
|
||||
image: https://static.char123.com/images/favicon.ico
|
||||
|
||||
- category: Tutorials
|
||||
icon: fa-solid fa-book-open-reader
|
||||
items:
|
||||
- name: Learn OpenGL CN
|
||||
link: https://learnopengl-cn.github.io/
|
||||
description: LearnOpenGL CN是一个完整,易懂的OpenGL教学平台,涵盖了现代OpenGL的基础,中级,高级知识。你将学习图形学概念,OpenGL的幕后运作,以及如何做出酷的3D效果和游戏...
|
||||
image: https://raw.githubusercontent.com/LearnOpenGL-CN/LearnOpenGL-CN/refs/heads/new-theme/yeti/img/favicon.ico
|
||||
- name: Box2D
|
||||
link: https://box2d.org/
|
||||
description: Box2D is a free and open source library that provides fast and accurate 2D physics simulation. It supports various features such as rigid body dynamics, collision...
|
||||
image: https://box2d.org/images/logo.svg
|
||||
Reference in New Issue
Block a user