mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
fix some
This commit is contained in:
parent
f418628ec7
commit
f3e13d2ae0
@ -317,8 +317,6 @@ Volcanos("page", {help: "网页模块",
|
|||||||
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>")
|
text = text.replace(/\\n/g, "<br>")
|
||||||
text = text.replace(/</g, "<")
|
|
||||||
text = text.replace(/>/g, ">")
|
|
||||||
return text;
|
return text;
|
||||||
},
|
},
|
||||||
CopyText: function(can, text) {
|
CopyText: function(can, text) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user