Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vilicvane committed Dec 12, 2023
2 parents 3acba03 + fed64e8 commit c9c0bc2
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 85 deletions.
7 changes: 7 additions & 0 deletions .magicspace/boilerplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"name": "plug2proxy",
"license": "MIT",
"author": "vilicvane",
"repository": "https://github.com/vilicvane/plug2proxy.git",
"badges": {
"npm": true,
"repo": true,
"license": true,
"discord": "https://discord.gg/wEVn2qcf8h"
},
"defaultBranch": "master",
"packageManager": "pnpm",
"type": "module",
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[![NPM version](https://img.shields.io/npm/v/plug2proxy?color=%23cb3837&style=flat-square)](https://www.npmjs.com/package/plug2proxy)
[![Repository package.json version](https://img.shields.io/github/package-json/v/vilicvane/plug2proxy?color=%230969da&label=repo&style=flat-square)](./package.json)
[![MIT License](https://img.shields.io/badge/license-MIT-999999?style=flat-square)](./LICENSE)
[![Discord](https://img.shields.io/badge/chat-discord-5662f6?style=flat-square)](https://discord.gg/wEVn2qcf8h)

# Plug2Proxy - 插入代理

由流量出口服务器主动连接入口服务器实现代理的小工具。
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "plug2proxy",
"version": "0.3.0-5",
"repository": "https://github.com/vilicvane/plug2proxy.git",
"license": "MIT",
"author": "vilicvane",
"type": "module",
Expand Down Expand Up @@ -51,14 +52,14 @@
},
"devDependencies": {
"@mufan/eslint-plugin": "^0.2.18",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/node": "^20.9.3",
"cross-env": "^7.0.3",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"run-in-every": "^0.2.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit c9c0bc2

Please sign in to comment.