初始化提交

This commit is contained in:
maticarmy
2025-02-10 10:39:00 +08:00
commit 59cd2c19d1
491 changed files with 54545 additions and 0 deletions

1
public/nginx.htaccess Normal file
View File

@@ -0,0 +1 @@
location / { if (!-f $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; } }