Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oxygenkun committed Jun 23, 2024
1 parent 7c2c593 commit a44d3d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div class="rpc-config download-video-config-section">
<div>
<div>aria2下载附属资源(若支持):</div>
<SwitchBox v-model="isPluginDownloadAssets" @change="saveSettings"/>
<div>aria2下载附属资源(若支持):</div>
<SwitchBox v-model="isPluginDownloadAssets" @change="saveSettings" />
</div>
<div v-if="isRenaming" class="profile-select">
<div class="profile-item-name">重命名 RPC 预设:</div>
Expand Down

0 comments on commit a44d3d0

Please sign in to comment.