mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Supports setting keep-alive notification text on Android https://github.com/siyuan-note/siyuan/issues/13815
This commit is contained in:
parent
ee9d035d0e
commit
230e6a1520
1 changed files with 6 additions and 0 deletions
|
|
@ -830,6 +830,12 @@ func UnusedAssets() (ret []string) {
|
|||
toRemoves = append(toRemoves, asset)
|
||||
continue
|
||||
}
|
||||
|
||||
if strings.HasSuffix(asset, "android-notification-texts.txt") {
|
||||
// 排除 Android 通知文本
|
||||
toRemoves = append(toRemoves, asset)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
// 排除数据库中引用的资源文件
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue