Files
SingBox-Gopanel/frontend/admin/src-reverse/pages/config/system/SubscribeTemplatePage.js
CN-JS-HuiBai 25fd919477
All checks were successful
build / build (api, amd64, linux) (push) Successful in -43s
build / build (api, arm64, linux) (push) Successful in -44s
build / build (api.exe, amd64, windows) (push) Successful in -43s
API功能性修复
2026-04-17 15:13:43 +08:00

10 lines
335 B
JavaScript

import { makeSkeletonPage } from "../../../runtime/makeSkeletonPage.js";
export default makeSkeletonPage({
title: "Subscribe Template",
routePath: "/config/system/subscribe-template",
moduleId: "LQe",
featureKey: "config.system.subscribe_template",
notes: ["Inline route in the compiled router instead of lazy chunk."],
});