乌龟服官服

This commit is contained in:
rucky
2026-05-15 19:17:31 +08:00
parent fa7aedb8e7
commit 557ecebee6
33 changed files with 118 additions and 504 deletions

View File

@@ -46,7 +46,7 @@ model Release {
filePath String?
externalUrl String?
gameVersion String @default("")
// Turtle WoW client major version this build targets: "1.18" or "1.17"
// Turtle WoW client major version this build targets. Only "1.18" is active.
wowVersion String @default("1.18")
downloadCount Int @default(0)
isLatest Boolean @default(false)
@@ -95,7 +95,7 @@ model SoftwareVersion {
isLatest Boolean @default(false)
forceUpdate Boolean @default(false)
minVersion String?
// Turtle WoW client major version this build targets: "1.18" or "1.17"
// Turtle WoW client major version this build targets. Only "1.18" is active.
wowVersion String @default("1.18")
createdAt DateTime @default(now())
software Software @relation(fields: [softwareId], references: [id], onDelete: Cascade)