add minification in the build

This commit is contained in:
jfh
2020-09-04 22:34:30 +02:00
parent 3d60089c61
commit caa4fe38cc
184 changed files with 370 additions and 317513 deletions

View File

@@ -1,6 +1 @@
var en = {
uploading: 'Uploading...',
hiddenframe: 'Opensave frame to store hidden values'
};
export default en;
export default{uploading:"Uploading...",hiddenframe:"Opensave frame to store hidden values"};

View File

@@ -1,6 +1 @@
var zhCN = {
uploading: '正在上传...',
hiddenframe: 'Opensave frame to store hidden values'
};
export default zhCN;
export default{uploading:"正在上传...",hiddenframe:"Opensave frame to store hidden values"};