github-actions[bot] commited on
Commit ·
6a845db
1
Parent(s): 939740c
Update from GitHub Actions
Browse files- src/web-server.js +0 -1
src/web-server.js
CHANGED
|
@@ -4,7 +4,6 @@ import { getRecentLogs, log, logError, clearLogFile } from './utils/common-utils
|
|
| 4 |
import config from './config.js';
|
| 5 |
|
| 6 |
const app = new Hono();
|
| 7 |
-
|
| 8 |
// 静态 HTML 页面
|
| 9 |
const indexHTML = `
|
| 10 |
<!DOCTYPE html>
|
|
|
|
| 4 |
import config from './config.js';
|
| 5 |
|
| 6 |
const app = new Hono();
|
|
|
|
| 7 |
// 静态 HTML 页面
|
| 8 |
const indexHTML = `
|
| 9 |
<!DOCTYPE html>
|