diff --git a/.dockerignore b/.dockerignore index 25b3573..47bd377 100644 --- a/.dockerignore +++ b/.dockerignore @@ -33,3 +33,11 @@ access/*.json db cache config + +README.md +.gitignore +qodana.yaml +screenshot +LICENSE + +.github diff --git a/README.md b/README.md index eb6454e..3cde477 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,8 @@ - ⚡ Billing system (support anonymous billing, billing by number of times, Token billing, etc.) 20. 📂 文件上传功能 (支持 pdf, docx, pptx, xlsx, 音频, 图片等) - 📂 File upload function (support pdf, docx, pptx, xlsx, audio, images, etc.) - +21. 🥪 All in one (支持 smtp 发件,用户管理等功能) + - 🥪 All in one (supports smtp sending, user management, etc.) ## 🔨 模型 | Models @@ -90,6 +91,8 @@ ![shop](/screenshot/shop.png) ![subscription](/screenshot/subscription.png) ![admin](/screenshot/admin.png) +![channel](/screenshot/channel.png) +![charge](/screenshot/charge.png) ## 📦 部署 | Deploy diff --git a/screenshot/admin.png b/screenshot/admin.png index f487aae..8b200df 100644 Binary files a/screenshot/admin.png and b/screenshot/admin.png differ diff --git a/screenshot/channel.png b/screenshot/channel.png new file mode 100644 index 0000000..036ecba Binary files /dev/null and b/screenshot/channel.png differ diff --git a/screenshot/charge.png b/screenshot/charge.png new file mode 100644 index 0000000..f8433a9 Binary files /dev/null and b/screenshot/charge.png differ diff --git a/screenshot/landspace.png b/screenshot/landspace.png index cbee28f..a10ce6d 100644 Binary files a/screenshot/landspace.png and b/screenshot/landspace.png differ diff --git a/screenshot/shop.png b/screenshot/shop.png index 588b5cf..d437343 100644 Binary files a/screenshot/shop.png and b/screenshot/shop.png differ