Skip to content

Commit

Permalink
update: 支持取色器;添加电子签名功能
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin2li committed Jul 20, 2023
1 parent b98b26d commit e044daa
Show file tree
Hide file tree
Showing 19 changed files with 1,239 additions and 225 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
3. 跨平台:支持在Windows、Mac、Linux设备上使用
4. 开源免费
5. 界面简洁,使用简单
6. 体积小巧(<30M),绿色免安装,随用随开
6. 体积小巧(~30M),绿色免安装,随用随开
7. 插件化:根据需要选择是否安装额外组件,减小安装包体积

## 应用截图
Expand Down
1 change: 1 addition & 0 deletions cmd_output_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func (a *App) cmdRunner(args []string, cmdType string) error {
} else if cmdType == "python" {
err = a.CheckFileExists(config.PythonPath)
if err != nil {
err = errors.Wrap(err, "python not found!")
return err
}
cmd = exec.Command(config.PythonPath, args...)
Expand Down
223 changes: 222 additions & 1 deletion frontend/package-lock.json

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

8 changes: 6 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
},
"dependencies": {
"ant-design-vue": "^3.2.20",
"lightvue": "^1.5.1",
"pinia": "^2.1.4",
"vue": "^3.2.37"
"tinycolor2": "^1.6.0",
"v-perfect-signature": "^1.2.1",
"vue": "^3.2.37",
"vue3-colorpicker": "^2.1.6"
},
"devDependencies": {
"@babel/types": "^7.18.10",
Expand All @@ -21,4 +25,4 @@
"vite": "^3.0.7",
"vue-tsc": "^0.39.5"
}
}
}
2 changes: 1 addition & 1 deletion frontend/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2db07c87f0439aff12d9ca2080a2ce2
9f342127cb11d3aafd2cbbc64f4d342d
Loading

0 comments on commit e044daa

Please sign in to comment.