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: {
|
softwareName: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
optional: false, nullable: true,
|
optional: false, nullable: true,
|
||||||
example: 'misskey',
|
example: 'calckey',
|
||||||
},
|
},
|
||||||
softwareVersion: {
|
softwareVersion: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
@ -39,7 +39,7 @@ const nodeinfo2 = async () => {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
software: {
|
software: {
|
||||||
name: 'misskey',
|
name: 'calckey',
|
||||||
version: config.version,
|
version: config.version,
|
||||||
repository: meta.repositoryUrl,
|
repository: meta.repositoryUrl,
|
||||||
},
|
},
|
||||||
|
@ -50,8 +50,8 @@ export default defineComponent({
|
|||||||
return {
|
return {
|
||||||
text: '',
|
text: '',
|
||||||
flag: true,
|
flag: true,
|
||||||
radio: 'misskey',
|
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.`
|
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