Skip to content

Commit bba58c8

Browse files
committed
Update readme
1 parent a194bc0 commit bba58c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ExtendedText 是 Flutter 官方 Text 的三方扩展库,主要扩展功能如下:
1919
| 功能 | ExtendedText | Flutter 官方 Text |
2020
|--------------------------------------|-----------------------------------------------------------|-----------------------------------------------------|
21-
| 支持自定义文本溢出效果 | 支持,可以自定义溢出的 Widget,并控制溢出位置(前、中、后) | 不支 持 [26748](https://github.com/flutter/flutter/issues/26748) |
21+
| 支持自定义文本溢出效果 | 支持,可以自定义溢出的 Widget,并控制溢出位置(前、中、后) | 不支 持 ([26748](https://github.com/flutter/flutter/issues/26748),[45336](https://github.com/flutter/flutter/issues/45336)) |
2222
| 支持复制特殊文本的真实值 | 支持,可以复制出文本的真实值,而不仅是 WidgetSpan 的占位值 | 只能复制出 WidgetSpan 的占位值 (\uFFFC) |
2323
| 根据文本格式快速构建富文本 | 支持,可以根据文本格式快速构建富文本 | 不支持 |
2424

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ExtendedText is a third-party extension library for Flutter's official Text comp
1212

1313
| Feature | ExtendedText | Text |
1414
|------------------------------------------|-------------------------------------------------------------|-------------------------------------------------------|
15-
| Customized text overflow effects | Supported, allows customizing the overflow widget and controlling overflow positions (before, middle, after) | Not supported ([26748](https://github.com/flutter/flutter/issues/26748)) |
15+
| Customized text overflow effects | Supported, allows customizing the overflow widget and controlling overflow positions (before, middle, after) | Not supported ([26748](https://github.com/flutter/flutter/issues/26748),[45336](https://github.com/flutter/flutter/issues/45336)) |
1616
| Copying the actual value of special text | Supported, enables copying the actual value of the text, not just the placeholder value of WidgetSpan | Can only copy the placeholder value of WidgetSpan (\uFFFC) |
1717
| Quick construction of rich text based on text format | Supported, enables quick construction of rich text based on text format | Not supported |
1818

0 commit comments

Comments
 (0)