Jinxing Lin

Results 2 issues of Jinxing Lin

## 项目结构 ```bash . ├── dist │ ├── index.js │ ├── mail.js │ ├── notion.js │ └── parser.js ├── node_modules ├── package.json ├── serverless.yml ├── src │ ├── index.ts │...

服务端配置 ```json { "log": { "loglevel": "warning" }, "inbounds": [ { "port": 8080, "protocol": "vless", "settings": { "clients": [ { "id": "xxxxxxxxxx", "flow": "xtls-rprx-direct" } ], "decryption": "none", "fallbacks": [...