We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395050b commit 359db84Copy full SHA for 359db84
Bundle/Resources/views/page/index.html.twig
@@ -77,11 +77,13 @@
77
</el-dropdown-menu>
78
</el-dropdown>
79
{% if admin_env() == 'dev' %}
80
- <p class="testing-environment">开发环境</p>
+ <p class="testing-environment" style="right: 0">开发环境</p>
81
{% elseif admin_env() == 'beta' %}
82
- <p class="testing-environment">内测环境</p>
+ <p class="testing-environment" style="right: 0">测试环境</p>
83
{% elseif admin_env() == 'demo' %}
84
- <p class="testing-environment">样品</p>
+ <p class="testing-environment" style="right: 0">样品</p>
85
+ {% elseif admin_env() == 'prod' %}
86
+
87
{% endif %}
88
</div>
89
0 commit comments