細かい修正など
This commit is contained in:
		
							parent
							
								
									b67ed64116
								
							
						
					
					
						commit
						20c076b369
					
				
					 4 changed files with 7 additions and 4 deletions
				
			
		|  | @ -1,9 +1,9 @@ | |||
| <template> | ||||
| <span class="eiwwqkts" :class="{ cat }" :title="acct(user)" v-if="disableLink" v-user-preview="disablePreview ? undefined : user.id" @click="onClick"> | ||||
| 	<img class="inner" :src="url"/> | ||||
| 	<img class="inner" :src="url" decoding="async"/> | ||||
| </span> | ||||
| <MkA class="eiwwqkts" :class="{ cat }" :to="userPage(user)" :title="acct(user)" :target="target" v-else v-user-preview="disablePreview ? undefined : user.id"> | ||||
| 	<img class="inner" :src="url"/> | ||||
| 	<img class="inner" :src="url" decoding="async"/> | ||||
| </MkA> | ||||
| </template> | ||||
| 
 | ||||
|  |  | |||
|  | @ -39,7 +39,9 @@ | |||
| 		<label v-if="meta.tosUrl" class="tou"> | ||||
| 			<input type="checkbox" v-model="ToSAgreement"> | ||||
| 			<I18n :src="$ts.agreeTo"> | ||||
| 				<a :href="meta.tosUrl" class="_link" target="_blank">{{ $ts.tos }}</a> | ||||
| 				<template #0> | ||||
| 					<a :href="meta.tosUrl" class="_link" target="_blank">{{ $ts.tos }}</a> | ||||
| 				</template> | ||||
| 			</I18n> | ||||
| 		</label> | ||||
| 		<captcha v-if="meta.enableHcaptcha" class="captcha" provider="hcaptcha" ref="hcaptcha" v-model:value="hCaptchaResponse" :sitekey="meta.hcaptchaSiteKey"/> | ||||
|  |  | |||
|  | @ -28,6 +28,7 @@ if (localStorage.getItem('vuex') != null) { | |||
| 		} | ||||
| 	} | ||||
| 
 | ||||
| 	localStorage.setItem('vuex-old', JSON.stringify(vuex)); | ||||
| 	localStorage.removeItem('vuex'); | ||||
| 	localStorage.removeItem('i'); | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ | |||
| 			<slot name="action"></slot> | ||||
| 		</div> | ||||
| 		<span class="header"><slot name="header"></slot></span> | ||||
| 		<button v-if="func" class="menu _button" ref="menu" @click.stop="func.handler"><Fa :icon="func.icon || faCog"/></button> | ||||
| 		<button v-if="func" class="menu _button" v-tooltip="func.title" @click.stop="func.handler"><Fa :icon="func.icon || faCog"/></button> | ||||
| 	</header> | ||||
| 	<div ref="body" v-show="active"> | ||||
| 		<slot></slot> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue