Skip to content
Snippets Groups Projects
Commit 9202ce6d authored by syuilo's avatar syuilo
Browse files

client: 検索構文でGoogle明示 & deprecated

parent c0fd7697
No related branches found
No related tags found
No related merge requests found
......@@ -832,6 +832,7 @@ auto: "自動"
themeColor: "テーマカラー"
size: "サイズ"
numberOfColumn: "列の数"
searchByGoogle: "ググる"
_emailUnavailable:
used: "既に使用されています"
......
<template>
<div class="mk-google">
<input v-model="query" type="search" :placeholder="q">
<button @click="search"><i class="fas fa-search"></i> {{ $ts.search }}</button>
<button @click="search"><i class="fas fa-search"></i> {{ $ts.searchByGoogle }}</button>
</div>
</template>
......
......@@ -121,6 +121,7 @@
</div>
</div>
</div>
<!-- deprecated
<div class="section _block">
<div class="title">{{ $ts._mfm.search }}</div>
<div class="content">
......@@ -131,6 +132,7 @@
</div>
</div>
</div>
-->
<div class="section _block">
<div class="title">{{ $ts._mfm.flip }}</div>
<div class="content">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment