fix: convert apps/website from submodule to regular directory

This commit is contained in:
yeuimu
2026-07-16 01:42:45 +08:00
parent f12ae12ad3
commit 9595030625
341 changed files with 50808 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
export const POD_API_BASE = 'https://mapi.sdspod.com';
export const POD_HEADERS = {
'Content-Type': 'application/json;charset=UTF-8',
'Origin': 'https://inkpod.vip',
'Referer': 'https://inkpod.vip/',
};