We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f92170 commit 41805a7Copy full SHA for 41805a7
README.md
@@ -1 +1,5 @@
1
-# vue-table-export
+# vue-table-export
2
+
3
+## cdn
4
5
+https://cdn.d2.pub/packages/@d2-projects/vue-table-export@1.0.1/vue-table-export.js
cdn.sh
@@ -0,0 +1,20 @@
+# chmod +x ./cdn.sh
+# ./cdn.sh
+VERSION=1.0.1
+FOLDER=vue-table-export
6
+NAME=@d2-projects/vue-table-export
7
8
+qshell account
9
+qshell qupload2 \
10
+--src-dir=/Users/liyang/Documents/code/$FOLDER/dist \
11
+--bucket=d2-cdn \
12
+--key-prefix=packages/$NAME@$VERSION/ \
13
+--overwrite=true \
14
+--check-exists=true \
15
+--check-hash=true \
16
+--check-size=true \
17
+--rescan-local=true \
18
+--thread-count=32
19
20
+echo done 上传完成
0 commit comments