-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config
64 lines (47 loc) · 1.31 KB
/
app.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[project]
projectDir=/output/
package=com.ifog.demo
project=demo
[build]
gradle=gradle-4.6-all
plugin=com.android.tools.build:gradle:3.2.0-rc03
# if you wan to user mac, set system = mac and install 'gsed' like below:
# brew install gsed
system=mac
#[api]
#domain=[dom1,dom2,dom3]
#method=p #p:post, g:get, d:delete, p:put
#param=r[body]|s[id]|i[ps]|l[machineId], #r:request body, s:string, i:int, l:long
#[page1]
#subPackage=home[c] c:normal, p:pull refresh, m:pull up and down,
#model=HomeData
#type=[a] a:adapter, mvp:mvp
#view=HomeView[fdr] [f:fragment, a:activity, v:layout], [d/c:dataBinding, c:normal] ,[r:recycleView, c:normal]
#presenter=HomePresenter
#[page1]
#subPackage=factory.FactoryOpenCab
#type=|mvp|a|
#view=L[[c[i,i,r,i,i],i],c[i,i]]
#itemModel=model.factory.LocalCabBean
#itemView=[l[c[i,t]]]
#adapterName=LocalCabBean
[page1]
subPackage=mine.MineFragment
#model=MineData
#vm=MineData
viewLayout=L|[c[c[i,i,r[i],i,i],i]]
presenter=MinePresenter
[page1]
subPackage=mine.Home
#model=MineData
#vm=MineData
viewLayout=L|[c[c[i,i,r[i],i,i],i]]
presenter=MinePresenter
#[page4]
#subPackage=home.detail
#model=DetailBean
#vm=DetailBean
#view=DetailBean[fdr]
#viewItem=DetailItem
#[view1]
#components=[] #[t:TextView, i:ImageView, v:View, r:RecycleView, c:ConstrainLayout, rl:RelativeLayout, ll:LinearLayout]