first commit

This commit is contained in:
LeonspaceX
2025-10-18 17:34:11 +08:00
commit cb0fd04f59
43 changed files with 10922 additions and 0 deletions

12
src/config.ts Normal file
View File

@@ -0,0 +1,12 @@
// 后端API配置
export const API_CONFIG = {
BASE_URL: 'http://127.0.0.1:5000' // 此处填写API BaseURL如果前端使用https后端最好也使用https
};
export const SITE_TITLE = 'Sycamore_Whisper'; // 此处填写站点标题
export default API_CONFIG;
// 接下来,请修改默认站点图标
// 请将/public/icon.png替换为你自己的图标文件
// 前端初始化完成!恭喜!