feat: 添加图片外链

This commit is contained in:
luchang
2024-05-23 15:53:10 +08:00
parent 20293b6283
commit 3bcff30458
6 changed files with 229 additions and 126 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from '@umijs/max';
export default defineConfig({
define: {
'process.env': {
API_HOST_URL: 'http://localhost:3000',
},
},
});