vault backup: 2025-01-16 17:02:51
This commit is contained in:
parent
48656883ef
commit
3f10b277e5
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"theme": "obsidian"
|
||||
"theme": "obsidian",
|
||||
"translucency": true
|
||||
}
|
|
@ -7,36 +7,41 @@
|
|||
"id": "624e62386f373d9e",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "7c4cab38f4c5cbfe",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "{Note} Nox"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "23dfe70ddddd299f",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"file": "組織/EverfortuneAI/{Note} Poetry.md",
|
||||
"mode": "source",
|
||||
"source": true
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "{Note} Poetry"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "97c43f9093922695",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "af6b09cc3121e190",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Poetry.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "{Note} Nox"
|
||||
"title": "{Note} Poetry"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -108,7 +113,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"file": "組織/EverfortuneAI/{Note} Poetry.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -118,7 +123,7 @@
|
|||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "{Note} Nox 的反向連結"
|
||||
"title": "{Note} Poetry 的反向連結"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -127,12 +132,12 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md",
|
||||
"file": "組織/EverfortuneAI/{Note} Poetry.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "{Note} Nox 的對外連結"
|
||||
"title": "{Note} Poetry 的對外連結"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -154,10 +159,10 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "組織/EverfortuneAI/{Note} Nox.md"
|
||||
"file": "組織/EverfortuneAI/{Note} Poetry.md"
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "{Note} Nox 的大綱"
|
||||
"title": "{Note} Poetry 的大綱"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -190,8 +195,10 @@
|
|||
},
|
||||
"active": "23dfe70ddddd299f",
|
||||
"lastOpenFiles": [
|
||||
"組織/EverfortuneAI/{Note} Packaging Python Project.md",
|
||||
"組織/EverfortuneAI/{Note} Nox.md",
|
||||
"組織/EverfortuneAI/{Note} Poetry.md",
|
||||
"組織/EverfortuneAI/{Note} Packaging Python Project.md",
|
||||
"組織/EverfortuneAI/resources/poetry.png",
|
||||
"README.md",
|
||||
"組織/EverfortuneAI/resources/should_setup_py_be_deleted.png",
|
||||
"組織/EverfortuneAI/resources/nox.png",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
author: deng
|
||||
date: "20250116"
|
||||
category: Note
|
||||
tags:
|
||||
- Python
|
||||
- Poetry
|
||||
- VEnv
|
||||
- Note
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Abstract
|
||||
- 新時代的Python環境管理器,支援Python3.9+、多平台以及[pyproject.toml](https://packaging.python.org/en/latest/guides/writing-pyproject-toml/)
|
||||
- Note
|
Loading…
Reference in New Issue