调整:主题配置

This commit is contained in:
Liu 宇阳
2024-11-12 21:11:10 +08:00
parent a7af3b8a64
commit 12988261bd
6 changed files with 47 additions and 25 deletions

View File

@@ -1,4 +1,6 @@
import Request from "@/utils/request";
import { Web } from "@/types/app/project";
import { Layout, Web } from "@/types/app/project";
export const getWebDataAPI = () => Request<Web>("GET", "/project/web")
export const getWebDataAPI = () => Request<Web>("GET", "/project/web")
export const getThemeDataAPI = () => Request<Layout>("GET", "/project/layout")