-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.config.backup
More file actions
50 lines (37 loc) · 1011 Bytes
/
app.config.backup
File metadata and controls
50 lines (37 loc) · 1011 Bytes
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
[config]
projectDir=/output/
basePackage=com.luckytrip
project=casino
dataCommonBase=com.gego
# if you wan to user mac, set system = mac and install 'gsed' like below:
# brew install gsed
system=linux
[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
#[page]
#subPackage=home[c] c:normal, p:pull refresh, m:pull up and down,
#model=HomeData
#view=HomeView[fdr] [f:fragment, a:activity, v:layout], [d/c:dataBinding, c:normal] ,[r:recycleView, c:normal]
#presenter=HomePresenter
[page]
subPackage=home[p]
model=HomeData
vm=HomeData
view=HomeView[fd]
presenter=HomePresenter
[page]
subPackage=mine[p]
model=MineData
vm=MineData
view=MineView[f]
presenter=MinePresenter
[page]
subPackage=home.detail
model=DetailBean
vm=DetailBean
view=DetailBean[fdr]
viewItem=DetailItem
[view]
components=[] #[t:TextView, i:ImageView, v:View, r:RecycleView, c:ConstrainLayout, rl:RelativeLayout, ll:LinearLayout]