From 74159940b5b7e48a754cd66f8a53ae7f2fee1f46 Mon Sep 17 00:00:00 2001 From: xing Date: Fri, 22 Mar 2024 12:14:12 +0800 Subject: [PATCH] add thanks jetbrains product license support --- README.md | 6 +++++- readme_en.md | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f585992..fa4cf7c 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,8 @@ go run app/cmd/main.go [-c configpath] [-p port] #### 其它 -用的gin框架和sqlx,在外面封装了层查询的方法。 \ No newline at end of file +用的gin框架和sqlx,在外面封装了层查询的方法。 + +#### 鸣谢 + +[![jetbrains](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png)](https://jb.gg/OpenSourceSupport) \ No newline at end of file diff --git a/readme_en.md b/readme_en.md index cae421b..bab4118 100644 --- a/readme_en.md +++ b/readme_en.md @@ -77,6 +77,10 @@ It is divided into plug-ins that modify the data of list pages and plug-ins that | digest Automatically generate a digest of the specified length | Enlighter code highlighting (enlighterjs plug-in needs to be installed in the background) | | | hiddenLogin hidden login entry | -#### other +#### Others -The gin framework and sqlx used encapsulate the layer query method outside. \ No newline at end of file +The gin framework and sqlx used encapsulate the layer query method outside. + +#### Thanks + +[![jetbrains](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png)](https://jb.gg/OpenSourceSupport) \ No newline at end of file