mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2025-01-05 12:35:39 +08:00
webview的title
This commit is contained in:
parent
670a912830
commit
704c023c2f
@ -2,7 +2,7 @@
|
||||
* Author : OBKoro1
|
||||
* Date : 2019-12-25 17:08:18
|
||||
* LastEditors : OBKoro1
|
||||
* LastEditTime : 2020-01-08 10:04:53
|
||||
* LastEditTime : 2020-01-09 21:47:12
|
||||
* FilePath : /autoCommit/src/models/index.ts
|
||||
* Description : 插件逻辑入口
|
||||
* https://github.com/OBKoro1
|
||||
@ -34,7 +34,7 @@ class ExtensionLogic {
|
||||
createView() {
|
||||
const option = {
|
||||
type: 'autoCommit',
|
||||
title: 'Github自动提交commit工具',
|
||||
title: 'autoCommit',
|
||||
fileName: 'autoCommit'
|
||||
};
|
||||
this.autoCommitView.create(option);
|
||||
|
Loading…
Reference in New Issue
Block a user