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 7587b80 commit 1b217caCopy full SHA for 1b217ca
.ghs.yml
@@ -0,0 +1,2 @@
1
+upload: true
2
+delete: false
.goreleaser.yml
@@ -32,6 +32,7 @@ archive:
32
- README*
33
- changelog*
34
- CHANGELOG*
35
+ - .ghs.yml
36
snapshot:
37
name_template: SNAPSHOT-{{ .Commit }}
38
checksum:
res/js/index.js
@@ -111,7 +111,7 @@ var vm = new Vue({
111
})
112
this.myDropzone = new Dropzone("#upload-form", {
113
paramName: "file",
114
- maxFilesize: 1024,
+ maxFilesize: 10240,
115
addRemoveLinks: true,
116
init: function() {
117
this.on("uploadprogress", function(file, progress) {
@@ -374,4 +374,4 @@ $(function() {
374
375
e.clearSelection();
376
});
377
-});
+});
0 commit comments