Skip to content

Commit

Permalink
Rename Console Next -> Console Lite
Browse files Browse the repository at this point in the history
  • Loading branch information
CircuitCoder committed Aug 23, 2016
1 parent 2c2ebb9 commit 00cd3cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Console Next
# Console Lite

可以,这很现代化

Expand Down
2 changes: 1 addition & 1 deletion controller/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<div class="startup" :class="{ ready: ready }" v-show="!picker" transition="opacity">
<div class="brand">
Console Next
Console Lite
</div>
<div class="selector">
<div class="loading-hint" transition="opacity" v-show="loading">
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const {ipcMain, app, globalShortcut, BrowserWindow} = electron;
const server = require('./server/server');
const util = require('./util');

const name = 'Console Next';
const name = 'Console Lite';

app.setName(name);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-next",
"productName": "Console Next",
"productName": "Console Lite",
"version": "0.0.1",
"description": "The next generation of MUN conference softwares",
"main": "main.js",
Expand Down
4 changes: 2 additions & 2 deletions projector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html>
<head>
<meta charset="utf-8">
<title>映射器</title>
<title>Console Lite - 投影</title>
<link rel="stylesheet" href="./style.css">
<script src="./action.js"></script>
</head>
<body onload="setup()">
<div class="layer full background">
<div class="brand">
Console Next
Console Lite
</div>
</div>

Expand Down

0 comments on commit 00cd3cf

Please sign in to comment.