const SYSTEM_NAME = "v3-admin-vite" /** 缓存数据时用到的 Keys */ class CacheKeys { static TOKEN = `${SYSTEM_NAME}-token-key` static SIDEBAR_STATUS = `${SYSTEM_NAME}-sidebar-status-key` static ACTIVE_THEME_NAME = `${SYSTEM_NAME}-active-theme-name-key` } export default CacheKeys