-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: samzong <samzong.lu@gmail.com>
- Loading branch information
Showing
10 changed files
with
378 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,50 @@ | ||
export interface Project { | ||
name: string | ||
description: string | ||
github: string | ||
website?: string | ||
logo?: string | ||
tags: string[] | ||
createdAt: string // ISO 格式的日期字符串,如:'2024-01-01' | ||
docPath: string // 项目文档路径,如:'/projects/samzong-blog' | ||
name: string; | ||
description: string; | ||
github: string; | ||
website?: string; | ||
logo?: string; | ||
tags: string[]; | ||
createdAt: string; // ISO 格式的日期字符串,如:'2024-01-01' | ||
docPath: string; // 项目文档路径,如:'/projects/samzong-blog' | ||
} | ||
|
||
export const projects: Project[] = [ | ||
{ | ||
name: 'samzong.github.io', | ||
description: '个人博客网站,基于 VitePress 构建,支持暗黑模式、全文搜索、标签分类等功能。', | ||
github: 'https://github.com/samzong/samzong.github.io', | ||
website: 'https://samzong.me', | ||
logo: '/logo.png', | ||
tags: ['Vue3', 'VitePress', 'Blog'], | ||
createdAt: '2024-01-01', | ||
docPath: '/projects/samzong-blog' | ||
name: "SD Chat", | ||
description: | ||
"基于 Stable Diffusion 的聊天机器人,支持文本到图像、视频生成等功能。", | ||
github: "https://github.com/samzong/sd-chat", | ||
logo: "/logo.png", | ||
tags: ["Stable Diffusion", "Python"], | ||
createdAt: "2024-12-25", | ||
docPath: "/projects/sd-chat", | ||
}, | ||
{ | ||
name: 'OpenAI Translator', | ||
description: '基于 OpenAI API 的智能翻译工具,支持多语言互译、文本润色、语法纠正等功能。', | ||
github: 'https://github.com/samzong/openai-translator', | ||
website: 'https://translator.samzong.me', | ||
tags: ['TypeScript', 'OpenAI', 'React', 'API'], | ||
createdAt: '2023-12-01', | ||
docPath: '/projects/openai-translator' | ||
name: "Chrome tabboost", | ||
description: | ||
"基于 Arc 浏览器的标签增强工具,支持快捷键、标签管理、自定义快捷键等功能。", | ||
github: "https://github.com/samzong/chrome-tabboost", | ||
tags: ["Chrome", "Arc", "Typescript"], | ||
createdAt: "2024-12-18", | ||
docPath: "/projects/chrome-tabboost", | ||
}, | ||
{ | ||
name: 'Docker Compose Hub', | ||
description: '收集和维护常用服务的 Docker Compose 配置,包含数据库、缓存、消息队列等基础服务。', | ||
github: 'https://github.com/samzong/docker-compose-hub', | ||
tags: ['Docker', 'DevOps', 'Infrastructure'], | ||
createdAt: '2023-06-15', | ||
docPath: '/projects/docker-compose-hub' | ||
name: "MacMusicPlayer", | ||
description: | ||
"一个简洁、轻量级的 macOS 音乐播放器,设计为菜单栏应用程序,让您可以轻松控制音乐播放而不打断工作流程。", | ||
github: "https://github.com/samzong/MacMusicPlayer", | ||
tags: ["macOS", "SwiftUI", "Music"], | ||
createdAt: "2024-09-18", | ||
docPath: "/projects/macmusicplayer", | ||
}, | ||
{ | ||
name: 'Kubernetes Tools', | ||
description: '一组用于简化 Kubernetes 日常运维工作的工具集,包含日志收集、监控报警、配置管理等功能。', | ||
github: 'https://github.com/samzong/k8s-tools', | ||
tags: ['Kubernetes', 'Go', 'CLI', 'DevOps'], | ||
createdAt: '2023-09-20', | ||
docPath: '/projects/kubernetes-tools' | ||
} | ||
] | ||
name: "Samzong Blog", | ||
description: "一个简洁、轻量级的博客,收集了我的一些技术文章和项目文档。", | ||
github: "https://github.com/samzong/samzong.github.io", | ||
website: "https://samzong.me", | ||
tags: ["VitePress", "Typescript"], | ||
createdAt: "2024-12-28", | ||
docPath: "/", | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# TabBoost | ||
|
||
TabBoost 是一个 Chrome 扩展程序,旨在复制 Arc 浏览器中常用的功能,以增强 Chrome 用户的体验。 | ||
|
||
## 功能 | ||
|
||
- **标签增强**: 改进了标签页的管理和导航功能,使用户可以更高效地处理多个标签页。 | ||
- **快捷键支持**: 支持多种快捷键操作,提升浏览效率。 | ||
- **用户界面优化**: 提供更简洁、直观的用户界面,改善浏览体验。 | ||
|
||
## 安装 | ||
|
||
1. 打开 Chrome 浏览器,并访问 [Chrome Web Store](https://chrome.google.com/webstore/category/extensions)。 | ||
2. 搜索 `TabBoost` 并点击安装按钮。 | ||
3. 安装完成后,点击浏览器右上角的 TabBoost 图标,即可开始使用。 | ||
|
||
## 使用 | ||
|
||
### 标签管理 | ||
|
||
- 使用快捷键 `Ctrl + T` 打开新标签页。 | ||
- 使用 `Ctrl + W` 关闭当前标签页。 | ||
- 使用 `Ctrl + Tab` 切换到下一个标签页。 | ||
|
||
### 自定义快捷键 | ||
|
||
1. 点击浏览器右上角的 TabBoost 图标。 | ||
2. 选择 `设置`。 | ||
3. 在 `快捷键` 部分,设置你想要的快捷键组合。 | ||
|
||
## 反馈与贡献 | ||
|
||
如果你有任何问题或建议,请在 [GitHub 仓库](https://github.com/samzong/chrome-tabboost) 提交问题或创建拉取请求。 | ||
|
||
## 许可证 | ||
|
||
该项目采用 [MIT 许可证](https://opensource.org/licenses/MIT)。 | ||
|
||
--- | ||
|
||
TabBoost 是一个开源项目,欢迎大家贡献代码和提交反馈。希望这个扩展能提升你在 Chrome 浏览器中的使用体验! |
Oops, something went wrong.