✌️
This commit is contained in:
		@@ -33,7 +33,7 @@
 | 
				
			|||||||
						<option value="tips">ヒント</option>
 | 
											<option value="tips">ヒント</option>
 | 
				
			||||||
					</select>
 | 
										</select>
 | 
				
			||||||
					<button @click="addWidget">追加</button>
 | 
										<button @click="addWidget">追加</button>
 | 
				
			||||||
					<p>移動するには「三」をドラッグします。削除するには「x」をタップします。</p>
 | 
										<p><a @click="hint">カスタマイズのヒント</a></p>
 | 
				
			||||||
				</header>
 | 
									</header>
 | 
				
			||||||
				<x-draggable
 | 
									<x-draggable
 | 
				
			||||||
					:list="widgets"
 | 
										:list="widgets"
 | 
				
			||||||
@@ -152,6 +152,9 @@ export default Vue.extend({
 | 
				
			|||||||
				document.title = 'Misskey';
 | 
									document.title = 'Misskey';
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
							hint() {
 | 
				
			||||||
 | 
								alert('ウィジェットを追加/削除したり並べ替えたりできます。ウィジェットを移動するには「三」をドラッグします。ウィジェットを削除するには「x」をタップします。いくつかのウィジェットはタップすることで表示を変更できます。');
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
		widgetFunc(id) {
 | 
							widgetFunc(id) {
 | 
				
			||||||
			const w = this.$refs[id][0];
 | 
								const w = this.$refs[id][0];
 | 
				
			||||||
			if (w.func) w.func();
 | 
								if (w.func) w.func();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user