Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jul 6, 2022
1 parent 9c256d8 commit 4de82ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eoapi",
"souceLocale": "zh-Hans",
"version": "1.2.3",
"version": "1.1.0",
"main": "out/app/electron-main/main.js",
"description": "A lightweight, extensible API tool",
"homepage": "https://github.com/eolinker/eoapi.git",
Expand Down Expand Up @@ -71,4 +71,4 @@
"node-module-alias": {
"eo": "./out"
}
}
}
3 changes: 1 addition & 2 deletions upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ const package = require('./package.json');

//需要填写你的 Access Key 和 Secret Key


//要上传的空间
const bucket = 'eoapi-database';
// const bucket = 'eoapi';
//上传到七牛后保存的文件名
// const key = "latest/logo675.png";
//要上传文件的本地路径
Expand Down

0 comments on commit 4de82ee

Please sign in to comment.