Skip to content

Commit e3b7eb2

Browse files
committed
feat: update version
1 parent ab27a29 commit e3b7eb2

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iot-dc3-web",
3-
"version": "1.3.2",
3+
"version": "2022.1.0",
44
"private": true,
55
"author": "pnoker",
66
"description": "DC3 IoT 平台前端页面",

src/config/plugins/index.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ import '@/config/plugins/highlight/highlight.js';
33
import '@/config/plugins/map/baidu-map.js';
44

55
console.log(
6-
'.___ ___________ ________ _________ ________ __ __ ___. \n' +
7-
'| | ___\\__ ___/ \\______ \\ \\_ ___ \\\\_____ \\ / \\ / \\ ____\\_ |__ \n' +
8-
'| |/ _ \\| | | | \\/ \\ \\/ _(__ < \\ \\/\\/ // __ \\| __ \\ \n' +
9-
'| ( <_> ) | | ` \\ \\____/ \\ \\ /\\ ___/| \\_\\ \\\n' +
10-
'|___|\\____/|____| /_______ /\\______ /______ / \\__/\\ / \\___ >___ /\n' +
11-
' \\/ \\/ \\/ \\/ \\/ \\/ \n' +
6+
'.___ ___________ ________ _________ ________\n' +
7+
'| | ___\\__ ___/ \\______ \\ \\_ ___ \\\\_____ \\\n' +
8+
'| |/ _ \\| | | | \\/ \\ \\/ _(__ <\n' +
9+
'| ( <_> ) | | ` \\ \\____/ \\\n' +
10+
'|___|\\____/|____| /_______ /\\______ /______ /\n' +
11+
' \\/ \\/ \\/\n' +
1212
'https://doc.dc3.site\n' +
13-
'https://gitee.com/pnoker/iot-dc3\n' +
14-
'https://github.com/pnoker/iot-dc3\n' +
15-
'DC3 IOT Platform V1.3.2.SR Pnoker Authors'
13+
'${AnsiColor.BRIGHT_CYAN}DC3 IOT Platform V2022.1.0 ${AnsiColor.BRIGHT_YELLOW}Pnoker${AnsiColor.BRIGHT_CYAN} Authors'
1614
);

0 commit comments

Comments
 (0)