mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
![]() * 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. |
||
---|---|---|
.. | ||
templates | ||
create-a-new-type.md | ||
layouts.md | ||
README.md |
description |
---|
Types are the classification system we use to categorize Objects |
类型(Types)
就像在物理世界中一样,【类型】是用来定义彼此完全不同的【对象】。
香蕉在本质上不同于沙发。香蕉的功能、属性以及与其他对象的关系,更类似于苹果和橘子,而不是沙发。因此,我们可以将苹果、橙子和香蕉归类为 水果,而沙发则属于另一个类别:家具。
根据同样的原则,在 Anytype 中,有两个需要牢记的重要概念:
1) 每个对象(Object)都有一个【类型】,这个类型在创建【对象】时被定义(之后可以更改)
2) 不同的【类型】用于定义彼此完全不同的【对象】
在你的 Anytype 图谱中,同事、朋友和邻居都可能被视为:Human 类型。以下是一些可能存在于你的图谱中的其他【类型】:
- Task(任务)
- Note(笔记)
- Book(图书)
- Movie(电影)
- Idea(想法)
你可以自行决定【类型】的范围大小,但一般情况下,建议使用常规【类型】对你的【对象】进行分类,并通过 【模板 (Templates)】 进一步细化【类型】的使用。
你可以随时通过侧边栏 _【资料库 (Library)】_小部件中的【类型库 (Types Library)】来查看和管理你的【类型】。