1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-01-15 21:13:56 +08:00
parent 6e2b75f6ad
commit 8363e001a8
2 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,7 @@ Volcanos("page", {help: "网页模块",
text = text.replace(/\033\[32m/g, "<span style='color:#0f0'>") text = text.replace(/\033\[32m/g, "<span style='color:#0f0'>")
text = text.replace(/\033\[0m/g, "</span>") text = text.replace(/\033\[0m/g, "</span>")
text = text.replace(/\033\[m/g, "</span>") text = text.replace(/\033\[m/g, "</span>")
text = text.replace(/\\n/g, "<br>")
return text; return text;
}, },
CopyText: function(can, text) { CopyText: function(can, text) {

View File

@ -223,6 +223,9 @@ fieldset table td.select {
background-color:red; background-color:red;
} }
fieldset div.stack:hover {
background-color:red;
}
fieldset div.stack { fieldset div.stack {
cursor:pointer; cursor:pointer;
width:fit-content; width:fit-content;