Tags: hughcube/dev-toolkit
Tags
chore(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#3) Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dcodeIO/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-cli-v1.1.0...fetch-v1.1.1) --- updated-dependencies: - dependency-name: "@protobufjs/utf8" dependency-version: 1.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: Add uniapp-update-custom-icon-files command This commit introduces a new CLI command `uniapp-update-custom-icon-files` that: - Accepts a ZIP file containing `iconfont.ttf` and `iconfont.css`. - Extracts these files. - Places them into `src/static` directory. - Modifies `iconfont.css` to correctly reference `iconfont.ttf` for uniapp. Updated dependencies: - Added `yauzl` for ZIP file handling. - Added `fs-extra` for file system operations. - Added `archiver` for testing purposes (dev dependency).
feat: 增强 --dump-pages 参数支持路径过滤功能 - 支持无过滤器模式:--dump-pages 匹配所有页面 - 支持���接路径匹配:--dump-pages pages/user 匹配包含该路径的页面 - 支持通配符匹配:--dump-pages *user 或 --dump-pages pages/* 等模式 - 新增 isPagePathMatched 方法处理路径匹配逻辑 - 更新帮助文档和使用示例 - 版本更新至 1.0.12 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
PreviousNext