mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore: zen
This commit is contained in:
parent
c141b88087
commit
e544cccc70
1 changed files with 17 additions and 20 deletions
|
|
@ -11,7 +11,6 @@ import { createAsync, query, redirect } from "@solidjs/router"
|
|||
import { getActor } from "~/context/auth"
|
||||
import { withActor } from "~/context/auth.withActor"
|
||||
import { Account } from "@opencode/cloud-core/account.js"
|
||||
import { Show } from "solid-js"
|
||||
|
||||
function CopyStatus() {
|
||||
return (
|
||||
|
|
@ -83,25 +82,23 @@ export default function Home() {
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<Show when={false}>
|
||||
<section data-component="zen">
|
||||
<a href="/docs/zen">opencode zen</a>
|
||||
<span data-slot="description">
|
||||
, a curated list of models provided by opencode
|
||||
</span>
|
||||
<span data-slot="divider"> / </span>
|
||||
<a
|
||||
href={
|
||||
workspaceId()
|
||||
? `/workspace/${workspaceId()}`
|
||||
: "/auth/authorize"
|
||||
}
|
||||
target="_self"
|
||||
>
|
||||
Sign in
|
||||
</a>
|
||||
</section>
|
||||
</Show>
|
||||
<section data-component="zen">
|
||||
<a href="/docs/zen">opencode zen</a>
|
||||
<span data-slot="description">
|
||||
, a curated list of models provided by opencode
|
||||
</span>
|
||||
<span data-slot="divider"> / </span>
|
||||
<a
|
||||
href={
|
||||
workspaceId()
|
||||
? `/workspace/${workspaceId()}`
|
||||
: "/auth/authorize"
|
||||
}
|
||||
target="_self"
|
||||
>
|
||||
Sign in
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section data-component="features">
|
||||
<ul data-slot="list">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue