Skip to content

Commit

Permalink
Refactor settings.ts to remove ignoreSectionTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ae86jack committed Sep 11, 2024
1 parent 08a0a71 commit a86f2f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ import { ollamaVendor } from './providers/ollama'

export interface PluginSettings {
providers: ProviderSettings[]
ignoreSectionTypes: string[]
systemTags: string[]
newChatTags: string[]
userTags: string[]
}

export const DEFAULT_SETTINGS: PluginSettings = {
providers: [],
ignoreSectionTypes: ['blockquote', 'callout'],
systemTags: ['System', '系统'],
newChatTags: ['NewChat', '新对话'],
userTags: ['User', '我']
Expand Down

0 comments on commit a86f2f9

Please sign in to comment.