From c8ba9c953f4f536b662c6581a863885dd545c8e1 Mon Sep 17 00:00:00 2001 From: sugood <15820258199@163.com> Date: Fri, 13 Nov 2020 18:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 55 ++++++++++++++++++++++++--------------------- modules/commons.lua | 2 +- 2 files changed, 31 insertions(+), 26 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 85242c0..03b4004 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -26,8 +26,8 @@ - - + + @@ -36,8 +36,8 @@ - - + + @@ -202,9 +202,9 @@ @@ -252,6 +252,11 @@ + + + + + @@ -420,12 +425,12 @@ - + - @@ -733,14 +738,6 @@ - - - - - - - - @@ -757,14 +754,6 @@ - - - - - - - - @@ -795,10 +784,26 @@ + + + + + + + + + + + + + + + + - - + + diff --git a/modules/commons.lua b/modules/commons.lua index 6a07215..5df8408 100644 --- a/modules/commons.lua +++ b/modules/commons.lua @@ -147,7 +147,7 @@ function initMenu() ) end }, { title = "-" }, { title = "关于", fn = function() - if (hs.dialog.blockAlert("当前版本:"..version,"整理了一些能够提高效率的脚本,打开主页查看详细说明","确定","取消","informational") == "确定") then + if (hs.dialog.blockAlert("当前版本:"..version,"整理了一些能够提高效率的脚本,打开主页查看详细说明。","确定","取消","informational") == "确定") then hs.urlevent.openURL("https://github.com/sugood/hammerspoon") end end },