first commit

This commit is contained in:
2026-04-16 14:16:41 +08:00
commit 5c33491ae2
586 changed files with 58153 additions and 0 deletions

18
.env-example Normal file
View File

@@ -0,0 +1,18 @@
APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
[LANG]
default_lang = zh-cn
[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = build
USERNAME = root
PASSWORD = 123456
HOSTPORT = 3306
PREFIX = ba_
CHARSET = utf8mb4
DEBUG = true