feat: 添加最大心率功能,更新用户资料编辑页面以显示最大心率数据,优化相关组件和服务
This commit is contained in:
@@ -89,53 +89,5 @@
|
||||
<string>Light</string>
|
||||
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||
<false/>
|
||||
<key>UIApplicationShortcutItems</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>UIApplicationShortcutItemIconFile</key>
|
||||
<string>IconGlass</string>
|
||||
<key>UIApplicationShortcutItemTitle</key>
|
||||
<string>喝水</string>
|
||||
<key>UIApplicationShortcutItemSubtitle</key>
|
||||
<string>快速记录饮水</string>
|
||||
<key>UIApplicationShortcutItemType</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).drink_water</string>
|
||||
<key>UIApplicationShortcutItemUserInfo</key>
|
||||
<dict>
|
||||
<key>amount</key>
|
||||
<integer>250</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UIApplicationShortcutItemIconFile</key>
|
||||
<string>IconGlass</string>
|
||||
<key>UIApplicationShortcutItemTitle</key>
|
||||
<string>喝水 100ml</string>
|
||||
<key>UIApplicationShortcutItemSubtitle</key>
|
||||
<string>快速记录饮水</string>
|
||||
<key>UIApplicationShortcutItemType</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).drink_water_100</string>
|
||||
<key>UIApplicationShortcutItemUserInfo</key>
|
||||
<dict>
|
||||
<key>amount</key>
|
||||
<integer>100</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UIApplicationShortcutItemIconFile</key>
|
||||
<string>IconGlass</string>
|
||||
<key>UIApplicationShortcutItemTitle</key>
|
||||
<string>喝水 200ml</string>
|
||||
<key>UIApplicationShortcutItemSubtitle</key>
|
||||
<string>快速记录饮水</string>
|
||||
<key>UIApplicationShortcutItemType</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).drink_water_200</string>
|
||||
<key>UIApplicationShortcutItemUserInfo</key>
|
||||
<dict>
|
||||
<key>amount</key>
|
||||
<integer>200</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user