change:修改部分axolotl为starlight

(不过怎么这么多)
This commit is contained in:
2026-09-12 23:29:28 +08:00
parent 3c48ba77c9
commit ceda000578
86 changed files with 15828 additions and 710 deletions

View File

@ -71,7 +71,7 @@ export function useTerracottaSession() {
isExportingReport.value = true
try {
const report = await terracotta.getDiagnosticReport()
await exportErrorLogs(report, 'Axolotl multiplayer error report')
await exportErrorLogs(report, 'Starlight multiplayer error report')
} catch (error: unknown) {
handleError(error)
} finally {