📝 Update Description

This commit is contained in:
Tw93
2023-07-22 22:45:06 +08:00
parent 21ff3f3a65
commit 2e7cc3fed9
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/> <img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
</p> </p>
<h1 align="center">Pake</h1> <h1 align="center">Pake</h1>
<p align="center"><strong>很简单的用 Rust 打包网页生成很小的桌面App</strong></p> <p align="center"><strong>用 Rust 轻松构建轻量级跨端桌面应用</strong></p>
<div align="center"> <div align="center">
<a href="https://twitter.com/HiTw93" target="_blank"> <a href="https://twitter.com/HiTw93" target="_blank">
<img alt="twitter" src="https://img.shields.io/badge/follow-Tw93-red?style=flat-square&logo=Twitter"></a> <img alt="twitter" src="https://img.shields.io/badge/follow-Tw93-red?style=flat-square&logo=Twitter"></a>

View File

@@ -1,7 +1,7 @@
{ {
"name": "pake-cli", "name": "pake-cli",
"version": "2.2.5", "version": "2.2.5",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 用 Rust 轻松构建轻量级跨端桌面应用。",
"engines": { "engines": {
"node": ">=16.0.0" "node": ">=16.0.0"
}, },