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
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
basepath=$(dirname $0)
|
|
|
|
iconfount --config $basepath/fount-config.js
|