进一步拆分 useAccountPayment:提取 useWalletBind、usePaymentFlow、useBilling 三个子 hook

This commit is contained in:
2569718930@qq.com
2026-05-25 03:05:39 +08:00
parent 59dc74b5e1
commit 53f17ac4f2
2 changed files with 16 additions and 2 deletions
@@ -39,6 +39,9 @@ export function runTests() {
"wallet.ts",
"payment-utils.ts",
"usePaymentState.ts",
"useWalletBind.ts",
"usePaymentFlow.ts",
"useBilling.ts",
]
.map((file) => fs.readFileSync(path.join(accountDir, file), "utf8"))
.join("\n");