Skip to content

Commit

Permalink
docs: update readme, header, screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroCBer committed Jan 25, 2024
1 parent a8bfc44 commit bd6dff2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![header](./header.png)

## Telegram Stickers Provider
A Xposed/LSPosed plugin to dump stickers from Telegram to QQ. Almost all 3rd-party telegram clients are supported.
A Xposed/LSPosed plugin to dump stickers from Telegram. Almost all 3rd-party telegram clients are supported.

![screenshot](./screenshot.jpg)

Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,13 @@
android:layout_height="wrap_content"
android:text="@string/usage" />

<TextView
android:id="@+id/textView3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/big_tips"
android:textSize="34sp" />

<Button
android:id="@+id/button2"
android:layout_marginLeft="50dp"
Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
<string name="refresh_sticker">刷新表情包列表</string>
<string name="sticker_list">表情包列表</string>
<string name="ok">得行</string>
<string name="usage">使用方法:\n1. 注入你的 Telegram\n2.打开 Telegram, 看两眼你要同步的表情包(等待表情加载完并显示)\n3. 回到本页面,点击"得行",同步你需要的表情包\n\n其他注意事项:\n有两种质量的图(低清,高清),低清图看一眼就可以获得缓存,高清图得发一次(在同步界面有提示,格式为:总数-l低清数量-h高清数量);\n如果有问题在我群里反馈~\n\n不建议同步涉政之类的表情包过去</string>
<string name="info">Telegram 表情导出器 | 与 QAuxiliary 配合使用</string>
<string name="usage">使用方法:\n1. 注入你的 Telegram\n2.打开 Telegram, 看两眼你要同步的表情包(等待表情加载完并显示)\n3. 回到本页面,点击"得行",同步你需要的表情包\n\n其他注意事项:\n有两种质量的图(低清,高清),低清图看一眼就可以获得缓存,高清图得发一次,或长按表情包以加载(在同步界面有提示,格式为:总数-l低清数量-h高清数量);\n如果有问题在我群里反馈\n</string>
<string name="info">Telegram 表情导出器</string>
<string name="sync">同步</string>
<string name="remove">×</string>
<string name="big_tips">请不要同步键政,涉黄等违法违规表情包。</string>
</resources>
5 changes: 3 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
<string name="refresh_sticker">refresh sticker</string>
<string name="sticker_list">sticker list</string>
<string name="ok">OK</string>
<string name="usage">使用方法:\n1. 注入你的 Telegram\n2.打开 Telegram, 看两眼你要同步的表情包(等待表情加载完并显示)\n3. 回到本页面,点击"得行",同步你需要的表情包\n\n其他注意事项:\n有两种质量的图(低清,高清),低清图看一眼就可以获得缓存,高清图得发一次(在同步界面有提示,格式为:总数-l低清数量-h高清数量);\n如果有问题在我群里反馈~\n\n不建议同步涉政之类的表情包过去</string>
<string name="info">Telegram 表情导出器 | 与 QAuxiliary 配合使用</string>
<string name="usage">使用方法:\n1. 注入你的 Telegram\n2.打开 Telegram, 看两眼你要同步的表情包(等待表情加载完并显示)\n3. 回到本页面,点击"得行",同步你需要的表情包\n\n其他注意事项:\n有两种质量的图(低清,高清),低清图看一眼就可以获得缓存,高清图得发一次(在同步界面有提示,格式为:总数-l低清数量-h高清数量);\n如果有问题在我群里反馈</string>
<string name="info">Telegram 表情导出器</string>
<string name="sync">sync</string>
<string name="remove">×</string>
<string name="big_tips">请不要同步键政,涉黄等违法违规表情包。</string>
</resources>
Binary file modified header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd6dff2

Please sign in to comment.