diff --git a/Dockerfile b/Dockerfile index 568c6b7..8d16ab4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,6 @@ ARG WXHELPER_URL=https://github.com/ttttupup/wxhelper/releases/download/3.9.5.81 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 RUN sudo chown app:app DllInjector.exe && sudo chmod a+x DllInjector.exe diff --git a/Fonts/msgothic.ttc b/Fonts/msgothic.ttc deleted file mode 100644 index 7bfcdf7..0000000 Binary files a/Fonts/msgothic.ttc and /dev/null differ diff --git a/Fonts/msjh.ttc b/Fonts/msjh.ttc deleted file mode 100644 index ee31089..0000000 Binary files a/Fonts/msjh.ttc and /dev/null differ diff --git a/Fonts/msjhbd.ttc b/Fonts/msjhbd.ttc deleted file mode 100644 index bf4b604..0000000 Binary files a/Fonts/msjhbd.ttc and /dev/null differ diff --git a/Fonts/msjhl.ttc b/Fonts/msjhl.ttc deleted file mode 100644 index fc31ca2..0000000 Binary files a/Fonts/msjhl.ttc and /dev/null differ diff --git a/Fonts/msyh.ttc b/Fonts/msyh.ttc deleted file mode 100644 index ddc87b9..0000000 Binary files a/Fonts/msyh.ttc and /dev/null differ diff --git a/Fonts/msyhbd.ttc b/Fonts/msyhbd.ttc deleted file mode 100644 index 351b10f..0000000 Binary files a/Fonts/msyhbd.ttc and /dev/null differ diff --git a/Fonts/msyhl.ttc b/Fonts/msyhl.ttc deleted file mode 100644 index c185092..0000000 Binary files a/Fonts/msyhl.ttc and /dev/null differ diff --git a/Fonts/msyi.ttf b/Fonts/msyi.ttf deleted file mode 100644 index b3f22ee..0000000 Binary files a/Fonts/msyi.ttf and /dev/null differ diff --git a/Fonts/simfang.ttf b/Fonts/simfang.ttf deleted file mode 100644 index 68334e2..0000000 Binary files a/Fonts/simfang.ttf and /dev/null differ diff --git a/Fonts/simhei.ttf b/Fonts/simhei.ttf deleted file mode 100644 index 5bd4687..0000000 Binary files a/Fonts/simhei.ttf and /dev/null differ diff --git a/Fonts/simkai.ttf b/Fonts/simkai.ttf deleted file mode 100644 index d7c3b90..0000000 Binary files a/Fonts/simkai.ttf and /dev/null differ diff --git a/Fonts/simsun.ttc b/Fonts/simsun.ttc deleted file mode 100644 index 6ca8de3..0000000 Binary files a/Fonts/simsun.ttc and /dev/null differ diff --git a/Fonts/simsunb.ttf b/Fonts/simsunb.ttf deleted file mode 100644 index e85793a..0000000 Binary files a/Fonts/simsunb.ttf and /dev/null differ