From 99f4d06785f746b889fb8b415fa3d25eb99222db Mon Sep 17 00:00:00 2001 From: Steven <106362981+stevenleep@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:21:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55af217..6d580c8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Simplify the writing of Javascript front-end Service layer code by using json configuration.. +https://github.com/stevenleep/smart-service/assets/106362981/2b98ec30-6601-448a-a589-891d4b195873 + ## Features - [x] Automatically generate API request functions through simple JSON configuration. @@ -58,4 +60,4 @@ const { createServices } = new LooseService(axiosInstance); ## Contributing - [Contributing Guide](https://github.com/stevenleep/smart-service/blob/main/docs/contributing.md) -- [Publish Guide](https://github.com/stevenleep/smart-service/blob/main/docs/publish.md) \ No newline at end of file +- [Publish Guide](https://github.com/stevenleep/smart-service/blob/main/docs/publish.md)