Microshart 11

This commit is contained in:
maji
2026-01-05 21:44:52 +07:00
parent dfefa5ff12
commit 298e473b8c
143 changed files with 221 additions and 7 deletions

View File

@@ -68,7 +68,8 @@ for (const yamlFile of yamlFiles) {
appendLine("")
if (c.IsStatic) {
appendLine(`{{ staticclass(${c.Name.replace("Service", "")}) }}`)
appendLine("")
appendLine(`{{ staticclass(${c.StaticAlias ? `"${c.StaticAlias}"` : ""}) }}`)
appendLine("")
}