Skip to content

Commit

Permalink
ci(build): 🎡 update build file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjie.xue committed Jan 9, 2025
1 parent 4d642d2 commit 5920fae
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 19 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
```

## 别忘了帮我点一个小星星鼓励一下🌟🌟~
## 别忘了帮我点一个小星星🌟鼓励一下[![Star This Repository](https://img.shields.io/static/v1?label=Star&message=ThisRepository&color=blue)](https://github.com/asasugar/HPRichText)

如果需要直接运行该代码示例,需要

Expand Down Expand Up @@ -61,17 +61,13 @@

#### 完整日志:[changelog](https://github.com/asasugar/HPRichText/blob/master/library/CHANGELOG.md)

#### 最近更新:[v3.0.5](https://github.com/asasugar/HPRichText/releases/tag/v3.0.5) (2025-01-06)
#### 最近更新:[v3.0.6](https://github.com/asasugar/HPRichText/releases/tag/v3.0.6) (2025-01-09)

### Bug Fixes

- 🐛
处理html文本时移除trimHtml方法保留文本源 [(#90)](https://github.com/asasugar/HPRichText/issues/90)
([f5d9264](https://github.com/asasugar/HPRichText/commit/f5d9264f0bb01265443935191c50c894d47d6499))

- 🐛
修复点击事件失效问题 [(#88)](https://github.com/asasugar/HPRichText/issues/88)
([2d423d9](https://github.com/asasugar/HPRichText/commit/2d423d989845dfe0749cf39a7d3e9eac85fb1c37))
修复br标签的换行处理逻辑 [(#86)](https://github.com/asasugar/HPRichText/issues/86)
([4d642d2](https://github.com/asasugar/HPRichText/commit/4d642d22f9c5e8b8ddb6a627401e707b3d1af179))

## 简介

Expand Down
2 changes: 1 addition & 1 deletion entry/oh-package-lock.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/BuildProfile.ets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Use these variables when you tailor your ArkTS code. They must be of the const type.
*/
export const HAR_VERSION = '3.0.5';
export const HAR_VERSION = '3.0.6';
export const BUILD_MODE_NAME = 'release';
export const DEBUG = false;
export const TARGET_NAME = 'default';
Expand Down
9 changes: 9 additions & 0 deletions library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [v3.0.6](https://github.com/asasugar/HPRichText/releases/tag/v3.0.6) (2025-01-09)

### Bug Fixes

- 🐛
修复br标签的换行处理逻辑 [(#86)](https://github.com/asasugar/HPRichText/issues/86)
([4d642d2](https://github.com/asasugar/HPRichText/commit/4d642d22f9c5e8b8ddb6a627401e707b3d1af179))


### [v3.0.5](https://github.com/asasugar/HPRichText/releases/tag/v3.0.5) (2025-01-06)

### Bug Fixes
Expand Down
12 changes: 4 additions & 8 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
```

## 别忘了帮我点一个小星星鼓励一下🌟🌟~
## 别忘了帮我点一个小星星🌟鼓励一下[![Star This Repository](https://img.shields.io/static/v1?label=Star&message=ThisRepository&color=blue)](https://github.com/asasugar/HPRichText)

如果需要直接运行该代码示例,需要

Expand Down Expand Up @@ -61,17 +61,13 @@

#### 完整日志:[changelog](https://github.com/asasugar/HPRichText/blob/master/library/CHANGELOG.md)

#### 最近更新:[v3.0.5](https://github.com/asasugar/HPRichText/releases/tag/v3.0.5) (2025-01-06)
#### 最近更新:[v3.0.6](https://github.com/asasugar/HPRichText/releases/tag/v3.0.6) (2025-01-09)

### Bug Fixes

- 🐛
处理html文本时移除trimHtml方法保留文本源 [(#90)](https://github.com/asasugar/HPRichText/issues/90)
([f5d9264](https://github.com/asasugar/HPRichText/commit/f5d9264f0bb01265443935191c50c894d47d6499))

- 🐛
修复点击事件失效问题 [(#88)](https://github.com/asasugar/HPRichText/issues/88)
([2d423d9](https://github.com/asasugar/HPRichText/commit/2d423d989845dfe0749cf39a7d3e9eac85fb1c37))
修复br标签的换行处理逻辑 [(#86)](https://github.com/asasugar/HPRichText/issues/86)
([4d642d2](https://github.com/asasugar/HPRichText/commit/4d642d22f9c5e8b8ddb6a627401e707b3d1af179))

## 简介

Expand Down
2 changes: 1 addition & 1 deletion library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohasasugar/hp-richtext",
"version": "3.0.5",
"version": "3.0.6",
"description": "hp-richtext, 是一个基于HTML的标签解析,扩展了更多属性和样式的鸿蒙富文本组件,解决了遍历嵌套渲染原生RichText的性能问题。",
"homepage": "https://github.com/asasugar/HPRichText",
"repository": "https://github.com/asasugar/HPRichText",
Expand Down

0 comments on commit 5920fae

Please sign in to comment.