Skip to content

Commit

Permalink
icon size and text
Browse files Browse the repository at this point in the history
  • Loading branch information
leibnizli committed Jul 10, 2024
1 parent a0ea463 commit 0e84998
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"waiting": "Drag and drop one or more files or directories",
"waiting": "Drop one or more files or directories",
"dragenter": "Release the mouse, and the process begins",
"after": "files have been processed and the compressed space is",
"generate": "Generate a new font",
"merge": "Drag one or more SVG files to this",
"add": "Drag and drop a font (.ttf) file to be modified",
"add": "Drop a font (.ttf) file to be modified",
"continue": "You can continue dragging and dropping SVG files here",
"cut": "Drag and drop a font (.ttf) file to this",
"cut": "Drop a font (.ttf) file to this",
"current": "Current file:",
"cutTip": "Enter the characters you want to keep here"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hummingbird",
"version": "5.3.0",
"description": "Support the drag and drop folder compression.",
"description": "Support the Drop folder compression.",
"main": "main.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function App(el, options) {
this.diff = 0;
this.Timer = null;
this.statusHtml = {
waiting: '<div class="ui-area-icon"><img width="60" src="data:image/svg+xml,%3Csvg viewBox=\'0 0 1024 1024\' xmlns=\'http://www.w3.org/2000/svg\' width=\'200\' height=\'200\'%3E%3Cpath fill=\'%2340648a50\' d=\'M481.28 715.947a32 32 0 0022.613 9.386h16.214a32.853 32.853 0 0022.613-9.386L761.6 496.64a21.333 21.333 0 000-30.293l-30.293-30.294a20.907 20.907 0 00-29.867 0l-146.773 147.2v-433.92A21.333 21.333 0 00533.333 128h-42.666a21.333 21.333 0 00-21.334 21.333v433.92l-146.773-147.2a21.333 21.333 0 00-30.293 0L262.4 466.347a21.333 21.333 0 000 30.293zM512 625.92zm384 184.747V661.333A21.333 21.333 0 00874.667 640H832a21.333 21.333 0 00-21.333 21.333v149.334H213.333V661.333A21.333 21.333 0 00192 640h-42.667A21.333 21.333 0 00128 661.333v149.334A85.333 85.333 0 00213.333 896h597.334A85.333 85.333 0 00896 810.667z\'/%3E%3C/svg%3E"></div><div class="ui-area-tip ui-area-waiting"></div>',
waiting: '<div class="ui-area-icon"><img width="40" src="data:image/svg+xml,%3Csvg viewBox=\'0 0 1024 1024\' xmlns=\'http://www.w3.org/2000/svg\' width=\'200\' height=\'200\'%3E%3Cpath fill=\'%2340648a50\' d=\'M481.28 715.947a32 32 0 0022.613 9.386h16.214a32.853 32.853 0 0022.613-9.386L761.6 496.64a21.333 21.333 0 000-30.293l-30.293-30.294a20.907 20.907 0 00-29.867 0l-146.773 147.2v-433.92A21.333 21.333 0 00533.333 128h-42.666a21.333 21.333 0 00-21.334 21.333v433.92l-146.773-147.2a21.333 21.333 0 00-30.293 0L262.4 466.347a21.333 21.333 0 000 30.293zM512 625.92zm384 184.747V661.333A21.333 21.333 0 00874.667 640H832a21.333 21.333 0 00-21.333 21.333v149.334H213.333V661.333A21.333 21.333 0 00192 640h-42.667A21.333 21.333 0 00128 661.333v149.334A85.333 85.333 0 00213.333 896h597.334A85.333 85.333 0 00896 810.667z\'/%3E%3C/svg%3E"></div><div class="ui-area-tip ui-area-waiting"></div>',
drop: '<div class="pie" id="pie">\
<div class="pie-progress">\
<div class="pie-progress-fill"></div>\
Expand Down

0 comments on commit 0e84998

Please sign in to comment.