mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 19:51:29 +00:00
New extension theme: Hide the English label text in the keyword group
新扩展主题:隐藏关键词组中的英语标签文本
This commit is contained in:
10
styles/extensions/hide-group-tags-en-text/manifest.json
Normal file
10
styles/extensions/hide-group-tags-en-text/manifest.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "Hide the English label text in the keyword group",
|
||||||
|
"i18n": {
|
||||||
|
"zh_CN": "隐藏关键词组中的英语标签文本",
|
||||||
|
"zh_HK": "隱藏關鍵詞組中的英語標籤文本",
|
||||||
|
"zh_TW": "隱藏關鍵詞組中的英語標籤文本"
|
||||||
|
},
|
||||||
|
"author": "Physton",
|
||||||
|
"type": "enhance"
|
||||||
|
}
|
||||||
3
styles/extensions/hide-group-tags-en-text/style.less
Normal file
3
styles/extensions/hide-group-tags-en-text/style.less
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.physton-prompt .group-tabs .group-body .group-main .sub-group-main .group-tags .tag-item .tag-en {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
1
styles/extensions/hide-group-tags-en-text/style.min.css
vendored
Normal file
1
styles/extensions/hide-group-tags-en-text/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.physton-prompt .group-tabs .group-body .group-main .sub-group-main .group-tags .tag-item .tag-en{display:none}
|
||||||
Reference in New Issue
Block a user