This commit is contained in:
Neil.X.Zhang
2025-06-27 16:16:14 +08:00
commit 3b79d06b7d
111 changed files with 20915 additions and 0 deletions

3
hooks/useScale.web.ts Normal file
View File

@@ -0,0 +1,3 @@
export function useScale(): number {
return 1.0;
}