3 Star 13 Fork 3

芝麻谷/lua-state-machine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
new.dot 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
芝麻谷 提交于 2017-08-13 23:16 +08:00 . [Summary]
digraph {
userNameNotTyped -> passwordNotTyped [label=typeUsernameSuccess,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
userNameNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];userNameNotTyped -> error [label=typeUsernameFailed,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
userNameNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];passwordNotTyped -> imageCodeNotTyped [label=typePasswordSuccess,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
passwordNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];passwordNotTyped -> error [label=typePasswordFailed,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
passwordNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];imageCodeNotTyped -> smsCodeNotTyped [label=typeImageCodeSuccess,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
imageCodeNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];imageCodeNotTyped -> error [label=typeImageCodeFailed,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
imageCodeNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];smsCodeNotTyped -> allTyped [label=typeSmsCodeSuccess,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
smsCodeNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];smsCodeNotTyped -> error [label=typeSmsCodeFailed,color=blue,fontsize=12,fontname="Palatino−Italic",fontcolor=red,style=filled];
smsCodeNotTyped [shape=box,fillcolor=yellow,style=filled,retio=0.5];error -> finished [label=inputError];
error [shape=box,fillcolor=red,style=filled];}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/houjinxin/lua-state-machine.git
git@gitee.com:houjinxin/lua-state-machine.git
houjinxin
lua-state-machine
lua-state-machine
master

搜索帮助