first commit

This commit is contained in:
2026-01-28 10:16:06 +08:00
parent 9e0555b619
commit 7402558352
83 changed files with 8848 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\index\controller;
class Privacy
{
public function index()
{
return view('privacy');
}
}