Initial clean project import

This commit is contained in:
cat-shark
2026-06-19 18:41:41 +08:00
commit a13b804c7a
1306 changed files with 220568 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
import packageJson from "../package.json";
// 🔧 修复:导入前端版本的 util,不要导入 electron 版本
// import {TimeUtil} from "../electron/lib/util"; // ❌ 这是 Node.js 版本,会被打包到渲染进程
const BASE_URL = "";
export const AppConfig = {
name: "天英超级IP智能体",
title: "天英超级IP智能体",
slogan: "Smoke",
version: packageJson.version,
website: ``,
websiteGithub: "",
websiteGitee: "",
apiBaseUrl: `http://49.233.157.120:3002/api`,
updaterUrl: ``,
downloadUrl: ``,
feedbackUrl: ``,
statisticsUrl: ``,
guideUrl: ``,
helpUrl: ``,
serverUrl: ``,
basic: {
userEnable: false,
},
};