Skip to content

Commit

Permalink
feat(web): add laf ai chat (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeezQ authored Jun 6, 2023
1 parent f7bbb70 commit 9854b84
Show file tree
Hide file tree
Showing 13 changed files with 2,718 additions and 61 deletions.
19 changes: 7 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"hokify",
"hostpath",
"immer",
"Katex",
"Kube",
"kubeconfig",
"Kubefile",
Expand All @@ -87,6 +88,7 @@
"qrcode",
"readwrite",
"Referer",
"rehype",
"relock",
"rolebinding",
"roundrobin",
Expand All @@ -108,6 +110,7 @@
"upserted",
"urlencode",
"userid",
"uuidv",
"videobg",
"videomobile",
"vitepress",
Expand All @@ -120,20 +123,12 @@
"zustand"
],
"i18n-ally.localesPaths": "web/public/locales",
"i18n-ally.enabledParsers": [
"json"
],
"i18n-ally.enabledFrameworks": [
"react",
"i18next",
"general"
],
"i18n-ally.enabledParsers": ["json"],
"i18n-ally.enabledFrameworks": ["react", "i18next", "general"],
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.displayLanguage": "en,zh",
"i18n-ally.namespace": false,
"i18n-ally.pathMatcher": "{locale}/translation.json",
"i18n-ally.keystyle": "nested",
"i18n-ally.keysInUse": [
"description.part2_whatever"
]
}
"i18n-ally.keysInUse": ["description.part2_whatever"]
}
Loading

0 comments on commit 9854b84

Please sign in to comment.