fix:
update:主页缓存
This commit is contained in:
2022-09-06 16:42:26 +08:00
parent 059e0e1fee
commit 64a85823af
48 changed files with 13658 additions and 150 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff" />
<stroke
android:width="0.8dp"
android:color="#ffffff" />
<!-- 圆角 -->
<corners android:radius="6dp" />
</shape>