Skip to content

Commit d12b93a

Browse files
committed
用户协议与隐私协议
1 parent 23abf6b commit d12b93a

File tree

9 files changed

+998
-657
lines changed

9 files changed

+998
-657
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Use, reproduction, and redistribution of the original document constitutes accep
1414

1515
Use of the original is prohibited if it would cause damage to the interests of the copyright owners or contributors, except for normal wear and tear caused by normal use.
1616

17-
Any entity is permitted to use, reproduction, and redistribute source code, textual works, or other forms of work.
17+
Any subject is permitted to use, reproduction, and redistribute source code, textual works, or other forms of work.
1818
Distributions may only be used and copied, but may not be redistributed, even if modified.
1919
Source code, literary works, or other forms of work may be used for personal purposes, but not for commercial purposes, even if modified, but may be used for commercial purposes when included as dependencies for displaying content on user interface or as non‑core dependencies.
2020
Distributions may only be used for personal purposes and not for commercial purposes, even if modified, but the distributions used to display content on user interface may be used for commercial purposes.
2121
Only the copyright owners has the right to use the original for commercial purposes.
2222
The original cannot be used for exploitative purposes or model training.
2323

24-
No entity is granted the right to use any copyright, patent, trade name, trademark, service mark, or product license derived from the original, except as reasonably and customarily required to describe the source of the original.
24+
No subject is granted the right to use any copyright, patent, trade name, trademark, service mark, or product license derived from the original, except as reasonably and customarily required to describe the source of the original.
2525

2626
Redistribution of the original requires retaining this license and the copyright owners' copyright notice, or providing a link to the original source of the original and acknowledging the copyright owners.
2727
If the distributions are redistributed in a compressed format that supports multiple files, this license must be included in the archive, otherwise, this license will need to be incorporated into the accompanying documentation or other materials redistributed with the original.

docs/.markdownlint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
MD013: false
22
MD025: false
33
MD033: false
4-
MD041: false
4+
MD041: false
5+
MD051: false

