Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoker committed Jun 21, 2022
1 parent ab27a29 commit e3b7eb2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iot-dc3-web",
"version": "1.3.2",
"version": "2022.1.0",
"private": true,
"author": "pnoker",
"description": "DC3 IoT 平台前端页面",
Expand Down
16 changes: 7 additions & 9 deletions src/config/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ import '@/config/plugins/highlight/highlight.js';
import '@/config/plugins/map/baidu-map.js';

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

0 comments on commit e3b7eb2

Please sign in to comment.