diff --git a/shell/share.sh b/shell/share.sh index 7eeb3e53..2c21042b 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -287,5 +287,4 @@ git_pull_scripts() { detect_termux detect_macos define_cmd -fix_config import_config diff --git a/src/layouts/defaultProps.tsx b/src/layouts/defaultProps.tsx index 3e50384a..b852905b 100644 --- a/src/layouts/defaultProps.tsx +++ b/src/layouts/defaultProps.tsx @@ -26,7 +26,7 @@ export default { }, { path: '/cookie', - name: 'Cookie管理', + name: 'Session管理', icon: , component: '@/pages/cookie/index', },