Difference between revisions of "彩云天气 API 的版本策略"
| Line 1: | Line 1: | ||
<graphviz renderer="dot" caption="Revision Status" format="png"> | <graphviz renderer="dot" caption="Revision Status" format="png"> | ||
| + | |||
digraph status { | digraph status { | ||
| + | |||
alpha -> beta; | alpha -> beta; | ||
beta -> current; | beta -> current; | ||
current -> deprecated; | current -> deprecated; | ||
deprecated -> unsupported; | deprecated -> unsupported; | ||
| + | |||
} | } | ||
| + | |||
</graphviz> | </graphviz> | ||
Revision as of 12:45, 12 October 2018
Graph image source changed. Reload page to display updated graph image.