version panel

This commit is contained in:
zxhlyh
2025-05-22 16:43:04 +08:00
parent faf6b9ea03
commit c2a7e0e986
12 changed files with 47 additions and 11 deletions

View File

@ -0,0 +1,5 @@
export const useConfig = (id: string) => {
return {
id,
}
}