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