Update settings-center.md

This commit is contained in:
Zhou 2022-11-08 11:32:28 +08:00 committed by GitHub
parent ef7eae4d75
commit 6e7452cb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# 配置中心 # Settings Center
<img src="./settings-center/settings-tab.jpg" style="max-width: 100%;"/> <img src="./settings-center/settings-tab.jpg" style="max-width: 100%;"/>
## 示例 ## Example
```tsx | pure ```tsx | pure
import { SettingsCenterProvider } from '@nocobase/client'; import { SettingsCenterProvider } from '@nocobase/client';
@ -30,4 +30,4 @@ export default React.memo((props) => {
}); });
``` ```
完整示例查看 [samples/hello](https://github.com/nocobase/nocobase/tree/develop/packages/samples/hello) See [samples/hello](https://github.com/nocobase/nocobase/tree/develop/packages/samples/hello) for full examples.