mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Calckey as software name, finally!
This commit is contained in:
parent
e4246d8586
commit
80ea452b9b
@ -59,7 +59,7 @@ export const packedFederationInstanceSchema = {
|
||||
softwareName: {
|
||||
type: 'string',
|
||||
optional: false, nullable: true,
|
||||
example: 'misskey',
|
||||
example: 'calckey',
|
||||
},
|
||||
softwareVersion: {
|
||||
type: 'string',
|
||||
|
@ -39,7 +39,7 @@ const nodeinfo2 = async () => {
|
||||
|
||||
return {
|
||||
software: {
|
||||
name: 'misskey',
|
||||
name: 'calckey',
|
||||
version: config.version,
|
||||
repository: meta.repositoryUrl,
|
||||
},
|
||||
|
@ -50,8 +50,8 @@ export default defineComponent({
|
||||
return {
|
||||
text: '',
|
||||
flag: true,
|
||||
radio: 'misskey',
|
||||
mfm: `Hello world! This is an @example mention. BTW you are @${this.$i ? this.$i.username : 'guest'}.\nAlso, here is ${config.url} and [example link](${config.url}). for more details, see https://example.com.\nAs you know #misskey is open-source software.`
|
||||
radio: 'calckey',
|
||||
mfm: `Hello world! This is an @example mention. BTW, you are @${this.$i ? this.$i.username : 'guest'}.\nAlso, here is ${config.url} and [example link](${config.url}). for more details, see https://example.com.\nAs you know #misskey is open-source software.`
|
||||
};
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user