新增win安装字体的方法

This commit is contained in:
zyj
2026-03-05 18:22:21 +08:00
parent 97e34c02ac
commit 3a35385ab8
4 changed files with 58 additions and 0 deletions

View File

@@ -80,3 +80,7 @@ func (p *LinuxPlatform) DefaultShell() string {
}
return "/bin/bash"
}
func (p *LinuxPlatform) InstallFont(ctx context.Context, fontPath string) error {
return nil
}