集成完直播后提交代码

This commit is contained in:
xuhuixiang
2026-02-06 14:55:21 +08:00
commit ea9ffa06ff
960 changed files with 75063 additions and 0 deletions

37
app/lint-baseline.xml Normal file
View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0)" variant="fatal" version="7.2.0">
<issue
id="MissingDefaultResource"
message="The color &quot;color_search_2&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
errorLine1=" &lt;color name=&quot;color_search_2&quot;>#111111&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-night/colors.xml"
line="71"
column="12"/>
</issue>
<issue
id="MissingDefaultResource"
message="The color &quot;color_search_1&quot; in values-night has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
errorLine1=" &lt;color name=&quot;color_search_1&quot;>#222222&lt;/color>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-night/colors.xml"
line="72"
column="12"/>
</issue>
<issue
id="ExtraTranslation"
message="&quot;picture_completed&quot; is translated here but not found in default locale"
errorLine1=" &lt;string name=&quot;picture_completed&quot;>确定&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/values-zh/values-zh.xml"
line="3"
column="13"/>
</issue>
</issues>