* fix: 1080p

* opt: import export

* opt: downloader

* opt: skeleton

* opt: parseColor

* tweak

* opt: sb seek

* opt: rxn
This commit is contained in:
My-Responsitories
2026-05-08 12:50:43 +00:00
committed by GitHub
parent b7b40c557e
commit f5dbfcec79
30 changed files with 258 additions and 376 deletions

View File

@@ -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() {