♻️ Optimization tips
This commit is contained in:
parent
bfcb1f6a0e
commit
0f741b14fb
|
@ -460,7 +460,7 @@ class _StreamComicPagerState extends State<StreamComicPager> {
|
||||||
|
|
||||||
Widget? _buildLoadingCell() {
|
Widget? _buildLoadingCell() {
|
||||||
if (_noPro) {
|
if (_noPro) {
|
||||||
return FitButton(onPressed: () {}, text: '发电以后才能看50页以后的内容');
|
return FitButton(onPressed: () {}, text: '发电以后才能看10页以后的内容');
|
||||||
}
|
}
|
||||||
if (_error) {
|
if (_error) {
|
||||||
return FitButton(
|
return FitButton(
|
||||||
|
|
Loading…
Reference in New Issue