mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-19 03:53:31 +00:00
chore: generate
This commit is contained in:
parent
e07e420637
commit
9eb07ab55a
1 changed files with 1 additions and 3 deletions
|
|
@ -74,9 +74,7 @@ export default function StatsLab() {
|
|||
() =>
|
||||
`Explore ${labName()} models used in OpenCode, with recent token usage, context windows, release dates, and model-specific data.`,
|
||||
)
|
||||
const labUrl = createMemo(() =>
|
||||
new URL(lab()?.id ?? labParam(), statsCanonicalBaseUrl).toString(),
|
||||
)
|
||||
const labUrl = createMemo(() => new URL(lab()?.id ?? labParam(), statsCanonicalBaseUrl).toString())
|
||||
const updateThemePreference = (preference: ThemePreference) => {
|
||||
applyThemePreference(preference)
|
||||
setThemePreference(preference)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue