Merge branch 'develop' into sw-notification-action
This commit is contained in:
		@@ -14,7 +14,7 @@
 | 
			
		||||
			{{ $ts._aboutMisskey.about }}
 | 
			
		||||
		</section>
 | 
			
		||||
		<FormGroup>
 | 
			
		||||
			<FormLink to="https://github.com/syuilo/misskey" external>
 | 
			
		||||
			<FormLink to="https://github.com/misskey-dev/misskey" external>
 | 
			
		||||
				<template #icon><Fa :icon="faCode"/></template>
 | 
			
		||||
				{{ $ts._aboutMisskey.source }}
 | 
			
		||||
				<template #suffix>GitHub</template>
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
			<FormLink to="https://github.com/rinsuki" external>@rinsuki</FormLink>
 | 
			
		||||
			<FormLink to="https://github.com/Xeltica" external>@Xeltica</FormLink>
 | 
			
		||||
			<FormLink to="https://github.com/u1-liquid" external>@u1-liquid</FormLink>
 | 
			
		||||
			<template #caption><MkLink url="https://github.com/syuilo/misskey/graphs/contributors">{{ $ts._aboutMisskey.allContributors }}</MkLink></template>
 | 
			
		||||
			<template #caption><MkLink url="https://github.com/misskey-dev/misskey/graphs/contributors">{{ $ts._aboutMisskey.allContributors }}</MkLink></template>
 | 
			
		||||
		</FormGroup>
 | 
			
		||||
		<FormGroup>
 | 
			
		||||
			<template #label><Mfm text="[jelly ❤]"/> {{ $ts._aboutMisskey.patrons }}</template>
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
	<div class="title">{{ title }}</div>
 | 
			
		||||
	<div class="body" v-html="body"></div>
 | 
			
		||||
	<div class="footer">
 | 
			
		||||
		<MkLink :url="`https://github.com/syuilo/misskey/blob/master/src/docs/${lang}/${doc}.md`" class="at">{{ $ts.docSource }}</MkLink>
 | 
			
		||||
		<MkLink :url="`https://github.com/misskey-dev/misskey/blob/master/src/docs/${lang}/${doc}.md`" class="at">{{ $ts.docSource }}</MkLink>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
</template>
 | 
			
		||||
 
 | 
			
		||||
@@ -79,7 +79,7 @@ export default defineComponent({
 | 
			
		||||
			localStorage.setItem('v', meta.version);
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		fetch('https://api.github.com/repos/syuilo/misskey/releases', {
 | 
			
		||||
		fetch('https://api.github.com/repos/misskey-dev/misskey/releases', {
 | 
			
		||||
			method: 'GET',
 | 
			
		||||
		})
 | 
			
		||||
		.then(res => res.json())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user