🚧 debug new cli

This commit is contained in:
Tw93
2024-12-10 17:34:10 +08:00
parent 188f69cf7d
commit 9a28784f4d
3 changed files with 7 additions and 2 deletions

2
bin/utils/url.ts vendored
View File

@@ -1,4 +1,4 @@
import psl from 'psl';
import * as psl from 'psl';
import isUrl from 'is-url';
// Extracts the domain from a given URL.

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.5.2",
"version": "3.0.0-beta",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。",
"engines": {
"node": ">=16.0.0"

View File

@@ -7,6 +7,11 @@
"security": {
"csp": null
},
"trayIcon": {
"iconPath": "png/weread_512.png",
"iconAsTemplate": false,
"id": "pake-tray"
},
"withGlobalTauri": true
},
"build": {