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 125
125
{% if pagename != master_doc and toc.count('href') > 1 %}
126
126
< hr >
127
127
{% 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 %}
128
138
</ div >
129
139
< div class ="add-your-lang ">
130
140
< 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 {
394
394
color : var (--v-info-light );
395
395
}
396
396
397
+ .version-warning {
398
+ border : 1px solid # 757575 ;
399
+ background-color : # ffaaaa ;
400
+ padding : 8px ;
401
+ }
402
+
397
403
h1 {
398
404
font-size : 32px ;
399
405
margin : 32px 0 20px 0 ;
You can’t perform that action at this time.
0 commit comments