refactor: 重构项目的数据获取方法 #72

Manually merged
remilia merged 13 commits from refactor/graphql into master 2025-11-11 17:07:41 +08:00
14 changed files with 277 additions and 146 deletions
Showing only changes of commit 1290189d84 - Show all commits

View File

@ -63,4 +63,3 @@ query GetProduct($id: ID!, $locale: String!) {
} }
} }
} }