fix(planting-service): 使用楷体 STKAITI.ttf 替换无效字体

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-25 02:56:01 -08:00
parent 65ba75d8d1
commit cdd275479e
3 changed files with 1 additions and 1448 deletions

View File

@ -47,7 +47,7 @@ export class PdfGeneratorService {
);
this.fontPath = path.join(
__dirname,
'../../../templates/fonts/NotoSansSC-Regular.ttf',
'../../../templates/fonts/STKAITI.ttf',
);
}

File diff suppressed because one or more lines are too long