This repository has been archived on 2026-02-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
v1-frontend/src/config.ts
2025-10-18 17:34:11 +08:00

12 lines
410 B
TypeScript
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.
// 后端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替换为你自己的图标文件
// 前端初始化完成!恭喜!