Skip to content

Commit

Permalink
feat: 增加version 属性,获取插件版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
lei-mu committed May 25, 2023
1 parent dac49d9 commit 40403d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/core/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ export default class Request {
config.method = 'DOWNLOAD'
return this.middleware(config)
}

get version () {
return '3.1.8'
}
}


Expand Down

0 comments on commit 40403d2

Please sign in to comment.