Directories 目录
/
├── D/ # Downloaded files 已经下载的文件
│ ├── Ode to Joy.db # Database for song:Ode to Joy 歌曲"欢乐颂"数据库文件
│ ├── Counting_with_small_numbers/ # Khan Academy lesson: Counting_with_small_numbers 可汗学院课程:Counting_with_small_numbers
│ │ ├── *.mp4 # mp4 video file (mp4格式)视频文件
│ │ └── *.vtt # vtt subtitle file (vtt格式)字幕文件
│ ├── 可汗数学幼儿园_计数和位值_计数小的数字.db # Database file 数据库文件
│ └── 人教版小学英语一年级起点一年级上册.db # Database file 数据库文件
│
├── data/ # UI icons
│ ├── *.po # A PO file is made up of many entries, each entry holding the relation between an original untranslated string and its corresponding translation
│ ├── help.mp4 # Basic usage tutorial video file 基本使用教学视频文件
│ ├── translation.db # Original database file used for translation records 用于翻译记录的原版数据库文件
│ └── bak/ # backup 备份
│ └── *.po # A PO file is made up of many entries, each entry holding the relation between an original untranslated string and its corresponding translation
│
├── config/
│ └── configdata.yml # Browser core configuration file 浏览器核心配置文件