Skip to content

Commit

Permalink
docs(mobile): revise datapath page (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
3gf8jv4dv authored Dec 29, 2024
1 parent 161807e commit 85f2a01
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/mobile/datapath.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ id: datapath
title: 数据存储路径
---

软件的数据存储在:`/data/user/0/cn.toside.music.mobile/cache`
软件的数据存储在:`/data/user/0/cn.toside.music.mobile`

此目录为应用私有目录,需要root权限才能访问
:::tip
此目录为 Android 应用私有目录,需要 ROOT 权限才能访问。
:::

:::tip
为了防止歌曲缓存被第三方软件当做垃圾意外清理,从 v1.7.0 起歌曲缓存不再存储到缓存目录。若想清理缓存,需去「设置 → 其他 → 资源缓存管理」清理。

从旧版本更新到 ≥ v1.7.0 后首次播放歌曲时,会将之前的歌曲缓存迁移到新位置,需要等待的时间取决于你已缓存资源的大小。
:::

0 comments on commit 85f2a01

Please sign in to comment.