mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
New patron list
This commit is contained in:
parent
bfdc85cfcb
commit
27e11100dc
@ -33,9 +33,10 @@
|
|||||||
|
|
||||||
# 🥂 Links
|
# 🥂 Links
|
||||||
|
|
||||||
|
- 💸 Liberapay: <https://liberapay.com/ThatOneCalculator>
|
||||||
|
- Donate publicly to get your name on the Patron list!
|
||||||
- 🚢 Flagship instance: <https://i.calckey.cloud>
|
- 🚢 Flagship instance: <https://i.calckey.cloud>
|
||||||
- 📣 Official account: <https://i.calckey.cloud/@calckey>
|
- 📣 Official account: <https://i.calckey.cloud/@calckey>
|
||||||
- 💸 Liberapay: <https://liberapay.com/ThatOneCalculator>
|
|
||||||
- 💁 Matrix support room: <https://matrix.to/#/#calckey:matrix.fedibird.com>
|
- 💁 Matrix support room: <https://matrix.to/#/#calckey:matrix.fedibird.com>
|
||||||
- 📜 Instance list: <https://calckey.fediverse.observer/list>
|
- 📜 Instance list: <https://calckey.fediverse.observer/list>
|
||||||
- 📖 JoinFediverse Wiki: <https://joinfediverse.wiki/What_is_Calckey%3F>
|
- 📖 JoinFediverse Wiki: <https://joinfediverse.wiki/What_is_Calckey%3F>
|
||||||
|
@ -1001,9 +1001,9 @@ _aboutMisskey:
|
|||||||
allContributors: "All contributors"
|
allContributors: "All contributors"
|
||||||
source: "Source code"
|
source: "Source code"
|
||||||
translation: "Translate Misskey"
|
translation: "Translate Misskey"
|
||||||
donate: "Donate to Misskey"
|
donate: "Donate to Calckey"
|
||||||
morePatrons: "We also appreciate the support of many other helpers not listed here. Thank you! 🥰"
|
morePatrons: "We also appreciate the support of many other helpers not listed here. Thank you! 🥰"
|
||||||
patrons: "Misskey patrons"
|
patrons: "Calckey patrons"
|
||||||
_nsfw:
|
_nsfw:
|
||||||
respect: "Hide NSFW media"
|
respect: "Hide NSFW media"
|
||||||
ignore: "Don't hide NSFW media"
|
ignore: "Don't hide NSFW media"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc.15",
|
"version": "12.119.0-calc.15.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template>
|
<template #label><Mfm text="$[jelly ❤]"/> {{ i18n.ts._aboutMisskey.patrons }}</template>
|
||||||
<div v-for="patron in patrons" :key="patron">{{ patron }}</div>
|
<Mfm v-for="patron in patrons" :key="patron" :text="patron"/>
|
||||||
<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template>
|
<template #caption>{{ i18n.ts._aboutMisskey.morePatrons }}</template>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
</div>
|
</div>
|
||||||
@ -60,84 +60,9 @@ import * as os from '@/os';
|
|||||||
import { definePageMetadata } from '@/scripts/page-metadata';
|
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||||
|
|
||||||
const patrons = [
|
const patrons = [
|
||||||
'まっちゃとーにゅ',
|
'@atomicpoet@vancity.social',
|
||||||
'mametsuko',
|
'@shoq@newsroom.social',
|
||||||
'noellabo',
|
'@pikadude@erisly.social',
|
||||||
'AureoleArk',
|
|
||||||
'Gargron',
|
|
||||||
'Nokotaro Takeda',
|
|
||||||
'Suji Yan',
|
|
||||||
'oi_yekssim',
|
|
||||||
'regtan',
|
|
||||||
'Hekovic',
|
|
||||||
'nenohi',
|
|
||||||
'Gitmo Life Services',
|
|
||||||
'naga_rus',
|
|
||||||
'Efertone',
|
|
||||||
'Melilot',
|
|
||||||
'motcha',
|
|
||||||
'nanami kan',
|
|
||||||
'sevvie Rose',
|
|
||||||
'Hayato Ishikawa',
|
|
||||||
'Puniko',
|
|
||||||
'skehmatics',
|
|
||||||
'Quinton Macejkovic',
|
|
||||||
'YUKIMOCHI',
|
|
||||||
'dansup',
|
|
||||||
'mewl hayabusa',
|
|
||||||
'Emilis',
|
|
||||||
'Fristi',
|
|
||||||
'makokunsan',
|
|
||||||
'chidori ninokura',
|
|
||||||
'Peter G.',
|
|
||||||
'見当かなみ',
|
|
||||||
'natalie',
|
|
||||||
'Maronu',
|
|
||||||
'Steffen K9',
|
|
||||||
'takimura',
|
|
||||||
'sikyosyounin',
|
|
||||||
'Nesakko',
|
|
||||||
'YuzuRyo61',
|
|
||||||
'blackskye',
|
|
||||||
'sheeta.s',
|
|
||||||
'osapon',
|
|
||||||
'public_yusuke',
|
|
||||||
'CG',
|
|
||||||
'吴浥',
|
|
||||||
't_w',
|
|
||||||
'Jerry',
|
|
||||||
'nafuchoco',
|
|
||||||
'Takumi Sugita',
|
|
||||||
'GLaTAN',
|
|
||||||
'mkatze',
|
|
||||||
'kabo2468y',
|
|
||||||
'mydarkstar',
|
|
||||||
'Roujo',
|
|
||||||
'DignifiedSilence',
|
|
||||||
'uroco @99',
|
|
||||||
'totokoro',
|
|
||||||
'うし',
|
|
||||||
'kiritan',
|
|
||||||
'weepjp',
|
|
||||||
'Liaizon Wakest',
|
|
||||||
'Duponin',
|
|
||||||
'Blue',
|
|
||||||
'Naoki Hirayama',
|
|
||||||
'wara',
|
|
||||||
'Wataru Manji (manji0)',
|
|
||||||
'みなしま',
|
|
||||||
'kanoy',
|
|
||||||
'xianon',
|
|
||||||
'Denshi',
|
|
||||||
'Osushimaru',
|
|
||||||
'にょんへら',
|
|
||||||
'おのだい',
|
|
||||||
'Leni',
|
|
||||||
'oss',
|
|
||||||
'Weeble',
|
|
||||||
'蝉暮せせせ',
|
|
||||||
'ThatOneCalculator',
|
|
||||||
'pixeldesu',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let easterEggReady = false;
|
let easterEggReady = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user