中文:进入 WinBoLL 分支开发阶段

英文:Entering the development stage of the WinBoLL branch
This commit is contained in:
2026-05-15 20:07:12 +08:00
parent a8b4d31fa6
commit e813afe8b1
937 changed files with 47 additions and 85950 deletions

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke
android:width="1dp"
android:color="#000000" /> <!-- 这里可调整边框宽度和颜色 -->
<solid android:color="@android:color/transparent" />
<corners
android:bottomLeftRadius="6dip"
android:bottomRightRadius="6dip"
android:topLeftRadius="6dip"
android:topRightRadius="6dip" />
</shape>