feat: test

This commit is contained in:
夜鹰 2022-07-06 10:43:05 +08:00
parent 9c256d8bc5
commit 4de82ee9b0
2 changed files with 3 additions and 4 deletions

View File

@ -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",
@ -71,4 +71,4 @@
"node-module-alias": {
"eo": "./out"
}
}
}

View File

@ -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";
//要上传文件的本地路径