add siyuan

This commit is contained in:
wcbing 2024-11-22 18:37:09 +08:00
parent 18b77a62f6
commit 28f8fb0d4e
2 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,7 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh
|Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)| |Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)|
|PeaZip|peazip|[Github Releases](https://github.com/peazip/PeaZip/releases)| |PeaZip|peazip|[Github Releases](https://github.com/peazip/PeaZip/releases)|
|Neovim/Nvim|neovim|[Github Releases](https://github.com/neovim/neovim-releases/releases)| |Neovim/Nvim|neovim|[Github Releases](https://github.com/neovim/neovim-releases/releases)|
|思源笔记|siyuan|[Github Releases](https://github.com/siyuan-note/siyuan/releases)|
### 合并自官方 repo ### 合并自官方 repo

View File

@ -88,5 +88,11 @@
"file_list": [ "file_list": [
"nvim-linux64.deb" "nvim-linux64.deb"
] ]
},
"siyuan": {
"repo": "siyuan-note/siyuan",
"file_list": [
"siyuan-{stripped_version}-linux-arm64.deb"
]
} }
} }