feat : kitchen

This commit is contained in:
2024-11-08 16:27:25 +08:00
parent 79782dbb4e
commit c491fb79d8
15 changed files with 727 additions and 25 deletions

View File

@@ -30,4 +30,13 @@ class CommonRedisKey
{
return '__system:deleteOssImgList:oss_id';
}
/**
* 获取激活的站点列表
* @return string
*/
public static function getActivateSiteList(): string
{
return '__system:activate:site:list';
}
}