🎨 Supports setting keep-alive notification text on Android https://github.com/siyuan-note/siyuan/issues/13815

This commit is contained in:
Daniel 2025-01-17 17:17:53 +08:00
parent ee9d035d0e
commit 230e6a1520
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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
}
}
// 排除数据库中引用的资源文件