Skip to content

Commit

Permalink
feat: 1.add tags: review, flashcards
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Feb 21, 2023
1 parent 2b7d66f commit 0a6da0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,8 @@ export default class AwesomeBrainManagerPlugin extends Plugin {
this.addSettingTab(new ReminderSettingTab(this.app, this, this.pluginDataIO));
this.registerView(POMODORO_HISTORY_VIEW, leaf => new PomodoroHistoryView(leaf, this));
this.registerView(BROWSER_VIEW, leaf => new BrowserView(leaf, this, OpenUrl));
this.addTag(new Tag('yellow', 'blue', 'review', { name: '' }, { fontFamily: '' }));
this.addTag(new Tag('yellow', 'blue', 'flashcards', { name: '' }, { fontFamily: '' }));
this.addTag(new Tag('yellow', 'blue', 'juck', { name: '' }, { fontFamily: '' }));
this.addTag(new Tag('blue', 'yellow', 'juckz', { name: '' }, { fontFamily: '' }));
// 左侧菜单,使用自定义图标
Expand Down

0 comments on commit 0a6da0c

Please sign in to comment.