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