diff --git a/index.html b/index.html new file mode 100644 index 0000000..390bed1 --- /dev/null +++ b/index.html @@ -0,0 +1,209 @@ + + + + + + IP.cn - IP 地址查询 | 地理位置 | 手机归属地 | DNS查询 + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
您的IP信息
+
+ + + + + + + + + + + +
您现在的IP: +
加载中...
+
所在地理位置: +
加载中...
+
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock new file mode 100644 index 0000000..dbfbd60 --- /dev/null +++ b/pubspec.lock @@ -0,0 +1,51 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + characters: + dependency: transitive + description: + name: characters + url: "https://pub.flutter-io.cn" + source: hosted + version: "1.1.0" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.flutter-io.cn" + source: hosted + version: "1.15.0" + flutter: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" + meta: + dependency: transitive + description: + name: meta + url: "https://pub.flutter-io.cn" + source: hosted + version: "1.4.0" + sky_engine: + dependency: transitive + description: flutter + source: sdk + version: "0.0.99" + typed_data: + dependency: transitive + description: + name: typed_data + url: "https://pub.flutter-io.cn" + source: hosted + version: "1.3.0" + vector_math: + dependency: transitive + description: + name: vector_math + url: "https://pub.flutter-io.cn" + source: hosted + version: "2.1.0" +sdks: + dart: ">=2.12.0 <3.0.0" + flutter: ">=1.17.0"