Skip to content

Commit c64804a

Browse files
committed
Fix CNOCTAVE websites.
1 parent 3f9b8bb commit c64804a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: octave_zstd
2-
Version: 1.0.1
2+
Version: 1.0.2
33
Date: 2024-10-10
44
Author: various authors
55
Maintainer: Yu Hongbo <[email protected]>, CNOCTAVE <[email protected]>

NEWS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
** v1.0.2
2+
Fix CNOCTAVE websites.
3+
-------------------------------------------------------
14
** v1.0.1
25
Fix online install guide.
36
-------------------------------------------------------

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<q-layout view="hHh LpR fFf">
4646
<q-header elevated class="bg-primary text-white">
4747
<q-toolbar class="bg-primary text-white q-ny-md shadow-2">
48-
<q-btn stretch flat label="Octave中文网" @click="goTo('index.html')"></q-btn>
48+
<q-btn stretch flat label="Octave中文网" @click="goTo('https://cnoctave.cn')"></q-btn>
4949
<q-separator dark vertical></q-separator>
5050
<q-btn stretch flat label="octave_zstd文档" @click="scrollToTop()"></q-btn>
5151
<q-separator dark vertical></q-separator>
@@ -61,9 +61,9 @@
6161
</q-list>
6262
</q-btn-dropdown>
6363
<q-separator dark vertical></q-separator>
64-
<q-btn stretch flat label="中文版Octave文档" @click="goTo('index.html')"></q-btn>
64+
<q-btn stretch flat label="中文版Octave文档" @click="goTo('https://docs.cnoctave.cn')"></q-btn>
6565
<q-separator dark vertical></q-separator>
66-
<q-btn stretch flat label="学术交流论坛" @click="goTo('index.html')"></q-btn>
66+
<q-btn stretch flat label="学术交流论坛" @click="goTo('https://forum.cnoctave.cn')"></q-btn>
6767
<q-separator dark vertical></q-separator>
6868
<q-btn stretch flat label="新闻" @click="goTo('https://octave.org/news.html')"></q-btn>
6969
<q-separator dark vertical></q-separator>
@@ -158,7 +158,7 @@
158158
<div id="online_install" class="title1 q-ma-md text-primary">在线安装</div>
159159
<p class="q-ma-md">octave_zstd可以在线安装。</p>
160160
<div class="text-h5 q-ma-md text-red-10">在线安装octave_zstd,代码如下:</div>
161-
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_zstd/releases/download/1.0.1/octave_zstd.tar.gz'</p>
161+
<p class="q-ma-md">>> pkg install 'https://github.com/CNOCTAVE/octave_zstd/releases/download/1.0.2/octave_zstd.tar.gz'</p>
162162
<q-separator></q-separator>
163163
<div id="source_code_install" class="title1 q-ma-md text-primary">源码安装</div>
164164
<p class="q-ma-md">octave_zstd可以直接使用tar包安装。</p>

0 commit comments

Comments
 (0)