-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
105 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ package-lock.json | |
.idea | ||
.vscode | ||
|
||
config.json | ||
# vscode localhistory | ||
.history |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"git": { | ||
"requireCleanWorkingDir": false | ||
}, | ||
"hooks": { | ||
"after:init": [ | ||
"t2k" | ||
], | ||
"after:bump": [ | ||
"npm run build" | ||
] | ||
}, | ||
"github": { | ||
"release": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/*! | ||
* name: @jswork/next-tx-cos-bucket | ||
* description: Tencent cos bucket for next. | ||
* homepage: https://github.com/afeiship/next-tx-cos-bucket | ||
* version: 1.0.0 | ||
* date: 2020-11-21 11:00:35 | ||
* license: MIT | ||
*/ | ||
|
||
(function() { | ||
var global = global || this || window || Function('return this')(); | ||
var nx = global.nx || require('@jswork/next'); | ||
|
||
var NxTxCosBucket = nx.declare('nx.TxCosBucket', {}); | ||
|
||
if (typeof module !== 'undefined' && module.exports) { | ||
module.exports = NxTxCosBucket; | ||
} | ||
})(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/*! | ||
* name: @jswork/next-tx-cos-bucket | ||
* description: Tencent cos bucket for next. | ||
* homepage: https://github.com/afeiship/next-tx-cos-bucket | ||
* version: 1.0.0 | ||
* date: 2020-11-21 11:00:35 | ||
* license: MIT | ||
*/ | ||
!function(){var e=((this||window||Function("return this")()).nx||require("@jswork/next")).declare("nx.TxCosBucket",{});"undefined"!=typeof module&&module.exports&&(module.exports=e)}(); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(function() { | ||
var global = global || this || window || Function('return this')(); | ||
var nx = global.nx || require('@jswork/next'); | ||
|
||
var NxTxCosBucket = nx.declare('nx.TxCosBucket', {}); | ||
|
||
if (typeof module !== 'undefined' && module.exports) { | ||
module.exports = NxTxCosBucket; | ||
} | ||
})(); |
Oops, something went wrong.