exam11/index.js
2025-09-09 05:41:37 +08:00

3 lines
176 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 这是一个简单的入口文件用于解决Electron Builder路径解析问题
// 它会直接引用background/main.js作为实际入口点
require('./background/main');