发布v2.6.9版本

This commit is contained in:
雨中磐石
2025-05-27 14:51:24 +08:00
parent 16829278ae
commit d0c604e040
31 changed files with 661 additions and 242 deletions

View File

@@ -241,4 +241,8 @@ textarea.form-control{overflow:auto;padding-top:5px;padding-bottom:5px}
.list-itemv:hover{color:var(--main-color);cursor:pointer;background-color:rgba(var(--rgb-r), var(--rgb-g), var(--rgb-b), 0.1)}
.editortools div{width:26px;height:26px;overflow:hidden;margin-left:8px;line-height:26px;border-radius:5px;cursor:pointer;}
.editortools div:hover{background-color:rgba(0,0,0,0.1);}
.editortools div:hover{background-color:rgba(0,0,0,0.1);}
.label{border-radius:5px;padding:2px 3px}
.label-success{background:green;color:white}
.label-default{background:#aaaaaa;color:white}