From 9bdb8447c73cde107f4718aff0912bcc0437f16a Mon Sep 17 00:00:00 2001 From: JackieJK Date: Mon, 25 May 2026 22:51:10 +0800 Subject: [PATCH 1/2] add floral-notepaper --- bucket/floral-notepaper.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/floral-notepaper.json diff --git a/bucket/floral-notepaper.json b/bucket/floral-notepaper.json new file mode 100644 index 00000000000000..b54f3fbebb11e7 --- /dev/null +++ b/bucket/floral-notepaper.json @@ -0,0 +1,26 @@ +{ + "version": "1.0.4", + "description": "A lightweight, elegant, and modern sticky note app for your desktop. Built with Tauri 2 + React", + "homepage": "https://github.com/Achilng/floral-notepaper", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Achilng/floral-notepaper/releases/download/v1.0.4/floral-notepaper_1.0.4.exe#/floral-notepaper.exe", + "hash": "e87325986161508eca5c26d515d5bf6291fd9332a5d358214a62c46a3efc86c0" + } + }, + "shortcuts": [ + [ + "floral-notepaper.exe", + "花笺" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Achilng/floral-notepaper/releases/download/v$version/floral-notepaper_$version.exe#/floral-notepaper.exe" + } + } + } +} From 8ae21e28e1b5647e7cfc50c1317087296676d155 Mon Sep 17 00:00:00 2001 From: JackieJK Date: Wed, 3 Jun 2026 10:16:01 +0800 Subject: [PATCH 2/2] fix shortcut and suggest --- bucket/floral-notepaper.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/floral-notepaper.json b/bucket/floral-notepaper.json index b54f3fbebb11e7..2cd7329db55477 100644 --- a/bucket/floral-notepaper.json +++ b/bucket/floral-notepaper.json @@ -3,6 +3,9 @@ "description": "A lightweight, elegant, and modern sticky note app for your desktop. Built with Tauri 2 + React", "homepage": "https://github.com/Achilng/floral-notepaper", "license": "MIT", + "suggest": { + "Microsoft Edge WebView2": "extras/webview2" + }, "architecture": { "64bit": { "url": "https://github.com/Achilng/floral-notepaper/releases/download/v1.0.4/floral-notepaper_1.0.4.exe#/floral-notepaper.exe", @@ -12,7 +15,7 @@ "shortcuts": [ [ "floral-notepaper.exe", - "花笺" + "Floral Notepaper" ] ], "checkver": "github",