-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
70 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...umentation/Documentation.docc/homepage.md → ...tion_en_US/Documentation.docc/homepage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ``UserDocumentation`` | ||
# ``UserDocumentation_en_US`` | ||
|
||
@Metadata { | ||
@DisplayName("Wallpaper Player") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ | |
|
||
import Foundation | ||
|
||
class UserDocumentation { | ||
class User_Documentation { | ||
|
||
} |
Binary file added
BIN
+149 KB
...h_CN/Documentation.docc/Resources/documentation-art/WallpaperPlayer-icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
..._Documentation_zh_CN/Documentation.docc/articles/import-your-first-wallpaper.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# 导入你的第一张壁纸 | ||
|
||
引导你使用本app导入并使用你的第一张壁纸 | ||
|
||
## 总览 | ||
|
||
如果想了解软件支持的所有壁纸类型,请查阅 <doc:supported-wallpaper-types> | ||
|
||
### 子标题 |
3 changes: 3 additions & 0 deletions
3
...er_Documentation_zh_CN/Documentation.docc/articles/supported-wallpaper-types.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 支持的壁纸类型 | ||
|
||
|
23 changes: 23 additions & 0 deletions
23
Sources/User_Documentation_zh_CN/Documentation.docc/homepage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# ``User_Documentation_zh_CN`` | ||
|
||
@Metadata { | ||
@DisplayName("Wallpaper Player") | ||
@DocumentationExtension(mergeBehavior: override) | ||
@PageImage( | ||
purpose: icon, | ||
source: "WallpaperPlayer-icon", | ||
alt: "A technology icon representing the Wallpaper_Player framework.") | ||
@PageColor(blue) | ||
} | ||
|
||
Mac平台的开源壁纸引擎 | ||
|
||
## 总览 | ||
|
||
Wallpaper Player是macOS下完成度最高的壁纸软件之一,并支持多种媒体格式。 | ||
|
||
## 话题 | ||
|
||
### 基础 | ||
|
||
- <doc:import-your-first-wallpaper> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// File.swift | ||
// Wallpaper Player Documentation | ||
// | ||
// Created by Haren on 2025/1/16. | ||
// | ||
|
||
import Foundation | ||
|
||
class User_Documentation { | ||
|
||
} |