Skip to content

Commit

Permalink
fix: 朗读规则导出无 .json
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 authored Jul 20, 2023
1 parent ad744d7 commit f5502f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class SpeechRuleManagerActivity : BackActivity() {
R.id.menu_export -> {
val exportFragment = ConfigExportBottomSheetFragment({
AppConst.jsonBuilder.encodeToString(appDb.speechRule.allEnabled)
}, { "ttsrv-speechRules" })
}, { "ttsrv-speechRules.json" })
exportFragment.show(supportFragmentManager, ConfigExportBottomSheetFragment.TAG)
}

Expand Down

0 comments on commit f5502f5

Please sign in to comment.