Skip to content

Commit

Permalink
🔥 Removed the function code for renaming TV information
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgnefz committed Jul 11, 2024
1 parent 87d9deb commit 9d3556e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 397 deletions.
3 changes: 0 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import 'package:once_power/config/config.dart';
import 'package:once_power/provider/provider.dart';
import 'package:once_power/views/home.dart';

// TODO 添加上传 excel 或 csv 文件重命名的功能
// TODO 添加自动重命名视频文件名的功能

void main() async {
await Global.init();
runApp(const ProviderScope(child: MyApp()));
Expand Down
132 changes: 0 additions & 132 deletions lib/model/tv_model.dart

This file was deleted.

22 changes: 0 additions & 22 deletions lib/network/api/movies.dart

This file was deleted.

23 changes: 0 additions & 23 deletions lib/network/api/tv.dart

This file was deleted.

50 changes: 0 additions & 50 deletions lib/network/http/error_interceptors.dart

This file was deleted.

90 changes: 0 additions & 90 deletions lib/network/http/http.dart

This file was deleted.

3 changes: 0 additions & 3 deletions lib/views/bottom_bar/bottom_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:once_power/generated/l10n.dart';
import 'package:once_power/provider/provider.dart';
import 'package:once_power/utils/utils.dart';
import 'package:once_power/views/bottom_bar/download_button.dart';
import 'package:once_power/views/bottom_bar/get_tv_info.dart';
import 'package:once_power/views/bottom_bar/undo_button.dart';
import 'package:once_power/views/bottom_bar/upload_csv.dart';
import 'package:once_power/views/bottom_bar/view_mode_button.dart';
Expand Down Expand Up @@ -45,8 +44,6 @@ class BottomBar extends ConsumerWidget {
const SizedBox(width: AppNum.bottomBarInterval - 4),
const ViewModeButton(),
const SizedBox(width: AppNum.bottomBarInterval - 4),
const GetTvInfo(),
const SizedBox(width: AppNum.bottomBarInterval - 4),
const UploadCSV(),
const SizedBox(width: AppNum.bottomBarInterval - 4),
const EnableOrganizeCheckbox(),
Expand Down
Loading

0 comments on commit 9d3556e

Please sign in to comment.