|
@@ -17,10 +17,10 @@
|
|
|
<img src="../static/img/fe-16.png" alt="fehelper"/> FeHelper</a>:网页再造精灵
|
|
|
|
|
|
<span class="x-toolbox">
|
|
|
- <a href="#" id="import" @click="importModifier" class="x-tooltip blue-tooltip">导入精灵</a><span class="x-line">|</span>
|
|
|
- <a href="#" id="export" @click="exportModifier" class="x-tooltip blue-tooltip">导出精灵</a><span class="x-line">|</span>
|
|
|
+ <a href="#" id="import" @click="importModifier()" class="x-tooltip blue-tooltip">导入精灵</a><span class="x-line">|</span>
|
|
|
+ <a href="#" id="export" @click="exportModifier()" class="x-tooltip blue-tooltip">导出精灵</a><span class="x-line">|</span>
|
|
|
<a href="#" id="disable" @click="disableModifier()" class="x-tooltip blue-tooltip">全部停用</a><span class="x-line">|</span>
|
|
|
- <a href="#" id="remove" @click="removeModifier" class="x-tooltip blue-tooltip">全部删除</a>
|
|
|
+ <a href="#" id="remove" @click="removeModifier()" class="x-tooltip blue-tooltip">全部删除</a>
|
|
|
</span>
|
|
|
|
|
|
</h3>
|