优化反馈文字颜色
This commit is contained in:
shenzuqiang 2026-05-18 09:38:59 +08:00
parent 538fe1e525
commit 3a8e4b0aae
6 changed files with 17 additions and 13 deletions

View File

@ -31,7 +31,7 @@
"products": [ "products": [
{ {
"name": "default", "name": "default",
"signingConfig": "release", "signingConfig": "debug",
"targetSdkVersion": "6.0.2(22)", "targetSdkVersion": "6.0.2(22)",
"compatibleSdkVersion": "5.0.3(15)", "compatibleSdkVersion": "5.0.3(15)",
"runtimeOS": "HarmonyOS", "runtimeOS": "HarmonyOS",
@ -43,12 +43,12 @@
"arkOptions": { "arkOptions": {
"buildProfileFields": { "buildProfileFields": {
"CHANNEL": "harmony", "CHANNEL": "harmony",
"BUILD_TIME": "2605151108" "BUILD_TIME": "2605180938"
} }
} }
}, },
"output": { "output": {
"artifactName": "rabbit_harmony_release_v1.0.1_2605151108" "artifactName": "rabbit_harmony_debug_v1.0.1_2605180938"
} }
} }
], ],

View File

@ -2,11 +2,11 @@
* Use these variables when you tailor your ArkTS code. They must be of the const type. * Use these variables when you tailor your ArkTS code. They must be of the const type.
*/ */
export const HAR_VERSION = '0.0.1'; export const HAR_VERSION = '0.0.1';
export const BUILD_MODE_NAME = 'release'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = false; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';
export const CHANNEL = 'harmony'; export const CHANNEL = 'harmony';
export const BUILD_TIME = '2605151105'; export const BUILD_TIME = '2605180937';
/** /**
* BuildProfile Class is used only for compatibility purposes. * BuildProfile Class is used only for compatibility purposes.

View File

@ -2,11 +2,11 @@
* Use these variables when you tailor your ArkTS code. They must be of the const type. * Use these variables when you tailor your ArkTS code. They must be of the const type.
*/ */
export const HAR_VERSION = '1.0.0'; export const HAR_VERSION = '1.0.0';
export const BUILD_MODE_NAME = 'release'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = false; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';
export const CHANNEL = 'harmony'; export const CHANNEL = 'harmony';
export const BUILD_TIME = '2605151105'; export const BUILD_TIME = '2605180937';
/** /**
* BuildProfile Class is used only for compatibility purposes. * BuildProfile Class is used only for compatibility purposes.

View File

@ -2,11 +2,11 @@
* Use these variables when you tailor your ArkTS code. They must be of the const type. * Use these variables when you tailor your ArkTS code. They must be of the const type.
*/ */
export const HAR_VERSION = '0.0.1'; export const HAR_VERSION = '0.0.1';
export const BUILD_MODE_NAME = 'release'; export const BUILD_MODE_NAME = 'debug';
export const DEBUG = false; export const DEBUG = true;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';
export const CHANNEL = 'harmony'; export const CHANNEL = 'harmony';
export const BUILD_TIME = '2605151105'; export const BUILD_TIME = '2605180937';
/** /**
* BuildProfile Class is used only for compatibility purposes. * BuildProfile Class is used only for compatibility purposes.

View File

@ -158,6 +158,8 @@ export struct FeedbackLayout {
Stack({ alignContent: Alignment.BottomEnd }) { Stack({ alignContent: Alignment.BottomEnd }) {
TextArea({ placeholder: '请在这里输入内容' }) TextArea({ placeholder: '请在这里输入内容' })
.fontColor('#FF1A1A1A')
.placeholderColor('#FF767676')
.height(150) .height(150)
.width('100%') .width('100%')
.backgroundColor('#FFF2F2F2') .backgroundColor('#FFF2F2F2')
@ -292,6 +294,8 @@ export struct FeedbackLayout {
Stack({ alignContent: Alignment.BottomEnd }) { Stack({ alignContent: Alignment.BottomEnd }) {
TextInput({ placeholder: '请输入您的联系方式', text: this.textContactValue }) TextInput({ placeholder: '请输入您的联系方式', text: this.textContactValue })
.fontColor('#FF1A1A1A')
.placeholderColor('#FF767676')
.width('100%') .width('100%')
.backgroundColor('#FFF2F2F2') .backgroundColor('#FFF2F2F2')
.borderRadius(12) .borderRadius(12)

View File

@ -26,7 +26,7 @@
{ {
"name": "default", "name": "default",
"output": { "output": {
"artifactName": "rabbit_harmony_v1.0.1_26515118" "artifactName": "rabbit_harmony_v1.0.1_26518938"
} }
}, },
{ {