Skip to content

Commit

Permalink
🚀 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 11, 2023
1 parent 5f0b696 commit 458d09d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/version.code.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.2
v0.0.3
5 changes: 5 additions & 0 deletions ci/version.info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.0.3

- [x] 搜索
- [x] Android 和 PC 支持

v0.0.2

- [x] 项目开始
Expand Down
2 changes: 1 addition & 1 deletion lib/screens/settings_screen.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import 'package:flutter/material.dart';

import '../configs/cache_time.dart';
Expand All @@ -10,6 +9,7 @@ class SettingsScreen extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(),
body: ListView(
children: [
proxySetting(),
Expand Down

0 comments on commit 458d09d

Please sign in to comment.