first commit

This commit is contained in:
2026-04-14 09:47:00 +08:00
commit 56775e85f3
17 changed files with 1369 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
RewriteEngine On
# 讓 /api/getcard 直接對應到 api/getcard.php(避免漏寫 .php
RewriteRule ^api/getcard/?$ api/getcard.php [L]