Skip to content

Commit

Permalink
update: 添加首页
Browse files Browse the repository at this point in the history
update: 完善首页功能跳转

update README
  • Loading branch information
kevin2li committed Jul 19, 2023
1 parent 5159958 commit 04efacd
Show file tree
Hide file tree
Showing 56 changed files with 2,393 additions and 1,099 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- dev
env:
VERRSION: "1.0.6"
VERRSION: "1.0.8"
jobs:
deploy-macos:
runs-on: macos-latest
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
- [License](#license)
- [Acknowledgments](#acknowledgments)
> 国内用户可访问:https://gitee.com/Kevin234/PDF-Guru

## 项目介绍

[PDF Guru](https://github.com/kevin2li/PDF-Guru)是一个通用型PDF文件处理工具,包含PDF合并、拆分、旋转、水印、加密、转换等20多项常用功能,完全开源,个人免费使用,界面简洁,简单易用。


Expand All @@ -42,21 +45,21 @@
3. 跨平台:支持在Windows、Mac、Linux设备上使用
4. 开源免费
5. 界面简洁,使用简单
6. 体积小巧,绿色免安装,随用随开
6. 体积小巧(<30M),绿色免安装,随用随开
7. 插件化:根据需要选择是否安装额外组件,减小安装包体积

## 应用截图
- MacOS

![](https://minio.kevin2li.top/image-bed/blog/20230715190552.png)
![](https://minio.kevin2li.top/image-bed/blog/20230719151223.png)

- Windows

![](https://minio.kevin2li.top/image-bed/blog/20230715190650.png)
![](https://minio.kevin2li.top/image-bed/blog/20230719150543.png)

- Linux

![](https://minio.kevin2li.top/image-bed/blog/20230715190732.png)
![](https://minio.kevin2li.top/image-bed/blog/20230719151619.png)

## 上手指南
### 安装
Expand Down
2 changes: 1 addition & 1 deletion build/windows/installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "PDF Guru"
#define MyAppVersion "1.0.5"
#define MyAppVersion "1.0.8"
#define MyAppPublisher "Kevin2li"
#define MyAppURL "https://github.com/kevin2li/PDF-Guru"
#define MyAppExeName "PDF Guru.exe"
Expand Down
58 changes: 57 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"ant-design-vue": "^3.2.20",
"pinia": "^2.1.4",
"vue": "^3.2.37"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fcca60a2b3df7d1393f61989f1164997
2105d132f60b3e26a0a6327ce1f48aaa
41 changes: 40 additions & 1 deletion frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
</template>

<script lang="ts" setup>
import Main from './components/Main.vue'
import Main from './Main.vue'
</script>

Loading

0 comments on commit 04efacd

Please sign in to comment.