Skip to content

Commit 084c367

Browse files
committed
docs(README): 更新README文档并添加商标声明
- 在 README.zh.md 中添加了 Chromebook、ChromeOS 和 ChromeOS 徽标是 Google LLC 的商标声明 - 添加了 Web (PWA) 版应用的使用说明和图标 - 调整了文档结构,增加了法律声明部分
1 parent c6b5ec0 commit 084c367

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_size = 4
6+
indent_style = space
7+
insert_final_newline = false
8+
max_line_length = 120
9+
tab_width = 4
10+
11+
[{*.bash,*.sh,*.zsh}]
12+
indent_size = 2
13+
tab_width = 2
14+
15+
[{*.har,*.json,*.jsonc}]
16+
indent_size = 2
17+
18+
[{*.yaml,*.yml}]
19+
indent_size = 2

.markdownlint.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/refs/heads/main/schema/markdownlint-config-schema.json",
33
"line-length": false,
4-
"no-inline-html": {
5-
"allowed_elements": ["img", "div", "small", "details", "summary"]
6-
},
4+
"no-inline-html": false,
75
"first-line-heading": false,
86
"no-hard-tabs": {
97
"ignore_code_languages": ["text"]

README.zh.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ TODO
3737

3838
您可以直接在浏览器中使用 Web (PWA) 版。如果您的浏览器支持 PWA 功能,您还可以将 PWA 版应用安装到桌面。
3939

40+
[![添加到 Chromebook](https://chromeos.dev/badges/zh-CN/secondary.svg)][PwaApp]
41+
4042
- [进入 Web (PWA) 版][PwaApp]
4143

4244
您也可以下载 Tauri 版。
@@ -101,6 +103,10 @@ limitations under the License.
101103

102104
请参见 [《开源声明》](./docs/legal/os_notices.md)
103105

106+
## 法律声明
107+
108+
- Chromebook、ChromeOS 和 ChromeOS 徽标是 Google LLC 的商标
109+
104110
[RepositoryOnGitee]: https://gitee.com/HelloTool/SnapProofPrintHelperForPWA
105111
[RepositoryOnGithub]: https://github.com/HelloTool/SnapProofPrintHelperForPWA
106112
[ReleaseOnGitee]: https://gitee.com/HelloTool/SnapProofPrintHelperForPWA/releases

0 commit comments

Comments
 (0)