diff --git a/Dockerfile b/Dockerfile index 1c7a819..568c6b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ WORKDIR /home/app/.wine/drive_c # 补充Windows字体 COPY ./Fonts ./windows/Fonts +RUN sudo chown -R app:app ./windows/Fonts # 加载注入器 ADD https://github.com/furacas/DllInjector/releases/download/v1.4.0/DllInjector64.exe DllInjector.exe diff --git a/Fonts/msgothic.ttc b/Fonts/msgothic.ttc new file mode 100644 index 0000000..7bfcdf7 Binary files /dev/null and b/Fonts/msgothic.ttc differ diff --git a/Fonts/msjh.ttc b/Fonts/msjh.ttc new file mode 100644 index 0000000..ee31089 Binary files /dev/null and b/Fonts/msjh.ttc differ diff --git a/Fonts/msjhbd.ttc b/Fonts/msjhbd.ttc new file mode 100644 index 0000000..bf4b604 Binary files /dev/null and b/Fonts/msjhbd.ttc differ diff --git a/Fonts/msjhl.ttc b/Fonts/msjhl.ttc new file mode 100644 index 0000000..fc31ca2 Binary files /dev/null and b/Fonts/msjhl.ttc differ diff --git a/Fonts/msyi.ttf b/Fonts/msyi.ttf new file mode 100644 index 0000000..b3f22ee Binary files /dev/null and b/Fonts/msyi.ttf differ diff --git a/Fonts/simfang.ttf b/Fonts/simfang.ttf new file mode 100644 index 0000000..68334e2 Binary files /dev/null and b/Fonts/simfang.ttf differ diff --git a/Fonts/simhei.ttf b/Fonts/simhei.ttf new file mode 100644 index 0000000..5bd4687 Binary files /dev/null and b/Fonts/simhei.ttf differ diff --git a/Fonts/simkai.ttf b/Fonts/simkai.ttf new file mode 100644 index 0000000..d7c3b90 Binary files /dev/null and b/Fonts/simkai.ttf differ diff --git a/Fonts/simsun.ttc b/Fonts/simsun.ttc new file mode 100644 index 0000000..6ca8de3 Binary files /dev/null and b/Fonts/simsun.ttc differ diff --git a/Fonts/simsunb.ttf b/Fonts/simsunb.ttf new file mode 100644 index 0000000..e85793a Binary files /dev/null and b/Fonts/simsunb.ttf differ