chore: bump version to v0.2.6

This commit is contained in:
mofeng-git
2026-08-02 16:37:47 +08:00
parent 47af17bebc
commit 16400df182
6 changed files with 5 additions and 3036 deletions

View File

@@ -34,13 +34,11 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 24 node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- name: Build frontend - name: Build frontend
working-directory: web working-directory: web
run: | run: |
npm ci npm install
npm run build npm run build
- name: Upload frontend dist - name: Upload frontend dist

View File

@@ -37,8 +37,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 24 node-version: 24
cache: npm
cache-dependency-path: web/package-lock.json
- uses: dtolnay/rust-toolchain@stable - uses: dtolnay/rust-toolchain@stable
@@ -59,7 +57,7 @@ jobs:
- name: Build frontend - name: Build frontend
working-directory: web working-directory: web
run: | run: |
npm ci npm install
npm run build npm run build
- name: Set up QEMU - name: Set up QEMU

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "one-kvm" name = "one-kvm"
version = "0.2.5" version = "0.2.6"
edition = "2021" edition = "2021"
authors = ["SilentWind"] authors = ["SilentWind"]
description = "A open and lightweight IP-KVM solution written in Rust" description = "A open and lightweight IP-KVM solution written in Rust"

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "one-kvm", "name": "one-kvm",
"version-string": "0.2.5", "version-string": "0.2.6",
"dependencies": [ "dependencies": [
{ {
"name": "ffmpeg", "name": "ffmpeg",

3027
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "web", "name": "web",
"private": true, "private": true,
"version": "0.2.5", "version": "0.2.6",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",