mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-01 07:28:31 +00:00
4.0.0-rc13
* Added: Custom timestamp formats for chat messages. * Fixed: Hook the correct load event for video elements in rich link tool-tips. * Fixed: Display Block and Hide Thumbnail buttons on the new game directory pages. * Changed: Use markdown for rendering item descriptions in the settings menu rather than HTML.
This commit is contained in:
parent
3eb947697c
commit
c9d743c296
14 changed files with 143 additions and 141 deletions
|
@ -33,8 +33,9 @@
|
|||
<section
|
||||
v-if="item.description"
|
||||
class="tw-border-t tw-pd-y-1"
|
||||
v-html="t(item.desc_i18n_key || item.i18n_key + '.description', item.description, item)"
|
||||
/>
|
||||
>
|
||||
<markdown :source="t(item.desc_i18n_key || `${item.i18n_key}.description`, item.description, item)" />
|
||||
</section>
|
||||
<template v-if="! item.contents || ! item.contents.length">
|
||||
<ul class="tw-border-t tw-pd-y-1">
|
||||
<li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue