mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
优化代码
This commit is contained in:
@@ -909,7 +909,7 @@ window.teaweb = {
|
||||
s = s.replace(/&/g, "&")
|
||||
s = s.replace(/</g, "<")
|
||||
s = s.replace(/>/g, ">")
|
||||
s = s.replace(/"/, """)
|
||||
s = s.replace(/"/g, """)
|
||||
return s
|
||||
},
|
||||
chartColor: function (color) {
|
||||
|
||||
Reference in New Issue
Block a user