mirror of
https://example.com
synced 2024-11-24 16:36:39 +09:00
#Calckey
This commit is contained in:
parent
f99e1e3b7e
commit
b31386da9e
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
{{ i18n.ts._aboutMisskey.about }}<br><a href="https://misskey-hub.net/docs/misskey.html" target="_blank" class="_link">{{ i18n.ts.learnMore }}</a>
|
||||
</div>
|
||||
<div class="_formBlock" style="text-align: center;">
|
||||
<MkButton primary rounded inline @click="iLoveMisskey">I <Mfm text="$[jelly ❤]"/> #Misskey</MkButton>
|
||||
<MkButton primary rounded inline @click="iLoveMisskey">I <Mfm text="$[jelly ❤]"/> #Calckey</MkButton>
|
||||
</div>
|
||||
<FormSection>
|
||||
<div class="_formLinks">
|
||||
|
@ -169,7 +169,7 @@ function gravity() {
|
|||
|
||||
function iLoveMisskey() {
|
||||
os.post({
|
||||
initialText: 'I $[jelly ❤] #Calckey and #Misskey',
|
||||
initialText: 'I $[jelly ❤] #Calckey',
|
||||
instant: true,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue