Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit 544d83b

Browse files
author
Ke, Mingze
committed
Rename index.html -> serial.html
1 parent a68b151 commit 544d83b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎chrome-app/eventPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
chrome.app.runtime.onLaunched.addListener(function () {
1414

15-
chrome.app.window.create('index.html', {
16-
id: "main",
15+
chrome.app.window.create('serial.html', {
16+
id: "serial",
1717
innerBounds: {
1818
width: 480,
1919
height: 640,

‎chrome-app/index.html renamed to ‎chrome-app/serial.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<title>Chrome API Proxy</title>
6+
<title>Serial Port Status</title>
77
<script src="json-human/src/json.human.js"></script>
8-
<script src="main.js"></script>
8+
<script src="serial.js"></script>
99
<link rel="stylesheet" href="json-human/css/json.human.css"></link>
1010
<style>
1111
html,
@@ -24,7 +24,7 @@
2424
</head>
2525

2626
<body>
27-
<button class='button' id='refresh'>刷新</button>
27+
<button class='button' id='refresh'>Refresh</button>
2828
<h1>Serial Port Status</h1>
2929
<div id='serial-port-status'></div>
3030
<div>
File renamed without changes.

0 commit comments

Comments
 (0)