chore(webui): update Chinese translation #2134

Merged
Sainan merged 3 commits from Animan8000/SpaceNinjaServer:animan8000-patch-1 into main 2025-06-08 11:14:29 -07:00
Showing only changes of commit a4f3b94e9b - Show all commits

View File

@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => {
}
);
res.end();
res.json({
FocusUpgrade: { ItemType: focusType }
});
break;
}
case FocusOperation.UnlockUpgrade: {