feat:调整礼物资源缓存文件目录命名

This commit is contained in:
max
2024-05-23 16:41:29 +08:00
parent e2ad02e8a6
commit 088756891e

View File

@@ -132,7 +132,7 @@ object PathHelper {
* @param url 礼物地址
*/
fun generateResourcesFilePath(url: String): String {
val dir = PathUtils.plusPathNotNull(getInternalFilesPath(), "resources6")
val dir = PathUtils.plusPathNotNull(getInternalFilesPath(), "resources")
return PathUtils.plusPathNotNull(dir, generateNameByUrl(url))
}