Skip to content

Commit 9d3626d

Browse files
author
M1Screw
authored
Merge pull request #2398 from SSPanel-UIM/dev
Dev 20240314
2 parents beba6a6 + c456929 commit 9d3626d

24 files changed

+1491
-471
lines changed

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These are supported funding model platforms
2-
ko_fi: m1screw
2+
patreon: catdev

.github/PATREON.png

11.6 KB
Loading

.github/do.png

6.78 KB
Loading

.github/vultr.png

3.98 KB
Loading

README.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SSPanel UIM is a multi-purpose proxy service sales management system designed fo
3838
- 重构的商店系统,支持包括但不限于包年包月,按量计费,接入类型计费等计费模式
3939
- 重构的定时任务系统,一个命令即可自动完成所有定时任务
4040
- 深度集成大型语言模型(Large Language Model),支持工单智能回复,文档生成等功能
41-
- 一键对接 OpenAI,Gemini Pro,Hugging Face Hosted APICloudflare Workers AI 等人工智能服务
41+
- 一键对接 OpenAI,Google AI,Vertex AI, Hugging Face Hosted API, Cloudflare Workers AI 和 Anthropic 等大型语言模型服务
4242

4343
- Integrate multiple payment systems such as Alipay F2F, PayPal, Stripe, etc.
4444
- Support multiple mail services, built-in mail queue function, no third-party components are required to use
@@ -49,7 +49,7 @@ SSPanel UIM is a multi-purpose proxy service sales management system designed fo
4949
- Refactored store system, support billing modes including but not limited to annual/monthly, pay-as-you-go, access type billing, etc.
5050
- Refactored scheduled task system, one command can automatically complete all scheduled tasks
5151
- Deep integration of large language models, support intelligent reply to ticket, document generation and other functions
52-
- One-click access to OpenAI, Gemini Pro, Hugging Face Hosted API, Cloudflare Workers AI and other artificial intelligence services
52+
- One-click access to OpenAI, Google AI, Vertex AI, Hugging Face Hosted API, Cloudflare Workers AI and Anthropic and other large language model services
5353

5454
## 安装 / Installation
5555

@@ -58,8 +58,8 @@ SSPanel UIM requires the following programs to be installed and run normally:
5858

5959
- Git
6060
- Nginx(必须使用 HTTPS/HTTPS is REQUIRED)
61-
- PHP 8.2+ (强烈推荐开启 OPcache /OPcache is highly recommended)
62-
- MariaDB 10.11+(关闭严格模式,不兼容 MySQL/Disable strict mode, DO NOT USE MySQL
61+
- PHP 8.2+ (强烈推荐开启 OPcache+JIT /OPcache+JIT is highly recommended)
62+
- MariaDB 10.11+(关闭严格模式/Disable strict mode)
6363
- Redis 7.0+
6464

6565
## 文档 / Documentation
@@ -82,17 +82,12 @@ You can view other projects maintained by our developers on the [SSPanel-UIM Dev
8282

8383
### M1Screw
8484

85-
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O850UEH)
85+
<a href="https://www.patreon.com/catdev"><img src=".github/PATREON.png" width="300"></a>
8686

87-
<a href="https://www.vultr.com/?ref=8941355-8H"><img src="https://www.vultr.com/media/logo_onwhite.svg" alt="Vultr" width="200" align="left" style="background-color:#2e3136"/></a>
87+
<a href="https://www.vultr.com/?ref=8941355-8H"><img src=".github/vultr.png" width="300"></a>
8888

89-
<br>
90-
<br>
91-
92-
<a href="https://www.digitalocean.com/?refcode=50f1a3b6244c&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" alt="DigitalOcean Referral Badge" align="left" /></a>
89+
<a href="https://www.digitalocean.com/?refcode=50f1a3b6244c"><img src=".github/do.png" width="300"></a>
9390

94-
<br>
95-
<br>
9691

9792
## 赞助商 / Sponsors
9893

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414
"ext-xml": "*",
1515
"ext-yaml": "*",
1616
"ext-zip": "*",
17+
"alibabacloud/dm-20170622": "^1.2",
1718
"alipaysdk/openapi": "*@dev",
1819
"aws/aws-sdk-php": "^3",
1920
"geoip2/geoip2": "^3",
2021
"guzzlehttp/guzzle": "^7",
2122
"guzzlehttp/psr7": "^2",
22-
"illuminate/database": "^10.44.0",
23-
"illuminate/pagination": "^10.44.0",
23+
"illuminate/database": "^11",
24+
"illuminate/pagination": "^11",
2425
"irazasyed/telegram-bot-sdk": "^3",
2526
"lcobucci/jwt": "^5",
26-
"mailchimp/transactional": "^1.0",
27+
"mailchimp/transactional": "^1",
2728
"mailgun/mailgun-php": "^4",
2829
"nikolaposa/rate-limit": "^3",
2930
"openai-php/client": "^0",
@@ -39,7 +40,7 @@
3940
"srmklive/paypal": "^3",
4041
"stripe/stripe-php": "^13",
4142
"symfony/http-client": "^7",
42-
"symfony/translation": "^6|^7",
43+
"symfony/translation": "^7",
4344
"tronovav/geoip2-update": "^2",
4445
"twig/twig": "^3",
4546
"vectorface/googleauthenticator": "^3",

0 commit comments

Comments
 (0)