mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 19:57:45 +08:00
feat: test
This commit is contained in:
parent
9c256d8bc5
commit
4de82ee9b0
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "eoapi",
|
"name": "eoapi",
|
||||||
"souceLocale": "zh-Hans",
|
"souceLocale": "zh-Hans",
|
||||||
"version": "1.2.3",
|
"version": "1.1.0",
|
||||||
"main": "out/app/electron-main/main.js",
|
"main": "out/app/electron-main/main.js",
|
||||||
"description": "A lightweight, extensible API tool",
|
"description": "A lightweight, extensible API tool",
|
||||||
"homepage": "https://github.com/eolinker/eoapi.git",
|
"homepage": "https://github.com/eolinker/eoapi.git",
|
||||||
|
@ -3,9 +3,8 @@ const package = require('./package.json');
|
|||||||
|
|
||||||
//需要填写你的 Access Key 和 Secret Key
|
//需要填写你的 Access Key 和 Secret Key
|
||||||
|
|
||||||
|
|
||||||
//要上传的空间
|
//要上传的空间
|
||||||
const bucket = 'eoapi-database';
|
// const bucket = 'eoapi';
|
||||||
//上传到七牛后保存的文件名
|
//上传到七牛后保存的文件名
|
||||||
// const key = "latest/logo675.png";
|
// const key = "latest/logo675.png";
|
||||||
//要上传文件的本地路径
|
//要上传文件的本地路径
|
||||||
|
Loading…
Reference in New Issue
Block a user