File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<template >
22 <el-container class =" main-container" >
3- <el-header class =" header" >
4- <el-icon class =" logo" ><i-ep-setting /></el-icon >
5- <h2 >LLOneBot 配置可视化编辑器</h2 >
6- </el-header >
3+
74 <el-main >
5+ <el-header class =" header" >
6+ <el-icon class =" logo" ><i-ep-setting /></el-icon >
7+ <h2 >LLTwoBot</h2 >
8+ </el-header >
89 <el-row :gutter =" 24" justify =" center" >
910 <el-col :xs =" 24" :sm =" 22" :md =" 20" :lg =" 16" :xl =" 12" >
1011 <el-card shadow =" hover" class =" config-card" >
1112 <el-form :model =" form" label-width =" 160px" size =" large" class =" config-form" >
1213 <el-divider content-position =" left" ><el-icon ><i-ep-cpu /></el-icon > Satori 协议</el-divider >
1314 <el-row :gutter =" 16" class =" satori-row" >
14- <el-col :span =" 6 " >
15+ <el-col :span =" 12 " >
1516 <el-form-item >
1617 <template #label >启用 Satori</template >
1718 <el-switch v-model =" form.satori.enable" style =" width : 100% ;" />
1819 </el-form-item >
1920 </el-col >
20- <el-col :span =" 8 " >
21+ <el-col :span =" 12 " >
2122 <el-form-item >
2223 <template #label >Satori 端口</template >
2324 <el-input-number v-model =" form.satori.port" :min =" 1" :max =" 65535" style =" width : 100% ;" />
2425 </el-form-item >
2526 </el-col >
26- <el-col :span =" 10 " >
27+ <el-col :span =" 12 " >
2728 <el-form-item >
2829 <template #label >Satori Token</template >
2930 <el-input v-model =" form.satori.token" placeholder =" Satori Token" clearable style =" width : 100% ;" />
You can’t perform that action at this time.
0 commit comments