update compatibility to AntOS next

This commit is contained in:
mrsang
2021-04-21 11:37:58 +02:00
parent bc33f7ff10
commit 190c2fd346
1014 changed files with 96281 additions and 2092 deletions

View File

@ -3,5 +3,6 @@
Generate graph from text using dot(viz) format
## Change logs
* v0.1.0-a: Add package dependencies
* v0.0.2-a: Fix path problem
* v0.0.1-a: First version

View File

@ -1,4 +1,3 @@
afx-app-window[data-id="graph_editor_win"] div[data-id="preview"]
{
display: flex;

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,9 @@
"email": "xsang.le@gmail.com",
"licences": "GPLv3"
},
"version":"0.0.2-a",
"version":"0.1.0-a",
"category":"Graphics",
"dependencies":["ACECore@1.4.12-r"],
"iconclass": "bi bi-bounding-box",
"mimes":["text/.*graphviz"]
}