fix: 默认显示雷达组合反射率
This commit is contained in:
parent
bc7443ca8b
commit
35ba93a435
@ -525,9 +525,9 @@
|
|||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label class="text-sm text-gray-600">叠加显示:</label>
|
<label class="text-sm text-gray-600">叠加显示:</label>
|
||||||
<select id="tileProduct" class="px-2 py-1 border border-gray-300 rounded text-sm">
|
<select id="tileProduct" class="px-2 py-1 border border-gray-300 rounded text-sm">
|
||||||
<option value="none" selected>不显示</option>
|
<option value="none">不显示</option>
|
||||||
<option value="rain">1h 实际降雨</option>
|
<option value="rain">1h 实际降雨</option>
|
||||||
<option value="radar">水汽含量</option>
|
<option value="radar" selected>水汽含量</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user