Skip to content

Commit

Permalink
修改双层图标 (#273)
Browse files Browse the repository at this point in the history
* 全局Curve添加和“我的”界面Web服务模块布局及动效优化

* 优化:图标改为双层图标
新增:icon分层文件
删除:原icon文件
icon大小统一为192

* revert build-profile.json5

---------

Co-authored-by: Sunny-316 <[email protected]>
  • Loading branch information
Sunny-316 and Sunny-316 authored Sep 10, 2024
1 parent 4965d6f commit f533408
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
Binary file modified AppScope/resources/base/media/app_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions commons/colorLibrary/BuildProfile.ets
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* 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 BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';

/**
Expand Down
2 changes: 1 addition & 1 deletion entry/src/main/module.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:icon",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:icon",
"startWindowBackground": "$color:start_window_background",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions entry/src/main/resources/base/media/layered_image.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"layered-image":
{
"background" : "$media:icon_background",
"foreground" : "$media:icon_foreground"
}
}
4 changes: 2 additions & 2 deletions readerLibrary/BuildProfile.ets
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* 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 BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const BUILD_MODE_NAME = 'debug';
export const DEBUG = true;
export const TARGET_NAME = 'default';

/**
Expand Down

0 comments on commit f533408

Please sign in to comment.