feat: add zone tooltip #367

This commit is contained in:
Hufe921
2023-12-22 21:34:48 +08:00
parent 57fdcb8b81
commit 095414fbe6
16 changed files with 183 additions and 2 deletions
+4
View File
@@ -96,5 +96,9 @@ interface ILang {
pageBreak: {
displayName: string
}
zone: {
headerTip: string
footerTip: string
}
}
```