mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-01 06:27:46 +00:00
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
|
import DocCardList from '@theme/DocCardList';
|
||
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||
|
|
||
|
# 文本渲染
|
||
|
|
||
|
文本渲染一般是游戏性能优化需要重点关注的地方,并且其显示效果也非常重要,所以服务包提供了以下新特性:
|
||
|
|
||
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|