This commit is contained in:
2024-08-11 20:04:07 +08:00
parent 94a203427f
commit 9eb6b942f1
7 changed files with 46 additions and 244 deletions

View File

@@ -23,9 +23,6 @@ export default class {
this.element.appendChild(el)
}
}
//HTMLElement.prototype.__defineGetter__("currentStyle", function () {
// return this.ownerDocument.defaultView.getComputedStyle(this, null);
//});
}
setItem(x, y, value) {
let color = `rgba(${value}, ${value}, ${value}, .8)`