feat(frontend): 统一界面图标体系

This commit is contained in:
2026-08-30 09:57:04 +08:00
parent bba3041867
commit c33610a295
14 changed files with 321 additions and 36 deletions
+5 -5
View File
@@ -64,7 +64,7 @@ export const mockPlugins: Plugin[] = [
name: 'GitHub 集成',
version: '1.3.2',
description: '接入 GitHub API,支持搜索 Issue、查看 PR 和管理仓库',
icon: '🐙',
icon: '',
author: '知笔知己团队',
status: 'ready',
enabled: true,
@@ -83,7 +83,7 @@ export const mockPlugins: Plugin[] = [
name: '翻译助手',
version: '1.0.0',
description: '提供多语言翻译能力,支持文档批量翻译',
icon: '🌐',
icon: '',
author: '社区贡献',
status: 'ready',
enabled: false,
@@ -101,7 +101,7 @@ export const mockPlugins: Plugin[] = [
name: '看板视图',
version: '0.8.0',
description: '为任务提供看板视图,支持拖拽排序和多维度筛选',
icon: '📋',
icon: '',
author: '社区贡献',
status: 'installed',
enabled: false,
@@ -116,7 +116,7 @@ export const mockPlugins: Plugin[] = [
name: 'PDF 导入',
version: '2.1.0',
description: '导入 PDF 文档,提取文本和目录结构生成笔记',
icon: '📄',
icon: '',
author: '知笔知己团队',
status: 'error',
enabled: false,
@@ -133,7 +133,7 @@ export const mockPlugins: Plugin[] = [
name: '日历同步',
version: '0.5.0',
description: '同步日历事件,自动生成相关笔记和任务提醒',
icon: '📅',
icon: '',
author: '社区贡献',
status: 'dependency_missing',
enabled: false,
+5 -5
View File
@@ -49,7 +49,7 @@ export const mockSkills: Skill[] = [
name: '期末复习助手',
version: '1.0.0',
description: '根据课程笔记生成复习要点和练习题,帮助高效备考',
icon: '📚',
icon: '',
author: '知笔知己团队',
permissions: ['notes.search', 'notes.read', 'tasks.create'],
tools: ['notes.search', 'notes.read', 'tasks.create'],
@@ -63,7 +63,7 @@ export const mockSkills: Skill[] = [
name: '会议纪要生成',
version: '1.1.0',
description: '从音频或文本中提取会议要点、行动项和待办任务',
icon: '📝',
icon: '',
author: '知笔知己团队',
permissions: ['notes.search', 'notes.write', 'tasks.write', 'attachments.read'],
tools: ['notes.search', 'notes.create', 'tasks.create', 'attachments.read'],
@@ -77,7 +77,7 @@ export const mockSkills: Skill[] = [
name: '代码解读助手',
version: '0.9.0',
description: '分析代码片段,解释功能、复杂度和优化建议',
icon: '💻',
icon: '',
author: '社区贡献',
permissions: ['notes.search', 'notes.read'],
tools: ['notes.search', 'notes.read', 'rag.search'],
@@ -91,7 +91,7 @@ export const mockSkills: Skill[] = [
name: '文献研究助手',
version: '1.2.0',
description: '自动整理文献笔记,生成研究综述和引用关系图',
icon: '🔬',
icon: '',
author: '社区贡献',
permissions: ['notes.search', 'notes.read', 'notes.write'],
tools: ['notes.search', 'notes.read', 'notes.create', 'rag.search'],
@@ -106,7 +106,7 @@ export const mockSkills: Skill[] = [
name: '语言学习助手',
version: '0.5.0',
description: '基于你的学习笔记生成语言练习和记忆卡片',
icon: '🌍',
icon: '',
author: '社区贡献',
permissions: ['notes.search', 'notes.read', 'tasks.create'],
tools: ['notes.search', 'notes.read', 'tasks.create'],