docs/.vitepress/local/footer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ const footer: CustomConfig['footer'] = {
2525
{
2626
title: '政策',
2727
items: [
28-
{
29-
text: '免责声明',
30-
link: '/More/Disclaimer'
31-
},
3228
{
3329
text: '隐私政策',
3430
link: '/More/Privacy'

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"axios": "^1.12.2",
2626
"canvas-confetti": "^1.9.3",
2727
"dynamics.js": "^1.1.5",
28-
"element-plus": "^2.11.3",
28+
"element-plus": "^2.11.4",
2929
"gsap": "^3.13.0",
3030
"html-minifier-terser": "^7.2.0",
3131
"node-fetch": "^3.3.2",
3232
"vitepress": "2.0.0-alpha.8",
33-
"vitepress-plugin-rss": "^0.3.1",
33+
"vitepress-plugin-rss": "^0.3.2",
3434
"vue-amazing-ui": "^2.4.21"
3535
},
3636
"devDependencies": {
@@ -48,12 +48,12 @@
4848
"@nolebase/vitepress-plugin-thumbnail-hash": "^2.18.2",
4949
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
5050
"@types/animejs": "^3.1.13",
51-
"@types/node": "^24.5.2",
51+
"@types/node": "^24.6.1",
5252
"@vitejs/plugin-legacy": "^7.2.1",
53-
"@vue/compiler-sfc": "^3.5.21",
53+
"@vue/compiler-sfc": "^3.5.22",
5454
"animejs": "4.1.2",
5555
"autoprefixer": "^10.4.21",
56-
"cross-env": "^10.0.0",
56+
"cross-env": "^10.1.0",
5757
"cytoscape": "^3.33.1",
5858
"cytoscape-cose-bilkent": "^4.1.0",
5959
"dayjs": "^1.11.18",
@@ -77,18 +77,18 @@
7777
"prettier-plugin-properties": "^0.3.0",
7878
"rimraf": "^6.0.1",
7979
"rollup-plugin-visualizer": "^6.0.3",
80-
"sass": "^1.92.1",
80+
"sass": "^1.93.2",
8181
"stylelint": "^16.24.0",
8282
"stylelint-config-standard-scss": "^16.0.0",
8383
"stylelint-config-standard-vue": "^1.0.0",
8484
"stylelint-plugin-defensive-css": "^1.0.4",
8585
"stylelint-plugin-logical-css": "^1.2.3",
8686
"stylelint-prettier": "^5.0.3",
87-
"vite": "^7.1.6",
87+
"vite": "^7.1.7",
8888
"vitepress-markdown-timeline": "^1.2.2",
8989
"vitepress-plugin-comment-with-giscus": "^1.1.15",
9090
"vitepress-plugin-group-icons": "^1.6.3",
91-
"vitepress-theme-teek": "^1.4.6",
92-
"vue": "^3.5.21"
91+
"vitepress-theme-teek": "^1.5.0",
92+
"vue": "^3.5.22"
9393
}
9494
}

docs/pnpm-lock.yaml

Lines changed: 638 additions & 636 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/More/Agreement.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,98 @@
11
---
22
title: 用户协议
33
---
4+
5+
# **苏柚软件用户使用协议**
6+
7+
> 生效日期:**二〇二三年十月一日**
8+
>
9+
> 更新日期:**二〇二五年十月一日**
10+
11+
本《用户协议》(以下称为“**本协议**”)适用于“**回忆溢出工作组**”(以下称为“**我们**”)作为“**苏柚**”软件(以下称为“**本软件**”)的**研发****运营**方,通过本软件向**终端用户**(以下称为“****”)所提供的所有服务(以下称为“**软件服务**”)。
12+
13+
本协议用于描述我们与您之间关于使用软件服务等相关内容的权利义务,故请仔细阅读并了解本协议,并选择接受与否,并且如果您是适用的法律法规中定义的未成年人,请在您的法定监护人陪同下审阅。
14+
15+
除非您接受本协议,否则您无权下载、安装、使用本软件及软件服务,
16+
因此您的安装、使用行为将被视为对本协议的接受,并且自愿接受本协议的约束,
17+
但若不接受,请及时卸载本软件并删除本软件的安装包。
18+
19+
我们有权主动因您的违规行为或拒绝本协议的行为而终止向您提供软件服务,在终止后,请您及时卸载本软件并删除本软件的安装包。
20+
21+
本协议所有条款的标题仅为阅读方便而并无实际含义,不能作为本协议的含义解释依据。
22+
23+
本协议条款无论因何种原因而部分无效或无法执行,但其余条款仍有效,对双方仍具有约束力。
24+
25+
本协议具体有如下条目:
26+
27+
[[toc]]
28+
29+
## 关于本软件
30+
31+
本软件是由我们开发的一款多功能软件,旨在通过各方面优化设备使用体验。
32+
33+
我们主要的服务主体是**中华人民共和国**境内(仅限于**大陆地区**,不适用于**香港特别行政区****澳门特别行政区****台湾省**)的终端用户。
34+
35+
如果您在**中华人民共和国**境外或在**香港特别行政区****澳门特别行政区****台湾省**使用软件服务,请确保在遵守您当地的适用的法律法规的情况下使用。因您跨境使用软件服务而产生的任何风险或责任,将由您自行承担。
36+
37+
使用软件服务前,请您了解其用途,明确知晓可能带来的风险并自行承担。
38+
39+
## 知识产权
40+
41+
本软件的一切著作权等相关知识产权,以及本软件的闭源或开源的源代码等相关内容,均受适用的法律法规保护,我们依法享有上述相关知识产权。
42+
43+
## 禁止行为
44+
45+
除非适用的法律法规允许,或您获得了我们的许可,否则您不得从事以下行为:
46+
47+
- 主观恶意地进行包括但不限于造谣、侮辱等负面宣传
48+
- 删除本软件或本软件的安装包中有关著作权等声明信息
49+
- 进行任何形式的逆向工程以试图获取本软件的源代码或破解软件服务
50+
- 篡改或伪造本软件,或传播本软件的篡改或伪造版本
51+
- 通过任何形式主观地干扰软件服务正常运行
52+
- 利用本软件损害我们或其他主体的合法权益或从事任何违反适用的法律法规的活动
53+
54+
## 权利声明
55+
56+
如果您违反本协议或相关条款规定,我们有权视情况而采取包括但不限于限制或终止提供服务、追究责任等措施,并且如果导致损害我们或其他主体的合法权益,您需要独立承担责任。
57+
58+
## 免责声明
59+
60+
请您理解并同意,本软件及软件服务是基于当前现有现状的基础提供的,因此我们不作任何形式的明示或默示的保证、声明或陈述。
61+
62+
### 适用性保证
63+
64+
我们无法保证本软件及软件服务的所有适用性,包括但不限于:
65+
66+
- 本软件可以在所有设备、所有系统上运行软件服务
67+
- 软件服务可以满足您的所有需求
68+
- 软件服务是持续不断、及时、安全、无错的
69+
- 使用软件服务获得的任何结果都是准确或可靠的
70+
- 软件服务的质量是十分优秀可靠的
71+
- 软件服务中的任何错误都将得到更正
72+
73+
在适用的法律法规所允许的最大范围内,我们明确否认无论明示或默示的所有保证。
74+
75+
### 使用风险
76+
77+
使用软件服务中的部分服务可能会带来一定风险,您需要自行承担这部分风险:
78+
79+
- 数据损坏丢失风险:
80+
- 使用文件管理及相关功能时,错误的操作或不可预见的程序错误,有可能导致您的个人信息或重要数据被意外修改、损坏或删除
81+
- 系统稳定性风险:
82+
- 使用需要较高系统权限的功能时,操作不当或与系统或其他程序的冲突,有可能导致您的系统部分功能异常、运行不稳定、损坏而无法启动
83+
84+
### 第三方责任
85+
86+
您在使用软件服务中接触到的任何第三方服务,其责任由相应的第三方承担。
87+
88+
我们也不对任何第三方服务的任何适用性作任何保证,因此我们不承担因第三方而产生的任何责任。
89+
90+
### 责任限制
91+
92+
在适用的法律法规所允许的最大范围内,在任何情况下,我们均不对因您使用或无法使用软件服务所导致的无论直接或间接的任何损害承担责任。
93+
94+
## 变更协议
95+
96+
我们有权修改本协议的条款。
97+
98+
在协议变更后,您需要接受修改后的协议才可以继续使用软件服务,否则应当停止使用。

docs/src/More/Disclaimer.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/src/More/License.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: 分发协议
44

55
# **File to Download 公共资源许可证 (F2DLPRL 或 F2DLPR 许可证)**
66

7+
::: tip
8+
苏柚的分发物使用 F2DLPRL 许可,其相关开源代码同样使用 F2DLPRL 许可
9+
:::
10+
711
> 本许可适用于源代码、分发物、文字作品及其他形式作品原件。
812
913
**官方网站: <http://license.fileto.download>**
@@ -18,14 +22,14 @@ _如有差异,以官方网站为准。_
1822

1923
- 如果使用原件会对版权所有者或贡献者的利益造成损害,则禁止使用,但正常使用造成的正常损耗除外。
2024

21-
- 允许任何实体使用、复制和再分发源代码、文字作品或其他形式作品。
25+
- 允许任何主体使用、复制和再分发源代码、文字作品或其他形式作品。
2226
- 分发物只能使用和复制,但不能再分发,即使经过修改。
2327
- 源代码、文字作品或其他形式作品可以用于个人用途,但不能用于商业用途,即使经过修改,但将它作为用于在用户界面上显示内容的依赖或非核心依赖的项目可用于商业用途。
2428
- 分发物只能用于个人用途,不能用于商业用途,即使经过修改,但用于在用户界面上显示内容的分发物可用于商业用途。
2529
- 只有版权所有者有权将原件用于商业用途。
2630
- 原件不能用于剥削目的或模型训练。
2731

28-
- 任何实体均无权使用任何来自原件的版权、专利、商号、商标、服务标志或产品许可,除非合理和习惯上需要描述原件的来源。
32+
- 任何主体均无权使用任何来自原件的版权、专利、商号、商标、服务标志或产品许可,除非合理和习惯上需要描述原件的来源。
2933

3034
- 原件的再分发需要保留此许可证和版权所有者的版权声明,或提供指向原件原始来源的链接并注明版权所有者。
3135
- 如果分发物以支持多个文件的压缩格式再分发,则本许可证必须被包含在压缩包中,否则需要将本许可证写入进随附文档或与原件一起再分发的其他材料中。

0 commit comments

Comments
 (0)