|
14 | 14 | <div id="app"> |
15 | 15 | <div class="nav" @mouseenter="animbck" @mouseleave="animfwd"> |
16 | 16 | <div id="extlinks"> |
17 | | - <a id="title" href="https://logcreative.github.io/LaTeXSparkle/" target="_blank" > |
18 | | - <embed src="res/logo/cnflogo.svg" class="flogo"> |
19 | | - </a> |
| 17 | + <div id="title" v-html="$t('nav.flogoadd')"></div> |
20 | 18 | <div id="poweredby" class="accordion"> |
21 | 19 | <a class="acckey" @click="changelang" target="_blank" style="cursor: pointer;" :title="$t('nav.lang_title')"><div class="icon" style="display: inline; font-weight: bold;">{{$t('nav.lang_icon')}} </div><div class="value">{{$t('nav.lang')}}</div></a> |
22 | 20 | <!-- darkmode --> |
|
32 | 30 | <a href="https://github.com/LogCreative/PGFPlotsEdt" target="_blank">{{ $t('nav.title') }}</a><br> |
33 | 31 | <div style="display: inline-block; color: rgba(128, 128, 128, 0.5);">{{ $t('nav.subtitle') }} <div id="version" style="display: inline-block;"></div></div> |
34 | 32 | <div id="template" class="accordion"> |
35 | | - <tplbutton tplname="折线图" :tplid="1"></tplbutton> |
36 | | - <tplbutton tplname="折点图" :tplid="2"></tplbutton> |
37 | | - <tplbutton tplname="散点图" :tplid="3"></tplbutton> |
38 | | - <tplbutton tplname="柱形图" :tplid="4"></tplbutton> |
39 | | - <tplbutton tplname="面积图" :tplid="5"></tplbutton> |
40 | | - <tplbutton tplname="曲面图" :tplid="6"></tplbutton> |
41 | | - <tplbutton tplname="等高图" :tplid="7"></tplbutton> |
42 | | - <tplbutton tplname="直方图" :tplid="8"></tplbutton> |
43 | | - <tplbutton tplname="箱式图" :tplid="9"></tplbutton> |
44 | | - <tplbutton tplname="极坐标" :tplid="10"></tplbutton> |
| 33 | + <tplbutton :tplname="$t('nav.tpl1')" :tplid="1"></tplbutton> |
| 34 | + <tplbutton :tplname="$t('nav.tpl2')" :tplid="2"></tplbutton> |
| 35 | + <tplbutton :tplname="$t('nav.tpl3')" :tplid="3"></tplbutton> |
| 36 | + <tplbutton :tplname="$t('nav.tpl4')" :tplid="4"></tplbutton> |
| 37 | + <tplbutton :tplname="$t('nav.tpl5')" :tplid="5"></tplbutton> |
| 38 | + <tplbutton :tplname="$t('nav.tpl6')" :tplid="6"></tplbutton> |
| 39 | + <tplbutton :tplname="$t('nav.tpl7')" :tplid="7"></tplbutton> |
| 40 | + <tplbutton :tplname="$t('nav.tpl8')" :tplid="8"></tplbutton> |
| 41 | + <tplbutton :tplname="$t('nav.tpl9')" :tplid="9"></tplbutton> |
| 42 | + <tplbutton :tplname="$t('nav.tpl10')" :tplid="10"></tplbutton> |
45 | 43 | </div> |
46 | 44 | </div> |
47 | 45 | </div> |
|
0 commit comments