mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 07:16:14 +02:00
お知らせをブロードキャストできるように
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
</style>
|
||||
<script>
|
||||
this.root.innerHTML = this.opts.content;
|
||||
|
||||
this.on('updated', () => {
|
||||
this.root.innerHTML = this.opts.content;
|
||||
});
|
||||
</script>
|
||||
</mk-raw>
|
||||
|
||||
Reference in New Issue
Block a user