@@ -0,0 +1,10 @@
+
+#!/bin/sh
+for i in {1..300}
+do
+ item=$(printf %04d $i)
+ url="http://www.cncis.com.cn/tips/nanjing/yrzh/img/canvas/jcyy/$item.webp"
+ curl $url --output ./public/img/jcyy/$item.webp
+ echo $url
+done
@@ -10,6 +10,7 @@
},
"dependencies": {
"@vueuse/motion": "^2.0.0",
+ "mitt": "^3.0.1",
"sass": "^1.70.0",
"vue": "^3.4.14",
"vue-fullpage.js": "^0.2.15"