mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-03 17:36:41 +00:00
new version
This commit is contained in:
parent
cda6450ad2
commit
511e0da314
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "neohtop",
|
"name": "neohtop",
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "neohtop",
|
"name": "neohtop",
|
||||||
"version": "1.1.0",
|
"version": "1.1.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "neohtop",
|
"name": "neohtop",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"description": "",
|
"description": "",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@ -1784,7 +1784,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "neohtop"
|
name = "neohtop"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "neohtop"
|
name = "neohtop"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
description = "A cross-platform system monitor"
|
description = "A cross-platform system monitor"
|
||||||
authors = ["you"]
|
authors = ["you"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"productName": "NeoHtop",
|
"productName": "NeoHtop",
|
||||||
"mainBinaryName": "NeoHtop",
|
"mainBinaryName": "NeoHtop",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"identifier": "com.neohtop.dev",
|
"identifier": "com.neohtop.dev",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"os": {
|
"os": {
|
||||||
|
@ -22,7 +22,12 @@
|
|||||||
: [];
|
: [];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Modal {show} title="Process Details" maxWidth="1000px" {onClose}>
|
<Modal
|
||||||
|
{show}
|
||||||
|
title={`${process ? process.name.slice(0, 10) : "Unknown Process"} - Process Details`}
|
||||||
|
maxWidth="1000px"
|
||||||
|
{onClose}
|
||||||
|
>
|
||||||
{#if process}
|
{#if process}
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<!-- Header Stats -->
|
<!-- Header Stats -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user