mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: advanced prompt (#1330)
Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: Gillian97 <jinling.sunshine@gmail.com>
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
.modelModeLabel {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.optionItem:hover .modelModeLabel {
|
||||
visibility: visible;
|
||||
}
|
||||
Reference in New Issue
Block a user