Skip to content

Commit ce5a3bc

Browse files
committed
开源:采用 MIT 协议(LICENSE + package.json license 字段 + README 徽章)
1 parent 9702a00 commit ce5a3bc

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 lettimepassby
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 中转站余额监控 · Relay Monitor v2
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
4+
35
监控 **sub2api****new-api** 类中转站余额的自托管面板。
46
**v2 技术栈**:Next.js 16 全栈(App Router + Route Handlers)+ Ant Design Pro(antd 6 + pro-components)+ MySQL 持久化,浅色 / 深色双主题。
57

@@ -103,3 +105,7 @@ relay-monitor/
103105
- 中转站凭证保存于你自有的 MySQL(`stations` 表)——这是查询上游所必需的;请妥善保护数据库访问权限
104106
- API 响应中不回传任何令牌 / 密钥 / 密码原文
105107
- 构建产物经文件追踪排除,凭证目录绝不进入镜像
108+
109+
## 开源协议
110+
111+
[MIT](LICENSE) © lettimepassby

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "relay-monitor",
33
"version": "2.0.2",
44
"private": true,
5+
"license": "MIT",
56
"type": "module",
67
"description": "中转站余额监控面板 v2:Next.js 全栈 + Ant Design Pro (antd 6) + MySQL",
78
"scripts": {

0 commit comments

Comments
 (0)