no x2
This commit is contained in:
parent
2c64955144
commit
221872fa3d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.15.2",
|
"version": "12.119.0-calc.15.3",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template>
|
<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template>
|
||||||
<MkSparkle>
|
<MkSparkle>
|
||||||
<div v-for="patron in patrons" :key="patron" style="margin-bottom: 0.5rem">
|
<div v-for="patron in patrons" :key="patron" style="margin-bottom: 0.5rem">
|
||||||
<Mfm :text="`$[x2 ${patron}]`"/>
|
<Mfm :text="`${patron}`"/>
|
||||||
</div>
|
</div>
|
||||||
</MkSparkle>
|
</MkSparkle>
|
||||||
<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template>
|
<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template>
|
||||||
|
|
Loading…
Reference in New Issue