增加高级重放

This commit is contained in:
wanghongenpin
2024-01-05 03:19:35 +08:00
parent 381bf21675
commit 7b224b9f61
14 changed files with 327 additions and 44 deletions

View File

@@ -188,7 +188,7 @@ class _ScriptEditState extends State<ScriptEdit> {
return Scaffold(
appBar: AppBar(
title: Row(children: [
Text(localizations.scriptEdit, style: TextStyle(fontSize: 16, fontWeight: FontWeight.w500)),
Text(localizations.scriptEdit, style: const TextStyle(fontSize: 16, fontWeight: FontWeight.w500)),
const SizedBox(width: 10),
Text.rich(TextSpan(
text: localizations.useGuide,