File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 125125 {% if pagename != master_doc and toc.count('href') > 1 %}
126126 < hr >
127127 {% endif %}
128+ {% if "master" in VERSION %}
129+ < div class ="version-warning ">
130+ {% if language.startswith('zh') %}
131+ 您正在浏览 master 分支,该文档可能涉及尚未发布的功能。
132+ {% else %}
133+ You're on the master branch. This documentation may include
134+ functionality that is not released yet.
135+ {% endif %}
136+ </ div >
137+ {% endif %}
128138 </ div >
129139 < div class ="add-your-lang ">
130140 < a href ="https://www.transifex.com/decentfox-studio/gino_1_0/ "
Original file line number Diff line number Diff line change @@ -394,6 +394,12 @@ div.search i {
394394 color : var (--v-info-light );
395395}
396396
397+ .version-warning {
398+ border : 1px solid # 757575 ;
399+ background-color : # ffaaaa ;
400+ padding : 8px ;
401+ }
402+
397403h1 {
398404 font-size : 32px ;
399405 margin : 32px 0 20px 0 ;
You can’t perform that action at this time.
0 commit comments