diff --git a/README.md b/README.md index 02f77d0..8e59923 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![盘古之白](https://tva1.sinaimg.cn/large/006y8mN6ly1g95xl43qg2j303l03lq2v.jpg) -[下载链接](https://github.com/DeppWang/alfred-pangu-workflow/releases/download/v1.0/pangu.alfredworkflow) +[下载链接](https://github.com/DeppWang/alfred-pangu-workflow/releases/download/v1.1/pangu.alfredworkflow) ## 前言 @@ -18,7 +18,7 @@ ## 示例 -![image-20191121202655416](https://tva1.sinaimg.cn/large/006y8mN6ly1g95xmme437j30zy09stc3.jpg) +![](https://deppwang.oss-cn-beijing.aliyuncs.com/blog/2020-02-25-150558.png) ## 排版 diff --git a/pangu.alfredworkflow b/pangu.alfredworkflow new file mode 100644 index 0000000..5df4a53 Binary files /dev/null and b/pangu.alfredworkflow differ diff --git a/push.sh b/push.sh index 97a008d..52b7bce 100644 --- a/push.sh +++ b/push.sh @@ -5,3 +5,4 @@ current="`date +'%Y-%m-%d %H:%M:%S'`" msg="Updated: $current" git ci -m "$msg" git push origin master + diff --git a/format.py b/source/format.py similarity index 100% rename from format.py rename to source/format.py diff --git a/icon.png b/source/icon.png similarity index 100% rename from icon.png rename to source/icon.png diff --git a/info.plist b/source/info.plist similarity index 100% rename from info.plist rename to source/info.plist diff --git a/main.py b/source/main.py similarity index 100% rename from main.py rename to source/main.py diff --git a/pangu.py b/source/pangu.py similarity index 100% rename from pangu.py rename to source/pangu.py diff --git a/source/push.sh b/source/push.sh new file mode 100644 index 0000000..97a008d --- /dev/null +++ b/source/push.sh @@ -0,0 +1,7 @@ +#!/bin/bash +git add . +git st +current="`date +'%Y-%m-%d %H:%M:%S'`" +msg="Updated: $current" +git ci -m "$msg" +git push origin master diff --git a/pyperclip/__init__.py b/source/pyperclip/__init__.py similarity index 100% rename from pyperclip/__init__.py rename to source/pyperclip/__init__.py diff --git a/pyperclip/__main__.py b/source/pyperclip/__main__.py similarity index 100% rename from pyperclip/__main__.py rename to source/pyperclip/__main__.py