Update project name from "PacBao" to "PakePlus" across configuration files and dependencies

This commit is contained in:
1024小神
2025-09-25 21:50:43 +08:00
parent 33bedc7ab4
commit cdc2b26f3b
7 changed files with 4442 additions and 3710 deletions

8125
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

2
src-tauri/Cargo.lock generated
View File

@@ -3,7 +3,7 @@
version = 3
[[package]]
name = "PacBao"
name = "PakePlus"
version = "1.0.5"
dependencies = [
"base64 0.22.1",

View File

@@ -1,5 +1,5 @@
[package]
name = "PacBao"
name = "PakePlus"
version = "1.0.5"
description = "Turn any webpage into a desktop app and mobile app with Rust."
authors = ["1024xiaoshen"]

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "PacBao",
"productName": "PakePlus",
"version": "../package.json",
"identifier": "com.PacBao.app",
"identifier": "com.pakeplus.app",
"build": {
"devUrl": "http://localhost:1420",
"frontendDist": "../src"

View File

@@ -1,13 +1,9 @@
{
"identifier": "com.PacBao.app",
"identifier": "com.pakeplus.app",
"bundle": {
"active": true,
"targets": "all",
"resources": [
"./data/custom.js",
"./data/man.json",
"./data/vconsole.min.js"
],
"resources": ["./data/man.json", "./data/vconsole.min.js"],
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",

View File

@@ -1,13 +1,9 @@
{
"identifier": "com.PacBao.app",
"identifier": "com.pakeplus.app",
"bundle": {
"active": true,
"targets": "all",
"resources": [
"./data/custom.js",
"./data/man.json",
"./data/vconsole.min.js"
],
"resources": ["./data/man.json", "./data/vconsole.min.js"],
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",

View File

@@ -1,10 +1,9 @@
{
"identifier": "com.PacBao.app",
"identifier": "com.pakeplus.app",
"bundle": {
"active": true,
"targets": "all",
"resources": [
"./data/custom.js",
"./data/man.json",
"./data/vconsole.min.js",
"./data/rh.exe"