♻️ Optimization tips

This commit is contained in:
niuhuan 2023-02-16 15:33:09 +08:00
parent bfcb1f6a0e
commit 0f741b14fb
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ class _StreamComicPagerState extends State<StreamComicPager> {
Widget? _buildLoadingCell() {
if (_noPro) {
return FitButton(onPressed: () {}, text: '发电以后才能看50页以后的内容');
return FitButton(onPressed: () {}, text: '发电以后才能看10页以后的内容');
}
if (_error) {
return FitButton(