更新版本号至0.0.16,并简化CNBCore子类构造函数的参数传递
This commit is contained in:
@@ -166,7 +166,7 @@ export type HeadRef = {
|
||||
*/
|
||||
export class Git extends CNBCore {
|
||||
constructor(options: CNBCoreOptions) {
|
||||
super({ token: options.token, cookie: options.cookie });
|
||||
super(options);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user