first commit

This commit is contained in:
yehongyu
2026-07-20 14:40:17 +08:00
commit 50fd043a2d
55 changed files with 7786 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
// Generated by zotero-plugin-scaffold
/* prettier-ignore */
/* eslint-disable */
// @ts-nocheck
export type FluentMessageId =
| 'chat-add-selection'
| 'chat-clear'
| 'chat-cleared'
| 'chat-done'
| 'chat-loading'
| 'chat-need-config'
| 'chat-no-reply'
| 'chat-note-saved'
| 'chat-placeholder'
| 'chat-save-note'
| 'chat-selection-added'
| 'chat-selection-empty'
| 'chat-send'
| 'chat-stop'
| 'chat-stopped'
| 'chat-summarize'
| 'chat-thinking'
| 'item-section-chat-head'
| 'item-section-chat-sidenav'
| 'itemmenu-label'
| 'prefs-answer-language'
| 'prefs-api-key'
| 'prefs-base-url'
| 'prefs-hint-cloud'
| 'prefs-hint-empty'
| 'prefs-hint-local'
| 'prefs-hint-openrouter'
| 'prefs-max-context'
| 'prefs-max-tokens'
| 'prefs-model'
| 'prefs-models-empty'
| 'prefs-models-pick'
| 'prefs-openrouter-referer'
| 'prefs-openrouter-title'
| 'prefs-privacy'
| 'prefs-provider'
| 'prefs-refresh-models'
| 'prefs-reset'
| 'prefs-section-generation'
| 'prefs-section-openrouter'
| 'prefs-section-prompts'
| 'prefs-section-provider'
| 'prefs-send-metadata'
| 'prefs-summary-prompt'
| 'prefs-system-prompt'
| 'prefs-temperature'
| 'prefs-timeout'
| 'prefs-title'
| 'startup-begin'
| 'startup-finish';