feat(api): 实现电池 ORPC 路由

This commit is contained in:
2026-05-11 20:51:24 +08:00
parent 657c7317f7
commit 4e5ba4b599
3 changed files with 19 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { os } from '@/server/api/server'
import * as todo from './todo.router'
import * as battery from './battery.router'
export const router = os.router({
todo,
battery,
})