Skip to content

Commit

Permalink
feat: 修改react的zustand出码&标准hook配置出码
Browse files Browse the repository at this point in the history
  • Loading branch information
wjywy committed Oct 24, 2024
1 parent ebd1545 commit 267c62b
Show file tree
Hide file tree
Showing 32 changed files with 1,814 additions and 640 deletions.
2 changes: 1 addition & 1 deletion mockServer/src/database/pages.db

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions mockServer/src/mock/get/app-center/v1/apps/schema/918.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"description": "demo应用",
"branch": "develop",
"is_demo": null,
"global_state": [],
"global_state": [
"fishThing"
],
"appId": "918",
"creator": "",
"gmt_create": "2022-06-08 03:19:01",
Expand Down Expand Up @@ -752,7 +754,11 @@
"componentsTree": [
{
"state": {
"dataDisk": [1, 2, 3]
"dataDisk": [
1,
2,
3
]
},
"methods": {},
"componentName": "Page",
Expand Down Expand Up @@ -2100,4 +2106,4 @@
"version": ""
},
"locale": "zh-cn"
}
}
Loading

0 comments on commit 267c62b

Please sign in to comment.