diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6ef4215 --- /dev/null +++ b/LICENSE @@ -0,0 +1,69 @@ +项目综合授权条款 +1. 源代码与原创资源 + 路径: + 所有源码文件、 + /indexicon/ 下的所有文件 + 所有以下未提及部分 + 授权:MIT License +2. 文档内容 + 路径: + /pages/ 下的所有 .md 文件 + 授权: Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0) +3. 其他作者的美术 + 路径: + /resources/ 下的所有文件 + /images/intro-qqgroup.png + /images/otto-dark.gif + /images/otto-light.gif + /images/otto-puzzled-original.png + /images/otto-puzzled.png + /images/otto-rd.png + /images/otto-rd2-1.png + /images/otto-rd2-xmas-compressed.png + /images/otto-rd2-xmas.png + /images/otto-traditional.png + /images/otto-wyym.png + 授权: Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0) +4. 受限游戏美术 + 路径: + /images/ 内的截图、临摹图 + 授权:仅限本教程在线演示,禁止复制、再分发 +5. 商业字体 + 字体文件未包含在仓库 + 说明:已购个人授权,不可再分发;本地部署请另行购买或改用免费可商用字体 +Copyright (c) 2025 节奏医生饭制部制作组 + +Comprehensive License Notice +1. Source Code & Original Assets + Scope: + All source files + All files in /indexicon/ + All other unmentioned parts + License: MIT License +2. Documentation + Scope: + All .md files in /pages/ + License: Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0) +3. Other Authors' Art + Scope: + /resources/ directory + /images/intro-qqgroup.png + /images/otto-dark.gif + /images/otto-light.gif + /images/otto-puzzled-original.png + /images/otto-puzzled.png + /images/otto-rd.png + /images/otto-rd2-1.png + /images/otto-rd2-xmas-compressed.png + /images/otto-rd2-xmas.png + /images/otto-traditional.png + /images/otto-wyym.png + License: Creative Commons Attribution-NonCommercial 4.0 International (CC-BY-NC 4.0) +4. Restricted Game Art + Scope: + Screenshots or derivative art in /images/ + License: Display-only for this tutorial; no copying or redistribution +5. Commercial Fonts + Font files are NOT included in the repository + Note: personal license only; for local builds obtain separate license or replace with free-for-commercial-use fonts +Copyright (c) 2025 节奏医生饭制部制作组 \ No newline at end of file diff --git a/pages/changelog.md b/pages/changelog.md index 46b27d6..1ba82ea 100644 --- a/pages/changelog.md +++ b/pages/changelog.md @@ -5,6 +5,7 @@ - 整理并添加了新的板块 - 为嵌入页面添加了跳转外链功能 - 更换了插图 +- 添加了使用协议 #### 2025-06-28 - 添加了~~吐槽~~样式 diff --git a/pages/intro.md b/pages/intro.md index 51e3ff7..a0934ce 100644 --- a/pages/intro.md +++ b/pages/intro.md @@ -8,7 +8,7 @@ > 此网页正在维护中。如有任何问题,欢迎指出。 -《节奏医生》编辑器中文教程旨在以教学的形式帮助您快速了解编辑器的界面,基础功能,设计技巧和做谱规范。未经授权不得以图文,视频等形式转载,也不得以本教程内素材进行二次创作。 +《节奏医生》编辑器中文教程旨在以教学的形式帮助您快速了解编辑器的界面,基础功能,设计技巧和做谱规范。 编辑器视频教程点击[此链接](https://www.bilibili.com/video/BV1pr4y1k7gP)。教程内所有演示关卡下载放置于[百度网盘](https://pan.baidu.com/s/1Tb6ywVmge25ztMFnpa6q_Q),提取码:rdlv。 @@ -20,4 +20,6 @@ (悄悄透露一句:官方也入驻了这个群哦~) -> 戳这只看板娘可以获得随机 TIPS → \ No newline at end of file +> 戳这只看板娘可以获得随机 TIPS → + +本网站内容分模块授权,请务必阅读对应条款后再使用。 \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..14267e9 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / \ No newline at end of file