This commit is contained in:
shangqiyuan
2026-05-10 01:07:20 +08:00
commit 122d373804
174 changed files with 25788 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var shell = require('shelljs');
shell.cp('-R', 'src/public/js/lib', 'dist/public/js/lib');
shell.cp('-R', 'src/public/fonts', 'dist/public/fonts');
shell.cp('-R', 'src/public/images', 'dist/public/images');