mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
完善拉取公开仓库
This commit is contained in:
+2
-1
@@ -15,4 +15,5 @@ export type SockMessageType =
|
||||
| 'installDependence'
|
||||
| 'uninstallDependence'
|
||||
| 'updateSystemVersion'
|
||||
| 'manuallyRunScript';
|
||||
| 'manuallyRunScript'
|
||||
| 'runSubscriptionEnd';
|
||||
|
||||
@@ -40,7 +40,6 @@ export class Subscription {
|
||||
this.blacklist = options.blacklist;
|
||||
this.dependences = options.dependences;
|
||||
this.branch = options.branch;
|
||||
this.status = options.status;
|
||||
this.pull_type = options.pull_type;
|
||||
this.pull_option = options.pull_option;
|
||||
this.pid = options.pid;
|
||||
|
||||
Reference in New Issue
Block a user