Skip to content

Commit 1778292

Browse files
author
Kevin Liu
committed
commit with the fourm page
1 parent 0d48bef commit 1778292

File tree

106 files changed

+7376
-331
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+7376
-331
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package="com.kevinjava.ngaclient"
44
android:versionCode="1"
55
android:versionName="1.0" >
6-
6+
<uses-permission android:name="android.permission.INTERNET"/>
77
<uses-sdk
88
android:minSdkVersion="14"
99
android:targetSdkVersion="17" />
@@ -13,7 +13,7 @@
1313
android:icon="@drawable/ic_launcher"
1414
android:label="@string/app_name"
1515
android:theme="@style/AppTheme"
16-
android:name=".NgaApp">
16+
android:name=".NgaApp" android:hardwareAccelerated="true">
1717
<activity
1818
android:name="com.kevinjava.ngaclient.ui.MainActivity"
1919
android:label="@string/app_name" >

assets/forums.json

Lines changed: 52 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[{
2-
"id": 1,
2+
"id": 0,
33
"name": "魔兽世界综合讨论",
44
"forums": [{
55
"fid": 7,
@@ -28,6 +28,25 @@
2828
}]
2929
}, {
3030
"id": 1,
31+
"name": "历史背景 资料整理",
32+
"forums": [{
33+
"fid": 8,
34+
"name": "大图书馆"
35+
}, {
36+
"fid": 254,
37+
"name": "镶金玫瑰"
38+
}, {
39+
"fid": 116,
40+
"name": "奇迹之泉"
41+
}, {
42+
"fid": 124,
43+
"name": "壁画洞窟"
44+
}, {
45+
"fid": 102,
46+
"name": "作家协会"
47+
}]
48+
}, {
49+
"id": 2,
3150
"name": "职业讨论区",
3251
"forums": [{
3352
"fid": 390,
@@ -64,7 +83,35 @@
6483
"name": "暗影裂口"
6584
}]
6685
}, {
67-
"id": 1,
86+
"id": 3,
87+
"name": "暗黑破坏神",
88+
"forums": [{
89+
"fid": 318,
90+
"name": "暗黑破坏神3"
91+
}, {
92+
"fid": 400,
93+
"name": "职业讨论区"
94+
}, {
95+
"fid": 409,
96+
"name": "HC讨论区"
97+
}, {
98+
"fid": 401,
99+
"name": "装备交易"
100+
}, {
101+
"fid": 404,
102+
"name": "金币交易"
103+
}, {
104+
"fid": 394,
105+
"name": "装备询价"
106+
}, {
107+
"fid": 393,
108+
"name": "背景故事与文艺作品"
109+
}, {
110+
"fid": 193,
111+
"name": "帐号安全"
112+
}]
113+
}, {
114+
"id": 4,
68115
"name": "冒险心得",
69116
"forums": [{
70117
"fid": 310,
@@ -125,63 +172,7 @@
125172
"name": "魔兽世界集换卡"
126173
}]
127174
}, {
128-
"id": 1,
129-
"name": "职业讨论区",
130-
"forums": [{
131-
"fid": 390,
132-
"name": "五晨寺"
133-
}, {
134-
"fid": 320,
135-
"name": "黑锋要塞"
136-
}, {
137-
"fid": 181,
138-
"name": "铁血沙场"
139-
}, {
140-
"fid": 182,
141-
"name": "魔法圣堂"
142-
}, {
143-
"fid": 183,
144-
"name": "信仰神殿"
145-
}, {
146-
"fid": 185,
147-
"name": "风暴祭坛"
148-
}, {
149-
"fid": 186,
150-
"name": "翡翠梦境"
151-
}, {
152-
"fid": 187,
153-
"name": "猎手大厅"
154-
}, {
155-
"fid": 184,
156-
"name": "圣光之力"
157-
}, {
158-
"fid": 188,
159-
"name": "恶魔深渊"
160-
}, {
161-
"fid": 189,
162-
"name": "暗影裂口"
163-
}]
164-
}, {
165-
"id": 1,
166-
"name": "历史背景 资料整理",
167-
"forums": [{
168-
"fid": 8,
169-
"name": "大图书馆"
170-
}, {
171-
"fid": 254,
172-
"name": "镶金玫瑰"
173-
}, {
174-
"fid": 116,
175-
"name": "奇迹之泉"
176-
}, {
177-
"fid": 124,
178-
"name": "壁画洞窟"
179-
}, {
180-
"fid": 102,
181-
"name": "作家协会"
182-
}]
183-
}, {
184-
"id": 4,
175+
"id": 5,
185176
"name": "游戏专版",
186177
"forums": [{
187178
"fid": 414,
@@ -269,35 +260,7 @@
269260
"name": "我叫MT online"
270261
}]
271262
}, {
272-
"id": 1,
273-
"name": "暗黑破坏神",
274-
"forums": [{
275-
"fid": 318,
276-
"name": "暗黑破坏神3"
277-
}, {
278-
"fid": 400,
279-
"name": "职业讨论区"
280-
}, {
281-
"fid": 409,
282-
"name": "HC讨论区"
283-
}, {
284-
"fid": 401,
285-
"name": "装备交易"
286-
}, {
287-
"fid": 404,
288-
"name": "金币交易"
289-
}, {
290-
"fid": 394,
291-
"name": "装备询价"
292-
}, {
293-
"fid": 393,
294-
"name": "背景故事与文艺作品"
295-
}, {
296-
"fid": 193,
297-
"name": "帐号安全"
298-
}]
299-
}, {
300-
"id": 1,
263+
"id": 6,
301264
"name": "其他版面",
302265
"forums": [{
303266
"fid": 10,
@@ -328,7 +291,7 @@
328291
"name": "版务交流"
329292
}]
330293
}, {
331-
"id": 2,
294+
"id": 7,
332295
"name": "网事杂谈",
333296
"forums": [{
334297
"fid": -7,

0 commit comments

Comments
 (0)