[App Sharing] 写了一个简单Markdown笔记软件,欢迎大家试用
Tofloor
poster avatar
听雨
deepin
2022-06-01 05:26
Author

wails-note-ant

介绍

基于wails的笔记小程序,支持上传笔记到坚果云
go + vue3 + Ant Design Vue

gitee地址: https://gitee.com/yuguofu/wails-note-ant

软件架构

wails + vue3 + Ant Design Vue

wails官网: https://wails.app/
wails中文镜像网站: https://wails.top/zh-Hans/

安装教程

  1. 前端frontend目录下执行 npm install && npm run build安装依赖和编译
  2. wails.json同级目录下执行 wails dev调试
  3. wails.json同级目录下执行 wails build打包

windows无调试信息打包建议命令wails build -tags desktop,production -ldflags "-w -s -h -H windowsgui" -webview2 embed

linux无调试信息打包建议命令wails build -tags desktop,production -ldflags "-w -s"

使用说明

  • windows版为自解压文件,解压即可使用,exe同级目录 用户配置.ini 文件用于配置坚果云账号密码,自行修改保存即可
  • linux版解压缩到 /opt目录,移动图标文件 wails-note.desktopusr/share/applications下,用户配置.ini 配置文件位于 /home/用户名/.config/wails-note下(第一次运行后生成),用于配置坚果云账号密码,自行修改保存即可

截图

wails-note1.png

wails-note2.png

Reply Favorite View the author
All Replies
q77190858
deepin
2022-06-01 08:33
#1

牛逼,赞一个

Reply View the author
culeworks
deepin
2022-06-01 18:07
#2

相当厉害

yeah

Reply View the author
septemberhx
deepin
2022-06-01 18:28
#3

和 Joplin 比有啥特性嘛,我看和 joplin 长得差不多 confused

Reply View the author
听雨
deepin
2022-06-01 23:01
#4
septemberhx

和 Joplin 比有啥特性嘛,我看和 joplin 长得差不多 confused

模仿的joplin,但是功能就差多了😂

Reply View the author
xuqi
deepin testing team
2022-06-02 04:28
#5

applaud

厉害了~

Reply View the author
pho
deepin
2022-11-02 08:55
#6
听雨

模仿的joplin,但是功能就差多了😂

即使是模仿,但是是属于自己的产品,今后还可以继续改进完善,未必将来不会更好了。我认为应该表扬和鼓励。

Reply View the author