107 lines
4.9 KiB
JavaScript
107 lines
4.9 KiB
JavaScript
module.exports = [
|
||
"[externals]/next/dist/compiled/next-server/app-route-turbo.runtime.dev.js [external] (next/dist/compiled/next-server/app-route-turbo.runtime.dev.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/compiled/next-server/app-route-turbo.runtime.dev.js", () => require("next/dist/compiled/next-server/app-route-turbo.runtime.dev.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/compiled/@opentelemetry/api [external] (next/dist/compiled/@opentelemetry/api, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/compiled/@opentelemetry/api", () => require("next/dist/compiled/@opentelemetry/api"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/compiled/next-server/app-page-turbo.runtime.dev.js [external] (next/dist/compiled/next-server/app-page-turbo.runtime.dev.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/compiled/next-server/app-page-turbo.runtime.dev.js", () => require("next/dist/compiled/next-server/app-page-turbo.runtime.dev.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/server/app-render/work-unit-async-storage.external.js [external] (next/dist/server/app-render/work-unit-async-storage.external.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/server/app-render/work-unit-async-storage.external.js", () => require("next/dist/server/app-render/work-unit-async-storage.external.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/server/app-render/work-async-storage.external.js [external] (next/dist/server/app-render/work-async-storage.external.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/server/app-render/work-async-storage.external.js", () => require("next/dist/server/app-render/work-async-storage.external.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/shared/lib/no-fallback-error.external.js [external] (next/dist/shared/lib/no-fallback-error.external.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/shared/lib/no-fallback-error.external.js", () => require("next/dist/shared/lib/no-fallback-error.external.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[externals]/next/dist/server/app-render/after-task-async-storage.external.js [external] (next/dist/server/app-render/after-task-async-storage.external.js, cjs)", ((__turbopack_context__, module, exports) => {
|
||
|
||
const mod = __turbopack_context__.x("next/dist/server/app-render/after-task-async-storage.external.js", () => require("next/dist/server/app-render/after-task-async-storage.external.js"));
|
||
|
||
module.exports = mod;
|
||
}),
|
||
"[project]/app/api/config/route.ts [app-route] (ecmascript)", ((__turbopack_context__) => {
|
||
"use strict";
|
||
|
||
__turbopack_context__.s([
|
||
"GET",
|
||
()=>GET
|
||
]);
|
||
var __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f$next$2f$server$2e$js__$5b$app$2d$route$5d$__$28$ecmascript$29$__ = __turbopack_context__.i("[project]/node_modules/next/server.js [app-route] (ecmascript)");
|
||
;
|
||
async function GET() {
|
||
const config = {
|
||
paymentMethods: {
|
||
wechat: {
|
||
enabled: true,
|
||
qrCode: "/images/wechat-pay.png",
|
||
account: "卡若",
|
||
appId: process.env.TENCENT_APP_ID || "1251077262"
|
||
},
|
||
alipay: {
|
||
enabled: true,
|
||
qrCode: "/images/alipay.png",
|
||
account: "卡若",
|
||
appId: process.env.ALIPAY_ACCESS_KEY_ID || "LTAI5t9zkiWmFtHG8qmtdysW"
|
||
},
|
||
usdt: {
|
||
enabled: true,
|
||
network: "TRC20",
|
||
address: process.env.USDT_WALLET_ADDRESS || "TWeq9xxxxxxxxxxxxxxxxxxxx",
|
||
exchangeRate: 7.2
|
||
},
|
||
paypal: {
|
||
enabled: false,
|
||
email: process.env.PAYPAL_CLIENT_ID || "",
|
||
exchangeRate: 7.2
|
||
}
|
||
},
|
||
marketing: {
|
||
partyGroup: {
|
||
url: "https://soul.cn/party",
|
||
liveCodeUrl: "https://soul.cn/party-live",
|
||
qrCode: "/images/party-group-qr.png"
|
||
},
|
||
banner: {
|
||
text: "每日早上6-9点,Soul派对房不见不散",
|
||
visible: true
|
||
}
|
||
},
|
||
authorInfo: {
|
||
name: "卡若",
|
||
description: "私域运营与技术公司主理人",
|
||
liveTime: "06:00-09:00",
|
||
platform: "Soul"
|
||
},
|
||
system: {
|
||
version: "1.0.0",
|
||
maintenance: false
|
||
}
|
||
};
|
||
return __TURBOPACK__imported__module__$5b$project$5d2f$node_modules$2f$next$2f$server$2e$js__$5b$app$2d$route$5d$__$28$ecmascript$29$__["NextResponse"].json(config);
|
||
}
|
||
}),
|
||
];
|
||
|
||
//# sourceMappingURL=%5Broot-of-the-server%5D__28b5c975._.js.map
|