Feat(Store): Add tool favorite control

Add tool favorite control
This commit is contained in:
2024-04-26 18:09:07 +08:00
parent 64c510cd42
commit 5c77e1ae90
7 changed files with 68 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ export const URL_TOOL_STORE = `${URL_TOOL}/store`
export const URL_TOOL_TEMPLATE = `${URL_TOOL}/template`
export const URL_TOOL_CATEGORY = `${URL_TOOL}/category`
export const URL_TOOL_DETAIL = `${URL_TOOL}/detail`
export const URL_TOOL_FAVORITE = `${URL_TOOL}/favorite`
export const URL_API_V1 = '/api/v1'
export const URL_API_V1_AVATAR_RANDOM_BASE64 = `${URL_API_V1}/avatar/base64`