https://github.com/caomeiyouren/screen-cloud-function
基于 hono 实现的截图云函数,支持 Vercel 部署
https://github.com/caomeiyouren/screen-cloud-function
Last synced: about 1 month ago
JSON representation
基于 hono 实现的截图云函数,支持 Vercel 部署
- Host: GitHub
- URL: https://github.com/caomeiyouren/screen-cloud-function
- Owner: CaoMeiYouRen
- License: mit
- Created: 2024-10-30T15:25:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T11:57:02.000Z (10 months ago)
- Last Synced: 2025-01-04T22:45:30.874Z (9 months ago)
- Language: TypeScript
- Homepage: https://screen-cloud-function.vercel.app
- Size: 167 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
screen-cloud-function
> 基于 hono 实现的截图云函数,支持 Vercel 部署
## 🏠 主页
[https://github.com/CaoMeiYouRen/screen-cloud-function#readme](https://github.com/CaoMeiYouRen/screen-cloud-function#readme)
## 📦 依赖要求
- node >=18
## 🚀 部署
### Vercel 部署(推荐)
点击以下按钮一键部署到 Vercel。
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCaoMeiYouRen%2Fscreen-cloud-function.git)
## 👨💻 使用
```sh
npm run start
```## 🛠️ 开发
```sh
npm run dev
```## 🔧 编译
```sh
npm run build
```## 🔍 Lint
```sh
npm run lint
```## 💾 Commit
```sh
npm run commit
```## 👤 作者
**CaoMeiYouRen**
* Website: [https://blog.cmyr.ltd/](https://blog.cmyr.ltd/)
* GitHub: [@CaoMeiYouRen](https://github.com/CaoMeiYouRen)
## 🤝 贡献
欢迎 贡献、提问或提出新功能!
如有问题请查看 [issues page](https://github.com/CaoMeiYouRen/screen-cloud-function/issues).
贡献或提出新功能可以查看[contributing guide](https://github.com/CaoMeiYouRen/screen-cloud-function/blob/master/CONTRIBUTING.md).## 💰 支持
如果觉得这个项目有用的话请给一颗⭐️,非常感谢
## 🌟 Star History
[](https://star-history.com/#CaoMeiYouRen/screen-cloud-function&Date)
## 📝 License
Copyright © 2024 [CaoMeiYouRen](https://github.com/CaoMeiYouRen).
This project is [MIT](https://github.com/CaoMeiYouRen/screen-cloud-function/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [cmyr-template-cli](https://github.com/CaoMeiYouRen/cmyr-template-cli)_