Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 6 additions & 5 deletions astrbot/core/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3669,11 +3669,6 @@ class ChatProviderTemplate(TypedDict):
"type": "string",
"hint": "如果唤醒前缀为 /, 额外聊天唤醒前缀为 chat,则需要 /chat 才会触发 LLM 请求",
},
"provider_settings.prompt_prefix": {
"description": "用户提示词",
"type": "string",
"hint": "可使用 {{prompt}} 作为用户输入的占位符。如果不输入占位符则代表添加在用户输入的前面。",
},
"provider_settings.image_compress_enabled": {
"description": "启用图片压缩",
"type": "bool",
Expand All @@ -3697,6 +3692,12 @@ class ChatProviderTemplate(TypedDict):
},
"slider": {"min": 1, "max": 100, "step": 1},
},
"provider_settings.prompt_prefix": {
"description": "用户提示词",
"type": "string",
"hint": "可使用 {{prompt}} 作为用户输入的占位符。如果不输入占位符则代表添加在用户输入的前面。",
"collapsed": True,
},
"provider_tts_settings.dual_output": {
"description": "开启 TTS 时同时输出语音和文字内容",
"type": "bool",
Expand Down
38 changes: 9 additions & 29 deletions dashboard/src/assets/mdi-subset/materialdesignicons-subset.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Auto-generated MDI subset – 261 icons */
/* Auto-generated MDI subset – 256 icons */
/* Do not edit manually. Run: pnpm run subset-icons */

@font-face {
Expand Down Expand Up @@ -112,6 +112,10 @@
content: "\F09D1";
}

.mdi-broadcast::before {
content: "\F1720";
}

.mdi-broom::before {
content: "\F00E2";
}
Expand Down Expand Up @@ -464,10 +468,6 @@
content: "\F0234";
}

.mdi-filter-variant::before {
content: "\F0236";
}

.mdi-folder::before {
content: "\F024B";
}
Expand Down Expand Up @@ -552,6 +552,10 @@
content: "\F02DC";
}

.mdi-hook::before {
content: "\F06E2";
}

.mdi-identifier::before {
content: "\F0EFE";
}
Expand Down Expand Up @@ -760,10 +764,6 @@
content: "\F03E4";
}

.mdi-pause-circle-outline::before {
content: "\F03E6";
}

.mdi-pencil::before {
content: "\F03EB";
}
Expand All @@ -784,22 +784,10 @@
content: "\F03F6";
}

.mdi-pin::before {
content: "\F0403";
}

.mdi-pin-outline::before {
content: "\F0931";
}

.mdi-play::before {
content: "\F040A";
}

.mdi-play-circle-outline::before {
content: "\F040D";
}

.mdi-plus::before {
content: "\F0415";
}
Expand Down Expand Up @@ -1024,14 +1012,6 @@
content: "\F056E";
}

.mdi-view-grid::before {
content: "\F0570";
}

.mdi-view-list::before {
content: "\F0572";
}

.mdi-volume-high::before {
content: "\F057E";
}
Expand Down
Binary file not shown.
Binary file not shown.
216 changes: 0 additions & 216 deletions dashboard/src/components/extension/PinnedPluginItem.vue

This file was deleted.

Loading
Loading