feat:调整礼物资源缓存文件目录命名
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user