mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-27 08:00:58 +00:00
feat: 增加回收站开关功能 (#3161)
Refs https://github.com/1Panel-dev/1Panel/issues/2895
This commit is contained in:
@@ -120,3 +120,7 @@ export const RemoveFavorite = (id: number) => {
|
||||
export const BatchChangeRole = (params: File.FileRole) => {
|
||||
return http.post<any>('files/batch/role', params);
|
||||
};
|
||||
|
||||
export const GetRecycleStatus = () => {
|
||||
return http.get<string>('files/recycle/status');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user