Skip to content

Commit

Permalink
更新页面
Browse files Browse the repository at this point in the history
  • Loading branch information
Moriafly committed Nov 8, 2024
1 parent 7ac749c commit fc61289
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 5 deletions.
13 changes: 12 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,19 @@ export default defineConfig({
// }
],

outline: {
label: '页面导航'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/Moriafly/SPW' }
]
],

footer: {
copyright: 'Copyright © 2024 Moriafly. All Rights Reserved.'
},

darkModeSwitchLabel: '主题模式',
returnToTopLabel: '返回顶部'
}
})
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

--vp-c-brand-1: var(--vp-c-indigo-1);
--vp-c-brand-2: var(--vp-c-indigo-2);
--vp-c-brand-3: var(--vp-c-indigo-3);
--vp-c-brand-3: #0470E6;
--vp-c-brand-soft: var(--vp-c-indigo-soft);

--vp-c-tip-1: var(--vp-c-brand-1);
Expand Down
47 changes: 47 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 关于 SPW

SPW 全称为 Salt Player for Windows,于 2024 年 4 月正式立项,开发代号为 Voxzen,预计 2025 年在 Steam 平台发售

Salt Player for Windows (SPW) 是 Salt Player 在 Windows 平台上的全新制作版本,为 Windows 用户带来优秀且独特的音频播放和管理功能!

## 软件体验

- 全新开发:本作并非 Salt Player Android 端的简单移植,而是近乎全新开发,从头开始带来更多特色也更加好用
- 全新设计:新设计的 Salt UI Pro 结合 Windows 平台设计带来更加适合 Windows 用户的设计语言。同时在软件交互上有新的突破,看过了这几年孪生兄弟般的播放界面设计,这次来个新面貌
- 更特别更专业:本作不仅仅音频技术方面有着强大的能力,同时也拥有新打造的加强版音频管理功能,更特别也更专业

## 音频播放

- 多引擎模式:可选 DirectSound 或 WASAPI(独占),带来优秀的音频播放体验
- 高品质采样:最高可选 256-Sinc 采样质量,避免低质量的 SRC
- 多格式支持:支持 WAVE/MULAW/ADPCM/MP1/MP2/MP3/OGG/AAC/APE 等多种音频格式
- 无间隙播放:当某一音频马上播放完成时,急速加载下一音频,播放音频无间隙,更适合收听特定的无间隙音乐专辑

## 音频管理

- 内置曲风:内置上百个曲风分类,为你智能分类曲风,更有曲风层次分类、曲风介绍等功能
- 更专业的分类:在专辑、艺术家等分类上更加专业,感受仿佛在收集实体专辑的乐趣
- 内置标签编辑:更方便的编辑各种音频标签
- 无自动删除式管理:音乐库采用最新的仅自动增加式管理,无论存储卸载、文件移动或者删除,音乐库数据都不会自动抛弃,可以更加方便的恢复它们或者迁移

*以上描述存在前瞻性,可能随时更改

## 系统需求

需要 64 位处理器(x86-64)和操作系统

### 最低配置

- 操作系统:Windows 10
- 内存:1 GB RAM
- DirectX 版本:7.0
- 存储空间:需要 500 MB 可用空间
- 分辨率:800 × 600 像素

### 推荐配置

- 操作系统:Windows 11 22H2
- 内存:4 GB RAM
- DirectX 版本:9.0
- 存储空间:需要 1 GB 可用空间
- 分辨率:1920 × 1080 像素
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ hero:
- theme: brand
text: 加入 Steam 愿望单
link: https://store.steampowered.com/app/3009140/Salt_Player_for_Windows/
# - theme: alt
# text: API Examples
# link: /api-examples
- theme: alt
text: 关于 SPW
link: /about

# features:
# - title: Feature A
Expand Down

0 comments on commit fc61289

Please sign in to comment.