|
45 | 45 | <q-layout view="hHh LpR fFf">
|
46 | 46 | <q-header elevated class="bg-primary text-white">
|
47 | 47 | <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> |
49 | 49 | <q-separator dark vertical></q-separator>
|
50 | 50 | <q-btn stretch flat label="octave_zstd文档" @click="scrollToTop()"></q-btn>
|
51 | 51 | <q-separator dark vertical></q-separator>
|
|
61 | 61 | </q-list>
|
62 | 62 | </q-btn-dropdown>
|
63 | 63 | <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> |
65 | 65 | <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> |
67 | 67 | <q-separator dark vertical></q-separator>
|
68 | 68 | <q-btn stretch flat label="新闻" @click="goTo('https://octave.org/news.html')"></q-btn>
|
69 | 69 | <q-separator dark vertical></q-separator>
|
|
158 | 158 | <div id="online_install" class="title1 q-ma-md text-primary">在线安装</div>
|
159 | 159 | <p class="q-ma-md">octave_zstd可以在线安装。</p>
|
160 | 160 | <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> |
162 | 162 | <q-separator></q-separator>
|
163 | 163 | <div id="source_code_install" class="title1 q-ma-md text-primary">源码安装</div>
|
164 | 164 | <p class="q-ma-md">octave_zstd可以直接使用tar包安装。</p>
|
|
0 commit comments