新增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

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