Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
manulife-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-02-11 17:27:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43ff893620ae47d61a7a57e8608ac881603e467f
43ff8936
1 parent
71eafd2c
docs(changelog): 记录文件扩展名解析优化和预览提示修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
docs/CHANGELOG.md
docs/CHANGELOG.md
View file @
43ff893
...
...
@@ -5,6 +5,29 @@
---
## [2026-02-11] - 优化文件扩展名解析和预览提示
### 优化
-
**文件扩展名解析增强**
:
-
MaterialCard 组件现在支持从
`downloadUrl`
字段解析扩展名
-
`getDocumentIcon`
和
`getDocumentLabel`
函数增强,支持从
`src`
、
`downloadUrl`
多个字段解析
-
week-hot-material 页面简化数据映射,依赖组件内部自动解析扩展名
### 修复
-
**Office 文档预览提示按钮文本**
:
-
修复小程序
`showModal`
的
`confirmText`
超过 4 个中文字符限制的问题
-
将按钮文本从"继续,不再提醒"改为"继续预览"
-
优化用户选择日志输出,明确显示"继续预览"而非"继续,不再提醒"
---
**详细信息**
:
-
**影响文件**
: src/components/cards/MaterialCard.vue, src/composables/useFileOperation.js, src/pages/week-hot-material/index.vue
-
**技术栈**
: Vue 3, Taro 4, Composition API
-
**测试状态**
: 已通过 ESLint 检查
-
**备注**
: 增强文件扩展名解析的鲁棒性,修复小程序平台限制问题
## [2026-02-11] - 美化头像修改页面布局和样式
### 优化
...
...
Please
register
or
login
to post a comment