Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide navbar #751

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const TOPBAR = {
"mobileText": "欢迎报名8月2日上海首个AI原生应用架构开源沙龙!",
"link": "https://summit.aliyun.com/cloudnative2024_developer_shanghai?spm=5176.20960838.0.0.7802305eyqMQf8",
"target": "_blank",
"display": true
"display": false
}
export const MEDIARESOURCE = [
{
Expand Down Expand Up @@ -156,8 +156,8 @@ export const ACTIVITY_CATEGORY = [
export const HEADER_ACTIVITY_CARD = [
{
"collection": "blog",
"slug": "announcement-derby-ops-api",
"description": "关于Nacos Derby数据库运维接口相关问题公告",
"slug": "activity-preview-opss2024",
"description": "Nacos开源之夏2024,贡献社区赢取12000奖金",
"imageUrl": "https://img.alicdn.com/imgextra/i4/O1CN01bGnAVW1pFeLFnlaQL_!!6000000005331-2-tps-508-370.png"
},
{
Expand Down
Loading