Skip to content

Commit b229059

Browse files
committed
4.7.0
1 parent 2bcbcc4 commit b229059

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Release
55
1. Update `package.json` version.
66
2. `npm run pro`
7-
3. `npm pubish`
7+
3. `npm run p`

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linux-remote/client",
3-
"version": "4.0.5",
3+
"version": "4.7.0",
44
"author": {
55
"name": "Du Wei",
66
"email": "[email protected]"
@@ -17,6 +17,7 @@
1717
"build": "webpack --colors --hide-modules",
1818
"_pro_build": "webpack --colors",
1919
"pro": "node script/pro",
20+
"p": "npm publish --access public",
2021
"publish": "node ../linux-remote/up-version-map.js",
2122
"minBC": "terser ./src/lib/browser-check.js -o ./src/lib/browser-check.min.js --compress --mangle"
2223
},

src/store/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $win.on('offline', function(){
1919

2020
window.APP = Object.create(null);
2121

22-
import { TypeOf, noop } from '../lib/util';
22+
import { TypeOf } from '../lib/util';
2323
import { SR_KEY_TERM_WRITE, WS_RECONNECT_TIME, AFR_TIMEOUT} from '../lib/constant';
2424
import language from './module/language';
2525
import { termWrite, termExit } from '../sys-app/terminal/map';

src/store/module/sys-apps-map.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const map = {
3131
},
3232
sys_app_users: {
3333
name: "Users Manager",
34+
hidden: true,
3435
iconUrl: 'nuvola/Nuvola_apps_kdmconfig.png',
3536
window: {
3637
autoFocus: false

0 commit comments

Comments
 (0)