mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 08:22:42 +08:00
7 lines
140 B
Bash
7 lines
140 B
Bash
![]() |
if test -f ./src/manifest.json; then
|
||
|
echo ./src/manifest.json 存在
|
||
|
else
|
||
|
touch ./src/manifest.json
|
||
|
echo "{}" >./src/manifest.json
|
||
|
fi
|