Files
SingBox-Gopanel/frontend/admin/src-reverse/pages/config/PaymentConfigPage.js
CN-JS-HuiBai 609ab002b3
Some checks failed
build / build (api, amd64, linux) (push) Failing after -52s
build / build (api, arm64, linux) (push) Failing after -52s
build / build (api.exe, amd64, windows) (push) Failing after -52s
修复丢失的前端文件
2026-04-18 22:03:26 +08:00

10 lines
306 B
JavaScript

import { makeSkeletonPage } from "../../runtime/makeSkeletonPage.js";
export default makeSkeletonPage({
title: "Payment Config",
routePath: "/config/payment",
moduleId: "kXt",
featureKey: "config.payment",
notes: ["Uses payment.fetch/getPaymentMethods/getPaymentForm/save/drop/show/sort."],
});