Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"[typescript]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascript]": {
"editor.formatOnSave": false,
Expand Down
2 changes: 1 addition & 1 deletion content/ai/aiChatDialogue/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 101
order: 102
category: Plus
title: AIChatDialogue
icon: doc-aiDialogue
Expand Down
2 changes: 1 addition & 1 deletion content/ai/aiChatDialogue/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 101
order: 102
category: Ai
title: AIChatDialogue AI对话
icon: doc-aiDialogue
Expand Down
2 changes: 1 addition & 1 deletion content/ai/aiChatInput/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 100
order: 101
category: Ai
title: AIChatInput
icon: doc-aiInput
Expand Down
2 changes: 1 addition & 1 deletion content/ai/aiChatInput/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 100
order: 101
category: Ai
title: AIChatInput 聊天输入框
icon: doc-aiInput
Expand Down
Loading
Loading