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:
parent
65ba75d8d1
commit
cdd275479e
|
|
@ -47,7 +47,7 @@ export class PdfGeneratorService {
|
||||||
);
|
);
|
||||||
this.fontPath = path.join(
|
this.fontPath = path.join(
|
||||||
__dirname,
|
__dirname,
|
||||||
'../../../templates/fonts/NotoSansSC-Regular.ttf',
|
'../../../templates/fonts/STKAITI.ttf',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue