chore: 清理不需要的文件

This commit is contained in:
2025-11-18 16:03:55 +08:00
parent 4f299a8bf1
commit 1f27291592
21 changed files with 49 additions and 7150 deletions

6
src/nginx.htaccess Normal file
View File

@@ -0,0 +1,6 @@
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php/$1 last;
break;
}
}