mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
# Spine
|
|
|
|
社区版解决了 Spine 在之前的三大痛点:
|
|
|
|
- 不参与动态合图
|
|
- 无法与其它组件合批
|
|
- 不能使用 SpriteFrame 换装
|
|
|
|
你可以阅读下面的文档了解详情:
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|