diff --git a/src/components/crossPlatforms.vue b/src/components/crossPlatforms.vue index f18c51c..e7b7926 100644 --- a/src/components/crossPlatforms.vue +++ b/src/components/crossPlatforms.vue @@ -35,11 +35,11 @@ scoop install plc`, icon: "fa-brands fa-linux", iconColor: "rgb(200, 150, 50)", code: `apt install wget gnupg -wget -O - https://lang.pivotstudio.cn/apt/public.key | apt-key add - -echo "deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main -# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main -deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main -# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main">/etc/apt/sources.list.d/pl.list +wget -O - https://pivotlang.tech/apt/public.key | apt-key add - +echo "deb [arch=amd64] https://pivotlang.tech/apt/repo focal main +# deb-src [arch=amd64] https://pivotlang.tech/apt/repo focal main +deb [arch=amd64] https://pivotlang.tech/apt/repo jammy main +# deb-src [arch=amd64] https://pivotlang.tech/apt/repo jammy main">/etc/apt/sources.list.d/pl.list apt update apt install pivot-lang`, }, diff --git a/src/components/gcEcharts.vue b/src/components/gcEcharts.vue index d0a9757..4bd16b4 100644 --- a/src/components/gcEcharts.vue +++ b/src/components/gcEcharts.vue @@ -51,7 +51,7 @@ onMounted(() => { window.addEventListener('scroll', loadEcharts); }); function gotoBenchmark() { - window.open('https://lang.pivotstudio.cn/docs/systemlib/immix.html#%E6%80%A7%E8%83%BD'); + window.open('https://pivotlang.tech/docs/systemlib/immix.html#%E6%80%A7%E8%83%BD'); }