honghengqiang il y a 1 an
Parent
commit
9552118a1a

BIN
build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill


+ 4 - 4
build/web/flutter_service_worker.js

@@ -4,16 +4,16 @@ const TEMP = 'flutter-temp-cache';
 const CACHE_NAME = 'flutter-app-cache';
 const RESOURCES = {
   "version.json": "31e94b74b10adf8c4726b9f6a1aaac70",
-"index.html": "73cfd23538a74890daa46bf89eac944d",
-"/": "73cfd23538a74890daa46bf89eac944d",
-"main.dart.js": "58d78d1b06aa9df8a216bc4a3cf82ab5",
+"index.html": "e1ec93f268ca388234e2e582a39b21c9",
+"/": "e1ec93f268ca388234e2e582a39b21c9",
+"main.dart.js": "e5d6c1613d0c87a3c7b179f5e90fc52e",
 "flutter.js": "1cfe996e845b3a8a33f57607e8b09ee4",
 "favicon.png": "6f9fbe8d82bb2e6e513a48fe5fa9a982",
 "icons/Icon-192.png": "bda638850092d23e46a7049a37ead710",
 "icons/Icon-maskable-192.png": "bda638850092d23e46a7049a37ead710",
 "icons/Icon-maskable-512.png": "867b472c0d71332e3347d8ad5a267b89",
 "icons/Icon-512.png": "867b472c0d71332e3347d8ad5a267b89",
-"manifest.json": "5f547f83c5e525e3673097dd9e811bd0",
+"manifest.json": "c343d3618d75d91cd8fc6b756ed4d76c",
 "assets/images/logo.png": "2539ffccd590326c7e9cfa74c4e17ba4",
 "assets/images/wechat.jpg": "f63c28009aad2c27c4d38fb47c5449bd",
 "assets/AssetManifest.json": "ea4edec30ba869bef66fd0ca8b4741b8",

+ 1 - 1
build/web/index.html

@@ -34,7 +34,7 @@
 
   <script>
     // The value below is injected by flutter build, do not touch.
-    var serviceWorkerVersion = '1400462937';
+    var serviceWorkerVersion = '2062419393';
   </script>
   <!-- This script adds the flutter initialization JS code -->
   <script src="flutter.js" defer></script>

+ 4 - 4
build/web/main.dart.js

@@ -60671,12 +60671,12 @@ s=$.ak()
 r=s.gbI()
 s=s.a
 s===$&&A.a()
-p.e=200*(r/s.a)
+p.e=210*(r/s.a)
 s=$.ak()
 r=s.gbI()
 s=s.a
 s===$&&A.a()
-p.f=100*(r/s.a)
+p.f=140*(r/s.a)
 p.r=$.ak().gbI()*0.3
 p.w=30*$.ak().gbT()
 p.x=24*$.ak().gbU()
@@ -60795,7 +60795,7 @@ r=A.Y(s).h("a9<1,fU>")
 r=A.C7(B.ag,A.ac7(o,B.aw,!1,B.j,new A.a5i(a),p,A.ac(new A.a9(s,new A.a5j(q),r),!0,r.h("aV.E")),B.fG),B.D,B.d8,0,p,p,p,p,p,B.cr)
 s=q.d
 o=t.E
-return A.afe(A.abS(A.jq(A.b([new A.qK(p),r,A.AW(A.ac8(A.b([new A.zH(q.a.c,p),new A.qM(p),new A.q3(p)],o),s),1),new A.qJ(p)],o),B.b0)),"\u592b\u4e3a")},
+return A.afe(A.abS(A.jq(A.b([new A.qK(p),r,A.AW(A.ac8(A.b([new A.zH(q.a.c,p),new A.qM(p),new A.q3(p)],o),s),1),new A.qJ(p)],o),B.b0)),"\u592b\u4e3a\u670d\u52a1")},
 m(){var s=this.d
 s===$&&A.a()
 s.m()
@@ -61044,7 +61044,7 @@ $S:0}
 A.Cr.prototype={
 L(a){return new A.uH(new A.WT(),B.EJ,null)}}
 A.WT.prototype={
-$2(a,b){return A.afe(A.Tx(new A.WS(),new A.nW().oS(),t.eF),"\u592b\u4e3a")},
+$2(a,b){return A.afe(A.Tx(new A.WS(),new A.nW().oS(),t.eF),"\u592b\u4e3a\u670d\u52a1")},
 $S:393}
 A.WS.prototype={
 $2(a,b){var s,r,q=null

+ 2 - 2
build/web/manifest.json

@@ -1,6 +1,6 @@
 {
-    "name": "夫为",
-    "short_name": "夫为",
+    "name": "夫为服务",
+    "short_name": "夫为服务",
     "start_url": ".",
     "display": "standalone",
     "background_color": "#0175C2",

+ 1 - 1
build/web/version.json

@@ -1 +1 @@
-{"app_name":"hengyi","version":"1.0.0","build_number":"1","package_name":"hengyi"}
+{"app_name":"夫为服务","version":"1.0.0","build_number":"1","package_name":"hengyi"}

+ 2 - 2
lib/detail/country_detail.dart

@@ -25,8 +25,8 @@ class CountryDetailWidget extends StatelessWidget {
   Widget build(BuildContext context) {
     if (Util.isWeb()) {
       countryTitleTextSize = 20.sp;
-      countryPicWidth = 200.w;
-      countryPicHeight = 100.w;
+      countryPicWidth = 210.w;
+      countryPicHeight = 140.w;
       padding = 0.3.sw;
       height = 30.h;
       textSize = 24.sp;

+ 3 - 3
lib/detail/detail.dart

@@ -26,9 +26,9 @@ class _DetailPageWidgetState extends State<DetailPageWidget>
   @override
   void initState() {
     super.initState();
-    if(Util.isWeb()){
+    if (Util.isWeb()) {
       tabBarTextSize = 40.sp;
-    }else{
+    } else {
       tabBarTextSize = 60.sp;
     }
     _tabController = TabController(length: tabs.length, vsync: this);
@@ -37,7 +37,7 @@ class _DetailPageWidgetState extends State<DetailPageWidget>
   @override
   Widget build(BuildContext context) {
     return MaterialApp(
-      title: "夫为",
+      title: "夫为服务",
       home: Scaffold(
         body: Column(
           children: [

+ 1 - 1
lib/main.dart

@@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
         designSize: const Size(1920, 1080),
         builder: (context, child) {
           return MaterialApp(
-            title: "夫为",
+            title: "夫为服务",
             home: FutureBuilder(
               future: NetworkUtil().getWebConfig(),
               builder: (context, snapshot) {

+ 2 - 2
web/manifest.json

@@ -1,6 +1,6 @@
 {
-    "name": "夫为",
-    "short_name": "夫为",
+    "name": "夫为服务",
+    "short_name": "夫为服务",
     "start_url": ".",
     "display": "standalone",
     "background_color": "#0175C2",