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 },