feat(build): 添加UMD构建支持并改进OFD解析功能 - #124
Open
hlwen wants to merge 1 commit into
Hidden character warning
The head ref may contain hidden characters: "umd\u652f\u6301"
Open
Conversation
hlwen
commented
Aug 20, 2026
- 新增umd-entry.js入口文件,提供全局OFD对象用于网页预览
- 添加dist/和.history/到.gitignore忽略列表
- 在package.json中添加build:umd构建脚本
- 配置vue.config.js的externals选项以支持UMD模式
- 注释掉styles/index.css中的.gray样式类
- 在ofd_parser.js中增加空值检查和错误处理逻辑
- 在ofd_render.js中增强媒体资源存在性验证
- 新增umd-entry.js入口文件,提供全局OFD对象用于网页预览 - 添加dist/和.history/到.gitignore忽略列表 - 在package.json中添加build:umd构建脚本 - 配置vue.config.js的externals选项以支持UMD模式 - 注释掉styles/index.css中的.gray样式类 - 在ofd_parser.js中增加空值检查和错误处理逻辑 - 在ofd_render.js中增强媒体资源存在性验证
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.