chore: generate

This commit is contained in:
GitHub Action
2026-01-19 21:00:39 +00:00
parent 3173ba1288
commit 69b3b35ea5
2 changed files with 14 additions and 6 deletions

View File

@@ -1102,7 +1102,9 @@ export default function Page() {
visibleUserMessages().length visibleUserMessages().length
store.turnStart store.turnStart
const targetId = pendingMessage() ?? (() => { const targetId =
pendingMessage() ??
(() => {
const hash = window.location.hash.slice(1) const hash = window.location.hash.slice(1)
const match = hash.match(/^message-(.+)$/) const match = hash.match(/^message-(.+)$/)
if (!match) return undefined if (!match) return undefined

View File

@@ -231,6 +231,9 @@
"url": { "url": {
"type": "string" "type": "string"
}, },
"override": {
"type": "string"
},
"color": { "color": {
"type": "string" "type": "string"
} }
@@ -5796,6 +5799,9 @@
"url": { "url": {
"type": "string" "type": "string"
}, },
"override": {
"type": "string"
},
"color": { "color": {
"type": "string" "type": "string"
} }