お知らせをブロードキャストできるように
This commit is contained in:
parent
20a6f0a0a7
commit
0cd69cabc9
5 changed files with 84 additions and 6 deletions
|
|
@ -5,5 +5,9 @@
|
|||
</style>
|
||||
<script>
|
||||
this.root.innerHTML = this.opts.content;
|
||||
|
||||
this.on('updated', () => {
|
||||
this.root.innerHTML = this.opts.content;
|
||||
});
|
||||
</script>
|
||||
</mk-raw>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue