mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-15 17:43:37 +08:00
* 增加 icon 打包命令 * icons 生成脚本调整 * fix wrong path * update demo * all icons * 新 icon 列表 * remove icon comment * 更新 icon
7 lines
235 B
Bash
Executable File
7 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
basepath=$(dirname $0)
|
|
|
|
rm -rf $basepath/../../assets/icons/svg
|
|
sketchtool export slices --formats=svg --overwriting=YES --save-for-web=YES --output=$basepath/../../assets/icons/svg $basepath/../../assets/icons/icons.sketch
|