迁移仓库

This commit is contained in:
xuhuixiang
2026-02-24 09:47:40 +08:00
parent 5870b1c164
commit 8909d2ec4f
454 changed files with 15559 additions and 625 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--需要修改的配置项都在这里了-->
<!--APP名字-->
<string name="app_name">Malaysia33</string>
<!--唯一ID-->
<string name="userId">239</string>
<!--初始域名-->
<string name="base_url">https://malaysia33.app/</string>
<!--任务栏的文字颜色 0 黑 1白 默认黑-->
<string name="is_white">0</string>
<!--启动页logo 0 原图显示 1 强制修改为原型图片logo-->
<string name="is_round">0</string>
<!--底部操作栏色调-->
<color name="style_color">#2e0912</color>
<!--整体背景色调 style_color和windows_color 一致 就是纯色 不然就是 w-s的上下渐变色-->
<color name="windows_color">#44092f</color>
</resources>