mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-26 02:58:39 +00:00
@@ -1,6 +1,6 @@
|
||||
enum SuperChatType {
|
||||
valid('有效时间内显示'),
|
||||
persist('持久显示'),
|
||||
persist('常驻显示'),
|
||||
disable('不显示'),
|
||||
;
|
||||
|
||||
|
||||
@@ -94,8 +94,6 @@ class _AboutPageState extends State<AboutPage> {
|
||||
constraints: StyleString.dialogFixedConstraints,
|
||||
content: TextField(
|
||||
autofocus: true,
|
||||
minLines: 1,
|
||||
maxLines: 4,
|
||||
onSubmitted: (value) {
|
||||
Get.back();
|
||||
if (value.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user