mirror of
https://git.chinosk6.cn/chinosk/gkms-local.git
synced 2026-02-04 00:54:51 +00:00
update submodule, update font
This commit is contained in:
@@ -7,14 +7,16 @@
|
||||
|
||||
# How to use
|
||||
|
||||
- 这是一个 XPosed 插件,已 Root 用户可以使用 [LSPosed](https://github.com/LSPosed/LSPosed),未 Root 用户可以使用 [LSPatch](https://github.com/LSPosed/LSPatch)。以上两个框架均测试通过,能正常运行。
|
||||
- 这是一个 XPosed 插件,已 Root 用户可以使用 [LSPosed](https://github.com/LSPosed/LSPosed),未 Root 用户可以使用 [LSPatch](https://github.com/LSPosed/LSPatch)。
|
||||
|
||||
|
||||
|
||||
# TODO
|
||||
|
||||
- [ ] 卡片信息、TIP等部分的文本 hook
|
||||
- [ ] 卡片信息、TIPS 等部分的文本 hook
|
||||
- [ ] TIPS 文本消失
|
||||
- [ ] 更多类型的文件替换
|
||||
- [ ] LSPatch 集成模式无效
|
||||
|
||||
... and more
|
||||
|
||||
|
||||
Submodule app/src/main/assets/gakumas-local updated: 1cbb639d58...9ffa685157
@@ -303,7 +303,7 @@ namespace GakumasLocal::HookMain {
|
||||
const auto newFont = Font_klass->New<void*>();
|
||||
Font_ctor->Invoke<void>(newFont);
|
||||
|
||||
static std::string fontName = Local::GetBasePath() / "local-files" / "MO-UDShinGo-SC-Gb4-M.otf";
|
||||
static std::string fontName = Local::GetBasePath() / "local-files" / "gkamsZHFontMIX.otf";
|
||||
CreateFontFromPath(newFont, Il2cppString::New(fontName));
|
||||
fontCache = newFont;
|
||||
return newFont;
|
||||
|
||||
2
update_submodule.bat
Normal file
2
update_submodule.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
git submodule foreach --recursive git pull origin main
|
||||
pause
|
||||
Reference in New Issue
Block a user