feat: 重构开奖模块导航与面包屑,优化期号详情与列表展示

This commit is contained in:
2026-05-14 13:43:45 +08:00
parent afa592dd91
commit 000295ae2b
8 changed files with 287 additions and 72 deletions

View File

@@ -4,7 +4,7 @@ import { WalletTxnsPanel } from "@/modules/wallet/wallet-console";
import type { Metadata } from "next";
export const metadata: Metadata = {
title: `${walletModuleMeta.title} · 流水`,
title: `${walletModuleMeta.title} · 钱包流水`,
};
export default function AdminWalletTransactionsPage() {