版本号 = 0.1.0

This commit is contained in:
CrescentLeaf
2025-12-13 14:28:57 +08:00
parent e22d99d04f
commit bb065f1ecc
3 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{ {
"name": "lingchair-client-protocol", "name": "lingchair-client-protocol",
"version": "0.1.0",
"type": "module", "type": "module",
"main": "./main.ts", "main": "./main.ts",
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "lingchair-client", "name": "lingchair-client",
"type": "module", "type": "module",
"version": "0.1.0-alpha", "version": "0.1.0",
"scripts": { "scripts": {
"build": "npx vite build", "build": "npx vite build",
"build-watch": "npx vite --watch build" "build-watch": "npx vite --watch build"

View File

@@ -1,5 +1,6 @@
{ {
"name": "lingchair", "name": "lingchair",
"version": "0.1.0",
"type": "module", "type": "module",
"workspaces": [ "workspaces": [
"./mdui_patched", "./mdui_patched",