mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-06-01 02:09:34 +08:00
调整:主题配置
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user