1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00
docs/zh-CN/basics/relations/README.md
Gitbreast 4e2c2c5157
Completely Simplified Chinese translation for current docs. (#37)
* Completely Simplified Chinese translation for current docs.

* Added roland's intro to SUMMARY.md

* Correct the translation about relative path in CONTRIBUTING.md.

* Correct the translation about local encryption following the main branch.
2024-03-05 12:42:33 +02:00

16 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 关联Relations
### 理解关联 <a href="#understanding-relations" id="understanding-relations"></a>
关联Relations是 Anytype 中组织与连接你的【对象】和知识的关键。在 Anytype 中,【关联】有两种功能:
* **定义属性:**你可以使用【关联】来定义某个【对象】的属性。
* 例如,在 Anytype 中创建一个任务Task可以添加像 _状态Status_ 这样的关联:已完成/未完成,或者 _优先级_:低、中、高。
* 如果想象成一个数据库,那么【关联】代表的是每一行的列标题(其中 A 列是它的【对象】)。
* 设置完属性之后,就可以根据在【对象集合】视图中定义的【关联】来对你的【对象】进行排序和筛选。
![](https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMBWIxXziUmcK7h7uvLnI%2Fuploads%2F79DbEaExZn85mNW3Ifsz%2Fimage.png?alt=media\&token=4813e44e-2291-4fe5-9832-6dac24823967)
* **定义联系:**你还可以使用【关联】来将一个【对象】连接到另一个【对象】。
* 还是以任务为例子你可以添加这个【关联】_分配给..Assignee_然后将 Anytype 中的另一个【对象】指定到这个任务。
* 如上所述,你可以在【对象集合】或【关联图谱】的视图中查看分配给..Assignee这个【关联】。