rss源变化时相关数据处理 (#4409)

* rss收藏优化

* rss源删除时,删除该源的rssArticle数据;

* rss源编辑时,如果源地址发生变化,同时更新源相关数据;

* 共存版命名添加后缀
This commit is contained in:
niuhb
2024-12-07 14:59:42 +08:00
committed by GitHub
parent 60b5a78857
commit 5892d5cd79
17 changed files with 49 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="${app_name}"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"