Merge branch 'develop' of https://github.com/syuilo/misskey into develop
This commit is contained in:
		
						commit
						53a0f3c794
					
				|  | @ -1,7 +1,9 @@ | |||
| <template> | ||||
| <div class="lkafjvabenanajk17kwqpsatoushincb"> | ||||
| 	<span><fa :icon="['fab', 'discord']"/><a :href="`https://discordapp.com/users/${user.discord.id}`" target="_blank">@{{ user.discord.username }}#{{ user.discord.discriminator }}</a></span> | ||||
| </div> | ||||
| <a class="lkafjvabenanajk17kwqpsatoushincb" :href="`https://discordapp.com/users/${user.discord.id}`" target="_blank"> | ||||
| 	<div> | ||||
| 		<span><fa :icon="['fab', 'discord']"/>@{{ user.discord.username }}#{{ user.discord.discriminator }}</span> | ||||
| 	</div> | ||||
| </a> | ||||
| </template> | ||||
| 
 | ||||
| <script lang="ts"> | ||||
|  | @ -14,13 +16,13 @@ export default Vue.extend({ | |||
| 
 | ||||
| <style lang="stylus" scoped> | ||||
| .lkafjvabenanajk17kwqpsatoushincb | ||||
| 	padding 32px | ||||
| 	background #7289da | ||||
| 	border-radius 6px | ||||
| 	margin-left 8px | ||||
| 	color #fff | ||||
| 
 | ||||
| 	a | ||||
| 		margin-left 8px | ||||
| 	div | ||||
| 		padding 32px | ||||
| 		background #7289da | ||||
| 		border-radius 6px | ||||
| 		color #fff | ||||
| 
 | ||||
| </style> | ||||
|  |  | |||
|  | @ -1,7 +1,9 @@ | |||
| <template> | ||||
| <div class="aqooishiizumijmihokohinatamihoaz"> | ||||
| 	<span><fa :icon="['fab', 'github']"/><a :href="`https://github.com/${user.github.login}`" target="_blank">@{{ user.github.login }}</a></span> | ||||
| </div> | ||||
| <a class="aqooishiizumijmihokohinatamihoaz" :href="`https://github.com/${user.github.login}`" target="_blank"> | ||||
| 	<div> | ||||
| 		<span><fa :icon="['fab', 'github']"/>@{{ user.github.login }}</span> | ||||
| 	</div> | ||||
| </a> | ||||
| </template> | ||||
| 
 | ||||
| <script lang="ts"> | ||||
|  | @ -14,13 +16,13 @@ export default Vue.extend({ | |||
| 
 | ||||
| <style lang="stylus" scoped> | ||||
| .aqooishiizumijmihokohinatamihoaz | ||||
| 	padding 32px | ||||
| 	background #171515 | ||||
| 	border-radius 6px | ||||
| 	margin-left 8px | ||||
| 	color #fff | ||||
| 
 | ||||
| 	a | ||||
| 		margin-left 8px | ||||
| 	div | ||||
| 		padding 32px | ||||
| 		background #171515 | ||||
| 		border-radius 6px | ||||
| 		color #fff | ||||
| 
 | ||||
| </style> | ||||
|  |  | |||
|  | @ -1,7 +1,9 @@ | |||
| <template> | ||||
| <div class="adsvaidqfznoartcbplullnejvxjphcn"> | ||||
| 	<span><fa :icon="['fab', 'twitter']"/><a :href="`https://twitter.com/${user.twitter.screenName}`" target="_blank">@{{ user.twitter.screenName }}</a></span> | ||||
| </div> | ||||
| <a class="adsvaidqfznoartcbplullnejvxjphcn" :href="`https://twitter.com/${user.twitter.screenName}`" target="_blank"> | ||||
| 	<div> | ||||
| 		<span><fa :icon="['fab', 'twitter']"/>@{{ user.twitter.screenName }}</span> | ||||
| 	</div> | ||||
| </a> | ||||
| </template> | ||||
| 
 | ||||
| <script lang="ts"> | ||||
|  | @ -14,13 +16,13 @@ export default Vue.extend({ | |||
| 
 | ||||
| <style lang="stylus" scoped> | ||||
| .adsvaidqfznoartcbplullnejvxjphcn | ||||
| 	padding 32px | ||||
| 	background #1a94f2 | ||||
| 	border-radius 6px | ||||
| 	margin-left 8px | ||||
| 	color #fff | ||||
| 
 | ||||
| 	a | ||||
| 		margin-left 8px | ||||
| 	div | ||||
| 		padding 32px | ||||
| 		background #1a94f2 | ||||
| 		border-radius 6px | ||||
| 		color #fff | ||||
| 
 | ||||
| </style> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue