xuqinmin12

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • c8289cee7e build(version): 更新版本号并调整依赖 - 将 @szyx/sdk_base 版本从1.0.9 升级到 1.0.10 - 将 @szyx/sdk_ywx 版本从1.0.5 升级到 1.0.6- 更新 HAR_VERSION 常量 - 修改版本号和版本名称 - 更新 CHANGELOG.md 文件

1 week ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 98068eaa41 feat(home): 添加文章详情页封面图并优化分享功能 - 在 HomeArticleDetailModel 中添加 coverImgUrl 字段,用于存储文章封面图 - 在 MiniAppManager 中更新分享功能,增加封面图作为缩略图 - 优化 RecordData 中授权签名功能的 ID- 移除不必要的日志输出,提高代码可读性

2 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • c910130eed feat(basic): 添加左滑删除组件SwipeView - 在项目中新增SwipeView组件,用于实现左滑删除功能 - 更新CHANGELOG.md和README.md,添加SwipeView相关说明和示例代码

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • fbc929fcf8 feat(SwipeView): 优化滑动视图的点击和滚动逻辑 - 添加 UUID 生成和本地存储功能,用于唯一标识每个 SwipeView 实例 - 实现点击 ID 变化时自动滚动到起始位置的功能 - 在触摸事件中添加本地存储操作,确保滑动操作的正确性

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • a872e82cd6 feat(SwipeView): 为 SwipeView 组件添加点击和删除事件回调 - 在 SwipeView 组件中添加 onItemClick 和 onDelete 属性- 修改 AIDocumentView 中的 SwipeView 使用新增的事件回调- 优化 SwipeView 的点击和删除逻辑,支持外部自定义操作

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 19c6da53f9 refactor(app): 优化 AI 文档视图样式和交互 - 调整 AIDocumentView 组件的样式,移除底部边距 - 实现 SwipeView 组件的滑动删除功能,增加触摸事件处理

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 7b1ce19c39 feat(XWebview): 添加文件下载功能 - 实现了文件下载的逻辑,包括进度显示和错误处理 - 新增了下载文件的UI展示,显示下载进度和状态 - 优化了导入模块,增加了request和common模块的导入 - 修复了一些代码格式问题,优化了代码结构

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 049d2601f9 feat(XWebview): 添加当前 url 跳转功能 - 在 XWebview 组件中实现了当前 url 跳转的功能 - 通过 GlobalContext 获取全局上下文,调用 openLink 方法进行跳转 - 优化了用户体验,增加了页面跳转的灵活性

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • e756dd4319 feat(miniapp): 添加网页右上角菜单功能 - 在 WebMenuView 中添加了刷新、复制、浏览器打开和微信分享等功能- 在 MiniAppManager 中增加了 webController 和相关方法 - 在 Index 页面中添加了 WebMenuView组件 - 修改了 XWebview 和 XWebHelper 以支持新的菜单功能

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 3752229689 feat(XWebview): 新增网页菜单功能并优化相关页面 - 新增 WebMenuView 组件,用于显示网页菜单 - 在 MiniAppManager 中集成 WebMenuView,并添加菜单控制器 - 修改 HomeView 中的文章详情跳转逻辑 - 在 XWebview 中实现 getUrl、refresh 和 getTitle 接口方法

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 6779ed2e4f feat(miniapp): 实现热点资讯文章详情页面 - 新增 ArticleParam 类用于传递文章参数- 修改 MiniAppManager 类,增加 startWeb 方法支持打开网页 - 更新 ArticleDetailView 页面,集成 JSSdkClsManager 用于处理 JavaScript调用 - 修改 HomeView 页面,增加文章详情跳转功能 - 优化 XWebview 页面,支持加载 HTML 内容

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • e7adec064c feat(app): 添加关闭窗口功能并优化网页管理 - 在 JSSdkCls 中添加 closeWindows 方法,用于关闭窗口 - 在 types 中添加 'closeWindows' 作为 IAppModeName 的一个选项 - 在 XWebview 中添加 onClose事件监听,用于处理窗口关闭事件 - 在 XWebHelper 中添加 close 方法,用于触发窗口关闭- 在 XWebManager 中实现 close 和 onClose 方法,用于管理窗口关闭逻辑

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 7fa3204be1 fix(cert): 优化证书更新逻辑 - 移除 CossCertManager 中的冗余证书更新调用 - 在 MiniAppManager 中添加证书更新调用,确保在切换客户端时更新证书

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 00ebdc1567 build:切换到 debug模式 - 在 BuildProfile.ets 文件中将 BUILD_MODE_NAME从 'release' 改为 'debug' - 将 DEBUG 变量的值从 false 改为 true - 这些更改适用于 basic 和 sdk_ywx 目录下的 BuildProfile.ets 文件

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • ef294d896f refactor(app): 切换客户端后回调执行逻辑调整 - 在 CossCertManager 中添加回调函数,客户端切换后执行特定操作- 更新 MiniAppManager 中的客户端切换逻辑,使用回调函数 - 将 BuildProfile 从 debug模式切换到 release 模式 - 更新 sdk_ywx 的 BuildProfile 从 debug 模式到 release 模式

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • d85783a8f1 feat(app): 更新版本并调整构建配置 - 将 AppScope版本号从 1.0.2 升级到 1.0.3 - 修改 BuildProfile 配置,将构建模式从 release 改为 debug,开启调试模式 - 更新 CHANGELOG.md,添加新版本功能说明

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • ace0309465 build(Release): 更新版本号并切换到发布模式 - 将 app 版本号从 1.0.1 升级到 1.0.2 - 在 basic 和 sdk_ywx 模块中将 BUILD_MODE_NAME 从 'debug' 改为 'release' - 将 DEBUG 标志从 true 设置为 false - 更新 CHANGELOG.md,添加新版本发布日期和特性

3 weeks ago

xuqinmin12 pushed to master at xuqinmin12/HarmonyOSBaseLibs

  • 15e26ff27a refactor(app): 重构首页跳转逻辑并优化网页视图- 重构了 HomeView 中的轮播图点击事件处理逻辑,增加了热门新闻跳转功能 - 优化了 XWebview 中的页面关闭流程,确保移除所有消息监听器 - 移除了未使用的 XWebHelper 导入

3 weeks ago