Browse Source

修改项目名称为24ifm 一些名称修改

liukai 6 days ago
parent
commit
5dfd8131a7

+ 5 - 5
app/ios/Runner/Info.plist

@@ -68,15 +68,15 @@
 		<true/>
 	</dict>
 	<key>NSCameraUsageDescription</key>
-	<string>“YY Home”apply for your camera permission to use functions such as taking avatars, uploading videos, uploading and saving pictures, and real-name authentication.</string>
+	<string>“24iFM”apply for your camera permission to use functions such as taking avatars, uploading videos, uploading and saving pictures, and real-name authentication.</string>
 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
-	<string>YY Home needs your location to recommend nearby jobs</string>
+	<string>24iFM needs your location to recommend nearby jobs</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
-	<string>YY Home needs your location to recommend nearby jobs.</string>
+	<string>24iFM needs your location to recommend nearby jobs.</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
-	<string>"YY Home" wants to access your photos for image upload, image saving and other functions.</string>
+	<string>"24iFM" wants to access your photos for image upload, image saving and other functions.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
-	<string>"YY Home" wants to access your photos for image upload, image saving and other functions.</string>
+	<string>"24iFM" wants to access your photos for image upload, image saving and other functions.</string>
 	<key>NSUserTrackingUsageDescription</key>
 	<string>This identifier will be used to deliver personalized job to you.</string>
 	<key>UIApplicationSupportsIndirectInputEvents</key>

+ 1 - 1
app/web/index.html

@@ -10,7 +10,7 @@
     <meta name="apple-mobile-web-app-title" content="EasyRefresh">
     <link rel="apple-touch-icon" href="icons/Icon-192.png">
 
-    <title>YY Employer</title>
+    <title>24iFM</title>
 
 </head>
 <body>

+ 1 - 1
melos.yaml

@@ -1,4 +1,4 @@
-name: Property-Management
+name: App-24iFM
 packages:
   - "app/"
   - "packages/cs_domain/"

+ 0 - 6
packages/cs_widgets/lib/shatter/weekly_calendar/calendar_utils.dart

@@ -10,12 +10,6 @@ DateTime subtractDay(DateTime date, int days) {
 
 //一周的第一天从哪里开始,Sun 还是 Mon
 DateTime firstDayOfWeek(DateTime date) {
-  //返回星期天开始
-  // if (date.weekday == DateTime.sunday) {
-  //   return date;
-  // }
-  // return date.subtract(Duration(days: date.weekday));
-
   // 从星期一开始
   return date.subtract(Duration(days: date.weekday - 1));
 }

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: property_management
 version: 1.0.0
-description: HongYeGroup物业管理系统
+description: HongYeGroup物业管理系统-24IFM
 
 environment:
   sdk: ">=3.3.0 <4.0.0"