From ac30667a1ac3a8dfab2d7a41a93e39ffd5edf8e1 Mon Sep 17 00:00:00 2001 From: yu-xiaoyao Date: Wed, 15 Jan 2025 15:41:25 +0800 Subject: [PATCH 1/2] Add QR code generator plugin --- ...eGenerator-340E73A8A8C148A28082C90207E097B3.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json diff --git a/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json b/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json new file mode 100644 index 000000000..0c36ccf16 --- /dev/null +++ b/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json @@ -0,0 +1,13 @@ +{ + "ID": "340E73A8A8C148A28082C90207E097B3", + "ActionKeyword": "qr", + "Name": "QrCodeGenerator", + "Description": "Qr Code Generator or Parser Qr Code file Plugin", + "Author": "yu-xiaoyao", + "Version": "1.0.6", + "Language": "csharp", + "Website": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator", + "UrlSourceCode": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator", + "IcoPath": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator/raw/main/Flow.Launcher.Plugin.QrCodeGenerator/Images/QrCodeGenerator-icon.png", + "UrlDownload": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator/releases/download/v1.0.6/QrCodeGenerator.zip" +} \ No newline at end of file From a1c708de795eee71952540182d8bd37ab07f1b03 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sat, 18 Jan 2025 16:38:10 +1100 Subject: [PATCH 2/2] use cdn for icopath --- plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json b/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json index 0c36ccf16..84a7341ab 100644 --- a/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json +++ b/plugins/QrCodeGenerator-340E73A8A8C148A28082C90207E097B3.json @@ -8,6 +8,6 @@ "Language": "csharp", "Website": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator", "UrlSourceCode": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator", - "IcoPath": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator/raw/main/Flow.Launcher.Plugin.QrCodeGenerator/Images/QrCodeGenerator-icon.png", + "IcoPath": "https://cdn.jsdelivr.net/gh/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator/Flow.Launcher.Plugin.QrCodeGenerator/Images/QrCodeGenerator-icon.png", "UrlDownload": "https://github.com/yu-xiaoyao/Flow.Launcher.Plugin.QrCodeGenerator/releases/download/v1.0.6/QrCodeGenerator.zip" } \ No newline at end of file