Skip to content

Commit bcc8542

Browse files
committed
fix:l10n
1 parent 9664eb0 commit bcc8542

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

doc/version/3.1.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
桌面版:
2+
windows/macos 支持应用内更新,优化更新过程交互
3+
增加: 知识集锦/布局宝库
4+
增加 Ctrl+F 全局搜索功能
5+
6+
全端:
7+
增加收录组件,目前共 354 个
8+
支持寻路算法演绎
9+
优化组件详情展示
10+
支持复制局部代码

doc/version/3.2.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
全端:
2+
增加最新咨询功能
3+
优化组件列表展示,增加logo设计图
4+
增加世界留言板
5+
优化项目结构
6+
组件数据支持 10 国语言国际化
7+
8+
下载失败,可到下面网站下载最新版
9+
https://gitee.com/toly1994328/FlutterUnit/releases

modules/knowledge_system/note/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515
fx_dio: 0.0.4+3
16-
fx_dao: 0.0.3+3
16+
fx_dao: 0.0.3+4
1717
flutter_bloc: ^8.1.6 # 状态管理
1818
two_dimensional_scrollables: ^0.3.3
1919
flutter_quill: ^11.0.0-dev.21

modules/widget_system/widget_repository/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313
equatable: ^2.0.5 # 相等辅助
1414
intl: ^0.19.0 # 相等辅助
15-
fx_dao: 0.0.3+3 # 数据库
15+
fx_dao: 0.0.3+4 # 数据库
1616
storage:
1717
path: ../../basic_system/storage
1818
utils:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_unit
22
description: All Platform Flutter Experience App.
33
publish_to: none
4-
version: 3.2.0+2002
4+
version: 3.1.0+2002
55
author: 张风捷特烈 <[email protected]>
66
homepage: https://juejin.cn/user/149189281194766/posts
77

@@ -44,7 +44,7 @@ dependencies:
4444
## fx 架构
4545
fx_platform_adapter: 0.0.3 # 平台适配器
4646
fx_go_router_ext: 0.0.6+1 # 路由
47-
fx_dao: 0.0.3+3
47+
fx_dao: 0.0.3+4
4848
fx_dio: 0.0.4+3
4949
fx_boot_starter: 0.1.1 # app 启动器
5050
fx_trace: 0.0.5+5 # 异常追踪/监听

0 commit comments

Comments
 (0)