Skip to content

Commit

Permalink
Merge branch 'develop-astro-nacos' of github.com:Tinie13/nacos-group.…
Browse files Browse the repository at this point in the history
…github.io into develop-astro-nacos
  • Loading branch information
Tinie13 committed Apr 28, 2024
2 parents ebfc8f4 + d2937aa commit c44421d
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Product } from "./common/Product";
import { hoverNacosData,hoverOpenSergoData } from "../utils";
import { ProductPanel } from "./common/ProductPanel";

export const ControlPanel = ({}) => {
export const ControlPanel = ({ }) => {
return (
<ProductPanel title="控制面">
<Product
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/OverViewImage/components/OpsPanel.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Panel } from "./common/Panel";
import { Product } from "./common/Product";
import { hoverOpenkruiseData,hoverKubernetesData } from "../utils";
import { hoverOpenkruiseData, hoverKubernetesData } from "../utils";
import { ProductPanel } from "./common/ProductPanel";

export const OpsPanel = () => {
Expand Down
6 changes: 3 additions & 3 deletions src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export const SITE_DESCRIPTION = 'Welcome to my website!';

// 吊顶提示文案
export const TOPBAR = {
text: '云原生开源沙龙 |云原生安全零信任专场精彩回顾',
mobileText:'云原生开源沙龙 |云原生安全零信任专场精彩回顾',
link: 'https://mp.weixin.qq.com/s/qtxgMb00A9kIzIulNFtuPg',
text: 'Nacos 配置中心安全问题汇总及解决方案',
mobileText:'Nacos 配置中心安全问题汇总及解决方案',
link: 'https://nacos.io/blog/nacos-gvr7dx_awbbpb_sdtk4vkbson424zn/?source=blog_article',
target: '_blank'
}

Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/Nacos-gvr7dx_awbbpb_fmgpdeovfi69g0p3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors: "阿里云高级工程师"

<a name="GG18o"></a>
## Nacos 2.3.1 版本发布
Nacos 2.3.1 主要对 2.3.0版本 进行了一些增强和Bug修复,以提高易用性和稳定性。 <br />从这个版本开始,Nacos再次支持使用SnowFlake算法生成实例ID,使用方式与旧版本相同。 <br />对于控制台,此版本新增了深色风格。感谢所有社区贡献者的无私贡献。<br />关于Nacos2.3.1的详细change log,请查看:
Nacos 2.3.1 主要对 2.3.0版本 进行了一些增强和Bug修复,以提高易用性和稳定性。 <br />从这个版本开始,Nacos再次支持使用SnowFlake算法生成实例ID,使用方式与旧版本相同。 <br />对于控制台,此版本新增了深色风格。感谢所有社区贡献者的无私贡献。<br />关于Nacos2.3.1的详细change log,请查看:
```markdown
## Feature
[#9001] Support snowFlakeInstanceId by SPI.
Expand Down
Loading

0 comments on commit c44421d

Please sign in to comment.