删除多个完成报告文件,优化项目结构以提升可维护性。

This commit is contained in:
2026-02-03 15:59:37 +08:00
parent d4ca9573f5
commit a2443c097c
119 changed files with 2119 additions and 8537 deletions

View File

@@ -56,7 +56,7 @@ export function UserMenu() {
{/* Menu items */}
<div className="py-2">
<Link
href="/my/purchases"
href="/view/my/purchases"
className="flex items-center gap-3 px-4 py-3 text-gray-300 hover:bg-gray-800/50 transition-colors"
onClick={() => setIsMenuOpen(false)}
>
@@ -64,7 +64,7 @@ export function UserMenu() {
<span></span>
</Link>
<Link
href="/my/referral"
href="/view/my/referral"
className="flex items-center gap-3 px-4 py-3 text-gray-300 hover:bg-gray-800/50 transition-colors"
onClick={() => setIsMenuOpen(false)}
>