This commit is contained in:
2026-01-30 16:59:11 +08:00
parent 4609219a4d
commit 61c87e40fb
4 changed files with 93 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
# 设置输出编码为UTF-8
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
# 数据库连接信息 - 修改了URL格式
$DB_URL = "tyass:5vg67b3UNHu8@(127.0.0.1:21001)/tyass"
$DB_URL = "tyass:5vg67b3UNHu8@(127.0.0.1:27101)/tyass"
$OUTPUT_DIR = "./model"
$TEMPLATE_DIR = "../template"