Skip to content

Commit 4b02a27

Browse files
committed
fix
1 parent 11de7c5 commit 4b02a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function HomePage() {
2828
</Card>
2929
<Card title="动态插件系统" icon={<Puzzle className="text-purple-400" />} className="text-left">
3030
<p className="text-fd-muted-foreground">
31-
基于 ioevent 的动态插件系统,支持插件的热插拔和动态加载,让功能模块化、分发和获取变得简单高效。
31+
基于 ioevent 的动态插件系统,即插即用,无需重新编译主程序,让功能模块化、分发和获取变得简单高效。
3232
</p>
3333
</Card>
3434
</div>

0 commit comments

Comments
 (0)