Skip to content

Commit

Permalink
qq machine
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxg committed Sep 28, 2021
1 parent a98b875 commit 1127416
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/templates/fragment/chooseQL.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<tr>
<th scope="col">勾选</th>
<th scope="col">青龙</th>
<th scope="col">容量</th>
<#-- <th scope="col">登录方式</th>-->
<th scope="col">可用容量</th>
</tr>
</thead>
<tbody>
<#list qlConfigs as s>
<tr>
<td>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="defaultCheck${s.id}" name="chooseQLId" value="${s.id}">
<input class="form-check-input" type="checkbox" id="defaultCheck${s.id}" name="chooseQLId"
value="${s.id}">
</div>
</td>
<td>${s.label!(s.qlUrl)}</td>
<td>${s.remain}</td>
<#-- <td>${s.qlLoginType}</td>-->
<#-- <td>${s.qlLoginType}</td>-->
</tr>
</#list>
</tbody>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@
$("#availChromeCount").text(availChromeCount);
$("#webSessionCount").text(webSessionCount);
$("#qqSessionCount").text(qqSessionCount);
$("#totalChromeCount").text(totalChromeCount);
<#if debug == true>
if (screen) {
$("#jd-screen").attr('src', 'data:image/png;base64,' + screen);
Expand Down

0 comments on commit 1127416

Please sign in to comment.