Files
calx/start.sh
YANG JIANKUAN 5f7f68150e refactor: 移除自签名证书方案,服务只跑 HTTP
麦克风安全上下文改由部署方案解决:本机用 localhost,
对外部署挂 HTTPS 反向代理。删除 certs/、gen-cert.sh、
/cert 路由与 HTTPS server 分支,文档同步更新。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 19:28:59 +08:00

5 lines
86 B
Bash
Executable File

#!/bin/bash
# 一键启动乘法口诀服务
cd "$(dirname "$0")"
exec node server.js