mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 20:13:25 +00:00
chore: generate
This commit is contained in:
parent
52ad134d55
commit
478fec61ab
1 changed files with 1 additions and 3 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue