1
0

support event color feature

This commit is contained in:
2021-03-07 21:01:51 +08:00
parent 5d3f32ff21
commit 2e25631a97
9 changed files with 82 additions and 21 deletions

View File

@@ -15,6 +15,7 @@ function ComputeSHA256(strl) {
return hashHex.toLowerCase();
}
*/
var DefaultColor = '#536dfe';
function IsResponseOK(data) {
if (typeof (data) == 'undefined') {