enhance: improve moderation log

This commit is contained in:
syuilo 2023-09-25 16:03:43 +09:00
parent ee44f35fea
commit bd19d75c9c
7 changed files with 28 additions and 1 deletions

View file

@ -75,6 +75,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<CodeDiff :context="5" :hideHeader="true" :oldString="JSON5.stringify(log.info.before, null, '\t')" :newString="JSON5.stringify(log.info.after, null, '\t')" language="javascript" maxHeight="300px"/>
</div>
</template>
<details>
<summary>raw</summary>
<pre>{{ JSON5.stringify(log, null, '\t') }}</pre>
</details>
</div>
</MkFolder>
</template>