diff --git a/README.md b/README.md index 2310aa9..4c65c88 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,23 @@ # GithubStarsManager -An app for managing github starred repositories. + +An app for managing github starred repositories. > demo: https://soft-stroopwafel-2b73d1.netlify.app/ -## ✨ Features +## ✨ Features ### Starred Repo Manager 1. Automatically pull the starred repositories under your github account. You can use AI to automatically analyze the repository and automatically generate repository descriptions, labels, and classifications. 2. through the filter, **natural language search**, you can quickly find the repository. -![SCR-20250629-qkjk](upload/SCR-20250629-qkjk.png) +![SCR-20250629-qkjk](upload/repo.jpg) ### Releases view Subscribe to release notifications in your starred repositories to quickly view and download the released files when they become available. -![SCR-20250629-qkea](upload/SCR-20250629-qkea.png) +![SCR-20250629-qkea](upload/release.jpg) ### Using Custom AI Models @@ -37,3 +38,4 @@ Use your own AI model API that supports OpenAI-compatible interfaces. 1. There is no backend for this app, so save your important data on your own. 2. I can't write code, this app is entirely written by the AI, mainly for my personal requirment. If you have a new feature or meet a bug, I can only try to do it, but I can't guarantee it, because it depends on the AI to do it successfully.😹 + diff --git a/upload/release.jpg b/upload/release.jpg new file mode 100644 index 0000000..8a89b3b Binary files /dev/null and b/upload/release.jpg differ diff --git a/upload/repo.jpg b/upload/repo.jpg new file mode 100644 index 0000000..4e6252e Binary files /dev/null and b/upload/repo.jpg differ