Add autocomplete

This commit is contained in:
kwaroran
2024-09-23 23:53:03 +09:00
parent cbba839cea
commit e676623a4e
4 changed files with 135 additions and 6 deletions

View File

@@ -43,6 +43,7 @@ export const isTauri = !!window.__TAURI__
export const isNodeServer = !!globalThis.__NODE__
export const forageStorage = new AutoStorage()
export const googleBuild = false
export const isMobile = navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(android)|(webOS)/i)
interface fetchLog{
body:string