From 3be2902cd6a231b88715aef771c840fe29e6f644 Mon Sep 17 00:00:00 2001
From: lloyd <353627866@qq.com>
Date: Wed, 22 Oct 2025 10:23:28 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A4=9A=E8=AE=BE=E5=A4=87=E9=93=B6?=
=?UTF-8?q?=E8=A1=8C=E7=90=86=E8=B4=A2=E7=95=8C=E9=9D=A2=E3=80=91=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0API=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.en.md | 14 +++++++-------
README.md | 14 +++++++-------
build-profile.json5 | 2 +-
hvigor/hvigor-config.json5 | 2 +-
oh-package.json5 | 2 +-
5 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/README.en.md b/README.en.md
index 33ee1ff..be17fb8 100644
--- a/README.en.md
+++ b/README.en.md
@@ -1,6 +1,6 @@
# Bank Wealth Management
-### Introduction
+## Introduction
This codelab implements a bank wealth management app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment.
@@ -16,11 +16,11 @@ The figure shows the effect on the tablet:
-### Permissions
+## Permissions
N/A
-### How to Use
+## How to Use
1. Install and open an app on a mobile phone, foldable phone, or tablet. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices.
2. Tap the image under featured fortune to go to the product details page.
@@ -28,9 +28,9 @@ N/A
4. Tap Compare button at the bottom of the fund details page to go to the fund comparison page.
5. Select a fund and tap Start Comparison on the fund details page to go to the fund comparison page.
-### Constraints
+## Constraints
-1. The sample app is supported only on Huawei phones running the standard system.
+1. The sample app is supported only on Huawei phones, tablets, PC/2in1 running the standard system.
2. HarmonyOS: HarmonyOS 5.0.5 Release or later
-3. DevEco Studio: DevEco Studio 5.0.5 Release or later
-4. HarmonyOS SDK: HarmonyOS 5.0.5 Release SDK or later
+3. DevEco Studio: DevEco Studio 6.0.0 Release or later
+4. HarmonyOS SDK: HarmonyOS 6.0.0 Release SDK or later
diff --git a/README.md b/README.md
index 3851966..60b87c0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 多设备银行理财界面
-### 简介
+## 简介
基于自适应和响应式布局,实现一次开发、多端部署银行理财。
@@ -16,11 +16,11 @@
-### 相关权限
+## 相关权限
不涉及
-### 使用说明
+## 使用说明
1. 分别在手机、折叠屏、平板安装并打开应用,不同设备的应用页面通过响应式布局和自适应布局呈现不同的效果。
2. 点击界面内财富精选下的图片跳转到产品详情页。
@@ -28,9 +28,9 @@
4. 点击基金详情页下方对比跳转至基金比较页。
5. 基金详情页勾选基金后点击开始对比跳转至基金比较页。
-### 约束与限制
+## 约束与限制
-1. 本示例仅支持标准系统上运行,支持设备:华为手机。
+1. 本示例仅支持标准系统上运行,支持设备:华为手机、平板、PC/2in1。
2. HarmonyOS系统:HarmonyOS 5.0.5 Release及以上。
-3. DevEco Studio版本:DevEco Studio 5.0.5 Release及以上。
-4. HarmonyOS SDK版本:HarmonyOS 5.0.5 Release SDK及以上。
\ No newline at end of file
+3. DevEco Studio版本:DevEco Studio 6.0.0 Release及以上。
+4. HarmonyOS SDK版本:HarmonyOS 6.0.0 Release SDK及以上。
\ No newline at end of file
diff --git a/build-profile.json5 b/build-profile.json5
index e9081b0..47f3d3e 100644
--- a/build-profile.json5
+++ b/build-profile.json5
@@ -6,7 +6,7 @@
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.5(17)",
- "targetSdkVersion": "5.0.5(17)",
+ "targetSdkVersion": "6.0.0(20)",
"runtimeOS": "HarmonyOS"
}
],
diff --git a/hvigor/hvigor-config.json5 b/hvigor/hvigor-config.json5
index f70ecd4..03377a9 100644
--- a/hvigor/hvigor-config.json5
+++ b/hvigor/hvigor-config.json5
@@ -1,5 +1,5 @@
{
- "modelVersion": "5.0.0",
+ "modelVersion": "6.0.0",
"dependencies": {
}
}
\ No newline at end of file
diff --git a/oh-package.json5 b/oh-package.json5
index 9371487..a21dfde 100644
--- a/oh-package.json5
+++ b/oh-package.json5
@@ -1,5 +1,5 @@
{
- "modelVersion": "5.0.0",
+ "modelVersion": "6.0.0",
"license": "",
"devDependencies": {
},
--
Gitee