From 2e9dc16b78e6ea63b4522c87980bbc0e10426fea Mon Sep 17 00:00:00 2001 From: Handle Date: Mon, 14 Jan 2019 19:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=82=A8=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=BD=BF=E7=94=A8OBS=E7=9B=B4=E6=8E=A5=E6=8D=95=E8=8E=B7?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E8=80=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=A1=AC=E4=BB=B6=E5=8A=A0=E9=80=9F=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs.js | 2 +- index.js | 16 ++-------------- package.json | 2 +- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/configs.js b/configs.js index 15799e7..7a2554f 100644 --- a/configs.js +++ b/configs.js @@ -46,7 +46,7 @@ const CONFIGS = { webSecurity: false, allowRunningInsecureContent: true }, - title: '雀魂Plus - 扩展资源管理器', + title: '雀魂Plus', autoHideMenuBar: true, icon: getIcon(), maximizable: false, diff --git a/index.js b/index.js index a8246ed..82014ad 100644 --- a/index.js +++ b/index.js @@ -64,20 +64,8 @@ const windowControl = { _getGameWindowTitle: () => { const titles = [ { - text: '雀魂Plus - 游戏制作不易,请多多在雀魂内氪金支持雀魂猫粮工作室!', - weight: 50 - }, - { - text: '雀魂Plus - 扩展插件可能会损害游戏开发者利益,请尽可能支持付费', - weight: 50 - }, - { - text: '雀魂Plus - 在使用插件的同时,也不要忘记给别人推荐这款游戏哦', - weight: 50 - }, - { - text: '雀魂Plus - 只有氪金获得的装扮和角色才可以让其他玩家查看到', - weight: 50 + text: '雀魂Plus', + weight: 200 }, { text: '喵喵喵! - 喵喵喵?喵!喵喵喵!喵~~', diff --git a/package.json b/package.json index d1b4018..088f1fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "majsoul-plus-client", - "version": "1.5.2", + "version": "1.5.3", "productName": "Majsoul Plus", "author": "MajsoulPlus Team", "description": "Majsoul Plus",