-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(replace icon): 替换jmapp icon (#2672)
* Update infiniteloading.taro.tsx * Update infiniteloading.tsx * fix(tabs.taro.tsx): 解决在不需要滚动的时候,切换tab产生tab位置错乱的问题 滚动不可为负值,负值会导致在不需要滚动的时候,tab位置发生不可预知的顺序变化。 * fix(tabs.taro.tsx): 解决页面元素不需要滚动时,切换tab,tab顺序发生不可预知的变化的问题 * Update tabs.taro.tsx 修复格式问题 * Update tabs.taro.tsx 修改格式问题 * feat: 增加 demo 场景 * feat: 增加icon替换插件 * feat: 增加sourceLibrary参数配置 * feat: 增加lock file * feat: 修改包路径 * Revert "feat: 增加 demo 场景" This reverts commit 9ce77c4. * feat(babel.config.js): 只替换jmapp * feat(npmrc): 修改npm源 * feat: 同步pnpm lock * feat: 调整版本号@nutui/replace-icons * feat: 移除子目录的npmrc
- Loading branch information
Showing
5 changed files
with
5,191 additions
and
3,127 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
registry=https://registry.npmjs.org/ | ||
engine-strict=true | ||
strict-peer-dependencies=false | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.