Showing
17 changed files
with
136 additions
and
1 deletions
... | @@ -114,6 +114,11 @@ | ... | @@ -114,6 +114,11 @@ |
114 | "shape": "밥", | 114 | "shape": "밥", |
115 | "kinds": "일식" | 115 | "kinds": "일식" |
116 | }, | 116 | }, |
117 | + "스시": { | ||
118 | + "price": 10000, | ||
119 | + "shape": "밥", | ||
120 | + "kinds": "일식" | ||
121 | + }, | ||
117 | "회덮밥": { | 122 | "회덮밥": { |
118 | "price": 10000, | 123 | "price": 10000, |
119 | "shape": "밥", | 124 | "shape": "밥", |
... | @@ -179,7 +184,7 @@ | ... | @@ -179,7 +184,7 @@ |
179 | "shape": "밥", | 184 | "shape": "밥", |
180 | "kinds": "한식" | 185 | "kinds": "한식" |
181 | }, | 186 | }, |
182 | - "생선구이": { | 187 | + "고등어구이": { |
183 | "price": 10000, | 188 | "price": 10000, |
184 | "shape": "고기", | 189 | "shape": "고기", |
185 | "kinds": "한식" | 190 | "kinds": "한식" |
... | @@ -253,6 +258,136 @@ | ... | @@ -253,6 +258,136 @@ |
253 | "price": 20000, | 258 | "price": 20000, |
254 | "shape": "고기", | 259 | "shape": "고기", |
255 | "kinds": "양식" | 260 | "kinds": "양식" |
261 | + }, | ||
262 | + "파스타": { | ||
263 | + "price": 10000, | ||
264 | + "shape": "면", | ||
265 | + "kinds": "양식" | ||
266 | + }, | ||
267 | + "삼겹살": { | ||
268 | + "price": 10000, | ||
269 | + "shape": "고기", | ||
270 | + "kinds": "힌식" | ||
271 | + }, | ||
272 | + "소고기": { | ||
273 | + "price": 20000, | ||
274 | + "shape": "고기", | ||
275 | + "kinds": "한식" | ||
276 | + }, | ||
277 | + "피자": { | ||
278 | + "price": 10000, | ||
279 | + "shape": "밥", | ||
280 | + "kinds": "일식" | ||
281 | + }, | ||
282 | + "족발": { | ||
283 | + "price": 20000, | ||
284 | + "shape": "고기", | ||
285 | + "kinds": "한식" | ||
286 | + }, | ||
287 | + "잔치국수": { | ||
288 | + "price": 5000, | ||
289 | + "shape": "면", | ||
290 | + "kinds": "한식" | ||
291 | + }, | ||
292 | + "김밥": { | ||
293 | + "price": 3000, | ||
294 | + "shape": "밥", | ||
295 | + "kinds": "한식" | ||
296 | + }, | ||
297 | + "보쌈": { | ||
298 | + "price": 20000, | ||
299 | + "shape": "고기", | ||
300 | + "kinds": "한식" | ||
301 | + }, | ||
302 | + "빵": { | ||
303 | + "price": 3000, | ||
304 | + "shape": "빵", | ||
305 | + "kinds": "양식" | ||
306 | + }, | ||
307 | + "샌드위치": { | ||
308 | + "price": 5000, | ||
309 | + "shape": "빵", | ||
310 | + "kinds": "양식" | ||
311 | + }, | ||
312 | + "햄버거": { | ||
313 | + "price": 5000, | ||
314 | + "shape": "빵", | ||
315 | + "kinds": "양식" | ||
316 | + }, | ||
317 | + "브리또": { | ||
318 | + "price": 7000, | ||
319 | + "shape": "빵", | ||
320 | + "kinds": "양식" | ||
321 | + }, | ||
322 | + "컵밥": { | ||
323 | + "price": 4000, | ||
324 | + "shape": "밥", | ||
325 | + "kinds": "한식" | ||
326 | + }, | ||
327 | + "함박스테이크": { | ||
328 | + "price": 10000, | ||
329 | + "shape": "고기", | ||
330 | + "kinds": "양식" | ||
331 | + }, | ||
332 | + "감자탕": { | ||
333 | + "price": 15000, | ||
334 | + "shape": "밥", | ||
335 | + "kinds": "한식" | ||
336 | + }, | ||
337 | + "타코": { | ||
338 | + "price": 5000, | ||
339 | + "shape": "빵", | ||
340 | + "kinds": "양식" | ||
341 | + }, | ||
342 | + "칼국수": { | ||
343 | + "price": 7000, | ||
344 | + "shape": "면", | ||
345 | + "kinds": "한식" | ||
346 | + }, | ||
347 | + "콩국수": { | ||
348 | + "price": 7000, | ||
349 | + "shape": "면", | ||
350 | + "kinds": "한식" | ||
351 | + }, | ||
352 | + "죽": { | ||
353 | + "price": 7000, | ||
354 | + "shape": "밥", | ||
355 | + "kinds": "한식" | ||
356 | + }, | ||
357 | + "오리고기": { | ||
358 | + "price": 15000, | ||
359 | + "shape": "고기", | ||
360 | + "kinds": "한식" | ||
361 | + }, | ||
362 | + "곱창": { | ||
363 | + "price": 20000, | ||
364 | + "shape": "고기", | ||
365 | + "kinds": "한식" | ||
366 | + }, | ||
367 | + "막창": { | ||
368 | + "price": 10000, | ||
369 | + "shape": "고기", | ||
370 | + "kinds": "한식" | ||
371 | + }, | ||
372 | + "양고기": { | ||
373 | + "price": 20000, | ||
374 | + "shape": "고기", | ||
375 | + "kinds": "양식" | ||
376 | + }, | ||
377 | + "훠궈": { | ||
378 | + "price": 10000, | ||
379 | + "shape": "기타", | ||
380 | + "kinds": "중식" | ||
381 | + }, | ||
382 | + "마라탕": { | ||
383 | + "price": 10000, | ||
384 | + "shape": "기타", | ||
385 | + "kinds": "중식" | ||
386 | + }, | ||
387 | + "샤브샤브": { | ||
388 | + "price": 15000, | ||
389 | + "shape": "기타", | ||
390 | + "kinds": "한식" | ||
256 | } | 391 | } |
257 | 392 | ||
258 | 393 | ... | ... |
images/감자탕.png
0 → 100644
13.1 KB
images/곱창.png
0 → 100644
12.8 KB
images/마라탕.png
0 → 100644
12.3 KB
images/막창.png
0 → 100644
12 KB
images/브리또.png
0 → 100644
6.66 KB
images/샤브샤브.png
0 → 100644
11.8 KB
images/스시.png
0 → 100644
9.58 KB
images/양고기.png
0 → 100644
10.1 KB
images/오리고기.png
0 → 100644
10.3 KB
images/죽.png
0 → 100644
9.09 KB
images/칼국수.png
0 → 100644
9.32 KB
images/컵밥.png
0 → 100644
8.78 KB
images/콩국수.png
0 → 100644
8.76 KB
images/타코.png
0 → 100644
13.9 KB
images/함박스테이크.png
0 → 100644
9.83 KB
images/훠궈.png
0 → 100644
12 KB
-
Please register or login to post a comment