mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-27 08:30:34 +00:00
横竖屏ux适配
Signed-off-by: wwx1133664 <wangyi237@huawei.com>
This commit is contained in:
parent
bc7cdf84b3
commit
f675ebdcfc
@ -123,12 +123,12 @@ export default class storageController extends BaseSettingsController {
|
||||
LogUtil.info(ConfigData.TAG + 'Storage getStorageList key:' + key);
|
||||
switch (key) {
|
||||
case Space.USED_SPACE:
|
||||
storageList[key].settingIcon = $r('sys.color.ohos_id_color_palette11');
|
||||
storageList[key].settingIcon = '#4C89F0';
|
||||
storageList[key].settingTitle = $r('app.string.usedSpace');
|
||||
storageList[key].settingValue = this.usedSpace;
|
||||
break;
|
||||
case Space.REMAINING_SPACE:
|
||||
storageList[key].settingIcon = $r('app.color.color_666666_grey');
|
||||
storageList[key].settingIcon = '#D1D0DB';
|
||||
storageList[key].settingTitle = $r('app.string.remainingSpace');
|
||||
storageList[key].settingValue = this.freeBytes;
|
||||
break;
|
||||
|
@ -838,7 +838,7 @@
|
||||
},
|
||||
{
|
||||
"name": "resetPhonePromptDetails",
|
||||
"value": "· Accounts\n\n· App data and system settings\n\n· Installed apps\n\n· Music\n\n· Photos\n\n· Files\n\n· Security chip contents(will be erased the next time the device connects to the Internet)\n\n· Locally-stored system,app,and personal data related to HUAWEIIDs"
|
||||
"value": "• Accounts\n\n\n\n• App data and system settings\n\n\n\n• Installed apps\n\n\n\n• Music\n\n\n\n• Photos\n\n\n\n• Files\n\n\n\n• Security chip contents(will be erased the next time the device connects to the Internet)\n\n\n\n• Locally-stored system,app,and personal data related to HUAWEIIDs"
|
||||
},
|
||||
{
|
||||
"name": "resetPhonePromptInfo",
|
||||
|
@ -842,7 +842,7 @@
|
||||
},
|
||||
{
|
||||
"name": "resetPhonePromptDetails",
|
||||
"value": "· 您的账户\n\n· 系统及应用数据和设置\n\n· 已安装的应用\n\n· 音乐\n\n· 图片\n\n· 文件\n\n· 安全芯片中的信息(重启设备联网后自动清除)\n\n· 与账号关联并存储在本设备上的系统、应用和个人数据\n\n· 此设备上的其他用户"
|
||||
"value": "• 您的帐户\n\n\n\n• 系统及应用数据和设置\n\n\n\n• 已安装的应用\n\n\n\n• 音乐\n\n\n\n• 图片\n\n• 文件\n\n\n\n• 安全芯片中的信息(重启设备联网后自动清除)\n\n\n\n• 与帐号关联并存储在本设备上的系统、应用和个人数据\n\n\n\n• 此设备上的其他用户"
|
||||
},
|
||||
{
|
||||
"name": "resetPhonePromptInfo",
|
||||
|
Loading…
Reference in New Issue
Block a user