mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update settings.html
This commit is contained in:
parent
438a9684ee
commit
d972a0ecc2
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
|||
</a-col>
|
||||
<a-col :lg="24" :xl="12">
|
||||
<a-select v-model="fragmentPackets" style="width: 100%" :dropdown-class-name="themeSwitcher.currentTheme">
|
||||
<a-select-option :value="p" :label="p" v-for="p in ['1-1', '1-3', 'tlshello']"> [[ p ]] </a-select-option>
|
||||
<a-select-option :value="p" :label="p" v-for="p in ['1-2', '1-5', '1-1', '1-3', 'tlshello']"> [[ p ]] </a-select-option>
|
||||
</a-select>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
|
Loading…
Reference in a new issue