fix: 部分功能显示优化

This commit is contained in:
2026-04-01 14:48:02 +08:00
parent 8eb2495cea
commit b622f2205f
7 changed files with 736 additions and 303 deletions

View File

@@ -13,15 +13,15 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => '192.168.81.251',
'hostname' => '127.0.0.1',
// 数据库名
'database' => 'oms',
// 用户名
'username' => 'root',
// 密码
'password' => 'P@ssw0rd.',
'password' => '12356',
// 端口
'hostport' => '',
'hostport' => '3306',
// 连接dsn
'dsn' => '',
// 数据库连接参数