mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
feat: disable google
This commit is contained in:
@@ -14,7 +14,6 @@ import {
|
||||
FaSlack,
|
||||
FaAws,
|
||||
FaJsSquare,
|
||||
FaGoogle,
|
||||
} from 'react-icons/fa'
|
||||
import { IoIosBeer } from 'react-icons/io'
|
||||
import { DiRust } from 'react-icons/di'
|
||||
@@ -73,9 +72,6 @@ export default function Welcome() {
|
||||
<ListItem>
|
||||
<FaAppStore /> {t('providers.appStore')}
|
||||
</ListItem>
|
||||
<ListItem>
|
||||
<FaGoogle /> {t('providers.google')}
|
||||
</ListItem>
|
||||
</List>
|
||||
</Container>
|
||||
)
|
||||
|
@@ -6,7 +6,7 @@ import { FaGoogle, FaInfoCircle } from 'react-icons/fa'
|
||||
import { Card, Result } from '../Cards'
|
||||
|
||||
function Search({ query }) {
|
||||
const term = `${query} app service -twitter -facebook -amazon -vimeo -linkedin -site:dictionary.cambridge.org -site:weblio.jp -site:appbank.net -いかがでした -キャンペーン`
|
||||
const term = `intitle:"${query}" app -site:dictionary.cambridge.org -site:weblio.jp`
|
||||
const response = useFetch(`/availability/google/${encodeURIComponent(term)}`)
|
||||
const items = response.result
|
||||
|
||||
|
Reference in New Issue
Block a user