This commit is contained in:
freedakgmail
2025-11-23 00:49:16 +08:00
parent c033e46782
commit 626d7dddde
184 changed files with 321926 additions and 2720 deletions
+12
View File
@@ -0,0 +1,12 @@
"use client"
export function ActivityLogTest() {
console.log("ActivityLogTest: 组件被渲染")
return (
<div className="p-4 border-2 border-red-500 rounded">
<h3 className="text-lg font-bold"></h3>
<p></p>
</div>
)
}