update
This commit is contained in:
parent
26bfa5785b
commit
7208720fb6
1 changed files with 16 additions and 1 deletions
15
plan.md
15
plan.md
|
@ -1,3 +1,4 @@
|
||||||
|
//server only
|
||||||
content:{
|
content:{
|
||||||
":num":{
|
":num":{
|
||||||
["image",
|
["image",
|
||||||
|
@ -15,3 +16,17 @@ diff:{
|
||||||
count
|
count
|
||||||
commit
|
commit
|
||||||
}
|
}
|
||||||
|
user:{
|
||||||
|
login
|
||||||
|
}
|
||||||
|
|
||||||
|
//clientside
|
||||||
|
|
||||||
|
doc:{
|
||||||
|
":num":{
|
||||||
|
"reader"
|
||||||
|
}
|
||||||
|
};
|
||||||
|
login;
|
||||||
|
profile;
|
||||||
|
search?querystring...;
|
Loading…
Add table
Reference in a new issue