We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11de7c5 commit 4b02a27Copy full SHA for 4b02a27
app/(home)/page.tsx
@@ -28,7 +28,7 @@ export default function HomePage() {
28
</Card>
29
<Card title="动态插件系统" icon={<Puzzle className="text-purple-400" />} className="text-left">
30
<p className="text-fd-muted-foreground">
31
- 基于 ioevent 的动态插件系统,支持插件的热插拔和动态加载,让功能模块化、分发和获取变得简单高效。
+ 基于 ioevent 的动态插件系统,即插即用,无需重新编译主程序,让功能模块化、分发和获取变得简单高效。
32
</p>
33
34
</div>
0 commit comments