Skip to content

Commit

Permalink
feat: 新增导入EIF功能
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyuesaves committed Jul 22, 2024
1 parent eba40d8 commit f49e1da
Show file tree
Hide file tree
Showing 7 changed files with 656 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/html/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,16 @@ <h2>下载tg贴纸</h2>
</div>
</li>
<hr class="horizontal-dividing-line" />
<li class="vertical-list-item">
<div>
<h2>导入EIF贴纸</h2>
<span class="secondary-text"> 由于无法读取文件中的分组数据,因此导入的路径为:本地表情路径/EIF文件名/1,2... </span>
</div>
<div class="ops-btns">
<button class="q-button q-button--small q-button--secondary import-eif-sticker">选择</button>
</div>
</li>
<hr class="horizontal-dividing-line" />
<li class="vertical-list-item">
<div>
<h2>移动功能位置</h2>
Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import "./main_modules/localEmoticons.js";
import "./main_modules/getWebPreview.js";
import "./main_modules/updatePlugins.js";
import "./main_modules/getTgSticker.js";
import "./main_modules/extractEifFile.js";

const log = new Logs("main");
const err = new Logs("Error");
Expand Down
Loading

0 comments on commit f49e1da

Please sign in to comment.