Skip to content

Commit

Permalink
Add ai tag for plugins page
Browse files Browse the repository at this point in the history
  • Loading branch information
northword committed Dec 8, 2024
1 parent d5ba472 commit 7b6749a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/.vitepress/data/pluginTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ export const tags: PluginTag[] = [
value: 'integration',
description: '与第三方软件集成,如 LaTeX、Obsidian、Notion 等',
},
{
label: 'AI 集成',
value: 'ai',
description: '与 AI 模型集成',
},
{
label: '写作增强',
value: 'writing',
Expand Down
2 changes: 2 additions & 0 deletions src/.vitepress/data/plugins.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ export type PluginTagType =
| 'visualization'
// 第三方软件集成
| 'integration'
// ai
| 'ai'
// 字处理软件集成或增强
| 'writing'
// 开发者工具
Expand Down

0 comments on commit 7b6749a

Please sign in to comment.