mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 15:43:45 +00:00
chore: generate
This commit is contained in:
@@ -1014,9 +1014,7 @@ export default function Page() {
|
||||
const isImage = createMemo(() => {
|
||||
const c = state()?.content
|
||||
return (
|
||||
c?.encoding === "base64" &&
|
||||
c?.mimeType?.startsWith("image/") &&
|
||||
c?.mimeType !== "image/svg+xml"
|
||||
c?.encoding === "base64" && c?.mimeType?.startsWith("image/") && c?.mimeType !== "image/svg+xml"
|
||||
)
|
||||
})
|
||||
const isSvg = createMemo(() => {
|
||||
|
||||
Reference in New Issue
Block a user