mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
edits
This commit is contained in:
@@ -586,8 +586,6 @@ export default function Share(props: {
|
||||
})
|
||||
const [showingSystemPrompt, showSystemPrompt] = createSignal(false)
|
||||
|
||||
console.log(data())
|
||||
|
||||
return (
|
||||
<main class={`${styles.root} not-content`}>
|
||||
<div class={styles.header}>
|
||||
|
||||
@@ -10,6 +10,8 @@ const id = Astro.url.searchParams.get('id')
|
||||
const res = await fetch(`${apiUrl}/share_messages?id=${id}`);
|
||||
const data = await res.json();
|
||||
|
||||
console.log(data.info)
|
||||
|
||||
---
|
||||
|
||||
<StarlightPage
|
||||
|
||||
Reference in New Issue
Block a user