hookehuyr

test(rich-text): 添加富文本渲染测试页面

- 添加 v-html 渲染测试页面 (index.vue)
- 添加 mp-html 组件测试页面 (index1.vue)
- 测试内容:HTML实体解析、a标签替换为div、图片预览、文件链接点击
- 使用 useFileOperation 处理 PDF 文件打开

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
......@@ -37,6 +37,7 @@ const pages = [
if (process.env.NODE_ENV === 'development') {
pages.push('pages/test-tabs/index')
pages.push('pages/rich-text-test/index') // 富文本渲染测试页面
// pages.push('pages/nfcTest/index')
// pages.push('pages/tailwindTest/index')
}
......
/*
* @Date: 2022-09-26 14:36:57
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-26 14:41:01
* @FilePath: /swx/src/pages/activityDetail/index.config.js
* @Description: 文件描述
*/
export default {
navigationBarTitleText: '活动详情',
usingComponents: {
},
}
This diff is collapsed. Click to expand it.