opt: save reply (#1860)

* opt: save reply

* opt: reply save switch

* remove unneeded sort

* clear sub replies [skip ci]

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2026-03-08 20:37:59 +08:00
committed by GitHub
parent 4ad422c3ea
commit f825f87dc1
8 changed files with 106 additions and 38 deletions

View File

@@ -228,7 +228,8 @@ abstract final class SettingBoxKey {
navBarSort = 'navBarSort',
tempPlayerConf = 'tempPlayerConf',
reduceLuxColor = 'reduceLuxColor',
liveCdnUrl = 'liveCdnUrl';
liveCdnUrl = 'liveCdnUrl',
saveReply = 'saveReply';
}
abstract final class LocalCacheKey {