forked from FoundKeyGang/FoundKey
parent
278624f2c8
commit
dfe694d39f
2 changed files with 0 additions and 12 deletions
|
@ -15,12 +15,6 @@ export default Vue.extend({
|
||||||
return {
|
return {
|
||||||
repositoryUrl: 'https://github.com/syuilo/misskey'
|
repositoryUrl: 'https://github.com/syuilo/misskey'
|
||||||
};
|
};
|
||||||
},
|
|
||||||
created() {
|
|
||||||
this.$root.getMeta().then(meta => {
|
|
||||||
if (meta.maintainer)
|
|
||||||
this.repositoryUrl = meta.maintainer.repository_url;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -23,12 +23,6 @@ export default Vue.extend({
|
||||||
repositoryUrl: 'https://github.com/syuilo/misskey',
|
repositoryUrl: 'https://github.com/syuilo/misskey',
|
||||||
feedbackUrl: 'https://github.com/syuilo/misskey/issues/new'
|
feedbackUrl: 'https://github.com/syuilo/misskey/issues/new'
|
||||||
}
|
}
|
||||||
},
|
|
||||||
created() {
|
|
||||||
this.$root.getMeta().then(meta => {
|
|
||||||
if (meta.maintainer.repository_url) this.repositoryUrl = meta.maintainer.repository_url;
|
|
||||||
if (meta.maintainer.feedback_url) this.feedbackUrl = meta.maintainer.feedback_url;
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue