1
0
mirror of synced 2025-11-06 04:21:11 +08:00

chore: small changes

This commit is contained in:
redhoodsu
2024-10-08 23:01:21 +08:00
parent f8315c2971
commit c6b3e4ff62
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
"licia": "^1.42.0",
"luna-box-model": "^1.0.0",
"luna-console": "^1.3.4",
"luna-data-grid": "^0.6.0",
"luna-data-grid": "^1.0.0",
"luna-dom-viewer": "^1.4.0",
"luna-modal": "^1.2.3",
"luna-notification": "^0.3.2",

View File

@@ -105,7 +105,7 @@ export default [
fn() {
loadPlugin('monitor')
},
desc: 'Display page fps and memory',
desc: 'Display page fps, memory and dom nodes',
},
{
name: 'Load Features Plugin',
@@ -224,7 +224,7 @@ function loadPlugin(name) {
}
const pluginVersion = {
monitor: '1.0.2',
monitor: '1.1.1',
features: '2.1.0',
timing: '2.0.1',
code: '2.2.0',