enhance(frontend): アップデート情報のリンクを意味のあるものにする (MisskeyIO#230)

This commit is contained in:
まっちゃとーにゅ 2023-11-20 06:25:51 +09:00 committed by GitHub
parent 85c15bfee0
commit 41548bd08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
const whatIsNew = () => {
modal.value.close();
window.open(`https://misskey-hub.net/docs/releases.html#_${version.replace(/\./g, '-')}`, '_blank');
window.open('https://go.misskey.io/changelog', '_blank', 'noopener');
};
onMounted(() => {