mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-11 12:37:46 +08:00
tweaks (#2032)
* fix: 1080p * opt: import export * opt: downloader * opt: skeleton * opt: parseColor * tweak * opt: sb seek * opt: rxn
This commit is contained in:
committed by
GitHub
parent
b7b40c557e
commit
f5dbfcec79
@@ -104,8 +104,8 @@ class _CreateDynPanelState extends CommonRichTextPubPageState<CreateDynPanel> {
|
||||
late final Rx<Pair<int, String>?> _topic;
|
||||
late final Rx<ReplyOptionType> _replyOption;
|
||||
late final TextEditingController _titleEditCtr;
|
||||
late final Rx<DateTime?> _publishTime = Rx<DateTime?>(null);
|
||||
final Rx<ReserveInfoData?> _reserveCard = Rx<ReserveInfoData?>(null);
|
||||
late final _publishTime = Rxn<DateTime>();
|
||||
final _reserveCard = Rxn<ReserveInfoData>();
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
||||
Reference in New Issue
Block a user