Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev 20240219 #2365

Merged
merged 5 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,34 @@

## 简介 / TL;DR

SSPanel UIM 是一款专为 Shadowsocks / V2Ray / Trojan / TUIC 协议设计的多用途代理服务销售管理系统。
SSPanel UIM 是一款专为 Shadowsocks(包括 2022 Edition) / V2Ray / Trojan / TUIC 协议设计的多用途代理服务销售管理系统。
SSPanel UIM is a multi-purpose proxy service sales management system designed for Shadowsocks / V2Ray / Trojan / TUIC protocol.

## 特性 / Features

- 集成 支付宝当面付,PayPal,Stripe 等多种支付系统
- Integrate multiple payment systems such as Alipay, PayPal, Stripe, etc.
- 支持多种邮件服务,内置邮件队列功能,无需第三方组件即可使用
- Support multiple mail services, built-in mail queue function, no third-party components are required to use
- 内置基于 Bootstrap 5 的 tabler 主题,模板引擎支持
- Built-in tabler theme based on Bootstrap 5, template engine support
- 支持 Shadowsocks 2022,TUIC 等最新代理协议
- 通用订阅接口,一键 json/clash/sip008/sing-box/v2ray-json 格式订阅下发
- 自定义节点配置,模块化订阅系统,支持多种客户端专用订阅格式
- 重构的商店系统,支持包括但不限于包年包月,按量计费,接入类型计费等计费模式
- 重构的定时任务系统,一个命令即可自动完成所有定时任务
- 深度集成大型语言模型(Large Language Model),支持工单智能回复,文档生成等功能
- 一键对接 OpenAI,Gemini Pro,Hugging Face Hosted API 和 Cloudflare Workers AI 等人工智能服务



- Integrate multiple payment systems such as Alipay F2F, PayPal, Stripe, etc.
- Support multiple mail services, built-in mail queue function, no third-party components are required to use
- Built-in tabler theme based on Bootstrap 5, template engine support
- Support Shadowsocks 2022, TUIC and other latest proxy protocols
- 通用订阅接口,一键 json/clash/sip008/sing-box 格式订阅下发
- Universal subscription interface, one-click json/clash/sip008/sing-box format subscription distribution
- 自定义节点配置,模块化订阅系统,支持多种客户端专用订阅格式
- Custom node configuration, modular subscription system, support multiple client-specific subscription formats
- 重构的商店系统,支持包括但不限于包年包月,按量计费,接入类型计费等计费模式
- Refactored store system, support billing modes including but not limited to annual/monthly, pay-as-you-go, access type billing, etc.
- 重构的定时任务系统,一个命令即可自动完成所有定时任务
- Refactored scheduled task system, one command can automatically complete all scheduled tasks
- Deep integration of large language models, support intelligent reply to ticket, document generation and other functions
- One-click access to OpenAI, Gemini Pro, Hugging Face Hosted API, Cloudflare Workers AI and other artificial intelligence services

## 安装 / Installation

Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@
"ext-xml": "*",
"ext-yaml": "*",
"ext-zip": "*",
"anankke/omnipay-alipay": "^3",
"alipaysdk/openapi": "*@dev",
"aws/aws-sdk-php": "^3",
"geoip2/geoip2": "^3",
"guzzlehttp/guzzle": "^7",
"guzzlehttp/psr7": "^2",
"illuminate/database": "^10",
"illuminate/pagination": "^10",
"illuminate/database": "^10.44.0",
"illuminate/pagination": "^10.44.0",
"irazasyed/telegram-bot-sdk": "^3",
"lcobucci/jwt": "^5",
"league/omnipay": "^3",
"mailgun/mailgun-php": "^4",
"nikolaposa/rate-limit": "^3",
"openai-php/client": "^0",
Expand Down
Loading