From 704c023c2f1043fe2610d5b5d496c9bc7e201f61 Mon Sep 17 00:00:00 2001 From: OBKoro1 <1677593011@qq.com> Date: Fri, 10 Jan 2020 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?webview=E7=9A=84title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/models/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/index.ts b/src/models/index.ts index 6eeb610..560c128 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -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);