Skip to content

Commit

Permalink
perf: optimize the settings page (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayangweb committed Mar 25, 2023
1 parent 49b7ff1 commit b24b7ff
Show file tree
Hide file tree
Showing 27 changed files with 406 additions and 398 deletions.
6 changes: 5 additions & 1 deletion .eslintrc-auto-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"DEFAULT_ROLE": true,
"DEFAULT_SHORTCUT_KEY": true,
"EffectScope": true,
"HOST_URL": true,
"InjectionKey": true,
"Message": true,
"OPENAI_CHAT_URL": true,
"OPENAI_CREDIT_URL": true,
"OPEN_AI_MODEL": true,
"PropType": true,
"Ref": true,
"THEME": true,
"VNode": true,
"acceptHMRUpdate": true,
"computed": true,
Expand All @@ -28,14 +28,18 @@
"deleteSQL": true,
"dialogErrorMessage": true,
"effectScope": true,
"estimateTokens": true,
"executeSQL": true,
"generalKeys": true,
"getActivePinia": true,
"getAiMessage": true,
"getContributorsApi": true,
"getCurrentInstance": true,
"getCurrentScope": true,
"getKeySymbol": true,
"getMemoryList": true,
"getOpenAICreditApi": true,
"getOpenAIKey": true,
"getOpenAIResultApi": true,
"getOpenAIResultStreamApi": true,
"h": true,
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@arco-design/web-vue": "^2.44.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@kidonng/daisyui": "^2.51.3",
"@release-it/conventional-changelog": "^5.1.1",
"@tauri-apps/cli": "^1.2.2",
"@types/markdown-it": "^12.2.3",
Expand All @@ -66,7 +65,6 @@
"typescript": "^4.6.4",
"unocss": "^0.50.4",
"unocss-preset-autoprefixer": "^0.0.5",
"unocss-preset-daisy": "^2.0.0",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.0.0",
Expand Down
Loading

0 comments on commit b24b7ff

Please sign in to comment.