From 159ca84e46d65badc27235d124976d6db8804255 Mon Sep 17 00:00:00 2001 From: Lipraty Date: Tue, 2 Apr 2024 09:18:43 +0800 Subject: [PATCH] :beers: publish plugin ghtiles (#2621) --- assets/plugins.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/assets/plugins.json b/assets/plugins.json index e320d7e9..01ec70a7 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -5697,5 +5697,17 @@ } ], "is_official": false + }, + { + "module_name": "nonebot_plugin_ghtiles", + "project_link": "nonebot-plugin-ghtiles", + "author": "Lipraty", + "tags": [ + { + "label": "Github", + "color": "#2a2a2a" + } + ], + "is_official": false } ]