Difference between revisions of "彩云天气 API 的版本策略"

From Caiyun Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<graphviz renderer="neato" caption="Revision Status">
 
<graphviz renderer="neato" caption="Revision Status">
 
strict digraph status {
 
strict digraph status {
   alpha [pos="10,0", width="5", height="1"];
+
   alpha [pos="10,0", width="1", height="5"];
   beta [pos="20,0", width="5", height="1"];
+
   beta [pos="20,0", width="1", height="5"];
   current [pos="30,0", width="5", height="1"];
+
   current [pos="30,0", width="1", height="5"];
   supported [pos="40,0", width="5", height="1"];
+
   supported [pos="40,0", width="1", height="5"];
   deprecated [pos="50,0", width="5", height="1"];
+
   deprecated [pos="50,0", width="1", height="5"];
   unsupported [pos="60,0", width="5", height="1"];
+
   unsupported [pos="60,0", width="1", height="5"];
 
   alpha -> beta;
 
   alpha -> beta;
 
   beta -> current;
 
   beta -> current;

Revision as of 12:35, 12 October 2018

Graph image source changed. Reload page to display updated graph image.