strip more
This commit is contained in:
@@ -16,3 +16,18 @@
|
||||
| ---------- | ------------------------------------- | ---------------------------------------------- |
|
||||
| alass | 字幕自动同步(autosubsync 脚本) | `paru -S alass` |
|
||||
| ffsubsync | 字幕自动同步(alass 的替代) | `pip install ffsubsync` |
|
||||
|
||||
## 字体
|
||||
|
||||
弹幕中可能出现 emoji, 因此需要使用支持的字体, 例如将 Symbola 加到 Noto Sans CJK SC 的末尾:
|
||||
|
||||
```xml
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>Noto Sans CJK SC</string>
|
||||
</test>
|
||||
<edit mode="append" name="family">
|
||||
<string>Symbola</string>
|
||||
</edit>
|
||||
</match>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user