Skip to content

Commit 05470f9

Browse files
committed
fix font
1 parent 016265a commit 05470f9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

anpho.lzcapp.telegramv-v1.lpk

12.8 MB
Binary file not shown.

content/fonts/msyh.ttc

18.8 MB
Binary file not shown.

lzc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
manifest: ./lzc-manifest.yml
1010

1111
# contentdir: 指定打包的内容,将会打包到 lpk 中
12-
# contentdir: ./
12+
contentdir: ./content
1313

1414
# pkgout: lpk 包的输出路径
1515
pkgout: ./

lzc-manifest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
lzc-sdk-version: 0.1
22
name: telegram/v
33
package: anpho.lzcapp.telegramv
4-
version: 1.0
4+
version: 1.1
55
description: telegram V
66
license: https://choosealicense.com/licenses/mit/
7-
homepage:
8-
author:
7+
homepage: https://github.com/anpho/lzc-telegram-v
8+
author: anpho
99
application:
1010
subdomain: telegramv
1111
gpu_accel: true
@@ -25,6 +25,7 @@ services:
2525
# sassv/telegram
2626
binds:
2727
- /lzcapp/run/mnt/home/telegram:/config
28+
- /lzcapp/pkg/content/fonts:/usr/share/fonts
2829
environment:
2930
# - HTTP_PROXY=HTTP://whoami:1080
3031
# - ENABLE_CJK_FONT=1

0 commit comments

Comments
 (0)