first commit
This commit is contained in:
12
src/config.ts
Normal file
12
src/config.ts
Normal 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替换为你自己的图标文件
|
||||
|
||||
// 前端初始化完成!恭喜!
|
||||
Reference in New Issue
Block a user