File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ Pyarmor 命令行工具是提供了命令行操作方式的一个应用程序
64
64
build [label="pyarmor build", href="commands.html#cmd-build"]
65
65
66
66
project [label="工程", href="concepts.html#project"]
67
- miniscript [label="迷你型加密脚本", href="concepts.html#mini-script"]]
68
- rftscript [label="重构型加密脚本", href="concepts.html#rft-script"]]
67
+ miniscript [label="迷你型加密脚本", href="concepts.html#mini-script"]
68
+ rftscript [label="重构型加密脚本", href="concepts.html#rft-script"]
69
69
license [shape=component, label="Pyarmor 许可证", href="https://pyarmor.readthedocs.io/zh/latest/licenses.html"]
70
70
joint [shape=point]
71
71
@@ -92,7 +92,7 @@ Pyarmor 工程
92
92
:name: g-project-components
93
93
94
94
digraph G {
95
- node [shape=box, style=rounded, target="_top]
95
+ node [shape=box, style=rounded, target="_top" ]
96
96
rankdir="LR"
97
97
98
98
subgraph C {
@@ -120,7 +120,7 @@ Pyarmor 工程
120
120
:name: g-script-types
121
121
122
122
digraph G {
123
- node [shape=box, style=rounded, target="_top]
123
+ node [shape=box, style=rounded, target="_top" ]
124
124
rankdir="LR"
125
125
126
126
subgraph C {
You can’t perform that action at this time.
0 commit comments