Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 471606c

Browse files
author
icymind
committed
add importProfile button to UI
1 parent 8d250ce commit 471606c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

html/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ <h4 class="ui header teal">代理状态</h4>
325325
</div>
326326
</div>
327327
</div>
328+
<!-- <div class="ui icon labeled button" @click="importProfile"> -->
329+
<!-- <i class="ui paste icon"></i> -->
330+
<!-- 导入 -->
331+
<!-- </div> -->
328332
</div>
329333
<div class="ui divider hidden"></div>
330334
<form class="ui form">

js/manage.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ const myApp = new Vue({
235235
duration: 10
236236
})
237237
},
238+
async importProfile () {
239+
// TODO:
240+
},
238241
async saveProfile () {
239242
// save: proxies, mode, BWList
240243
this.saveFields('proxies')

0 commit comments

Comments
 (0)