This commit is contained in:
gedoor 2021-11-20 10:51:12 +08:00
parent 17e1ece0f6
commit 44a5ab4b44

View File

@ -236,6 +236,11 @@
android:name=".ui.rss.source.manage.RssSourceActivity"
android:launchMode="singleTop"
android:screenOrientation="behind" />
<!-- txt目录规则管理 -->
<activity
android:name=".ui.book.local.rule.TxtTocRuleActivity"
android:launchMode="singleTop"
android:screenOrientation="behind" />
<!-- 替换规则界面 -->
<activity
android:name=".ui.replace.ReplaceRuleActivity"