add @tanstack/query

This commit is contained in:
pa
2026-03-06 18:14:24 +09:00
parent 7d2bb022a4
commit e665b3815d
40 changed files with 2171 additions and 232 deletions

View File

@@ -1212,8 +1212,7 @@
break;
case 'Refresh':
const { tag, shortName } = worldDialog.value.$location;
D.id = '';
showWorldDialog(tag, shortName);
showWorldDialog(tag, shortName, { forceRefresh: true });
break;
case 'New Instance':
showNewInstanceDialog(D.$location.tag);