github-actions[bot] commited on
Commit
ed42d52
·
1 Parent(s): 8e647b0

Update from GitHub Actions

Browse files
Files changed (1) hide show
  1. 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>