Skip to content

Commit

Permalink
重新设计静态文件的处理方法
Browse files Browse the repository at this point in the history
  • Loading branch information
kitakamiooi committed Dec 12, 2015
1 parent bfba4f5 commit af8906b
Show file tree
Hide file tree
Showing 43 changed files with 1 addition and 0 deletions.
Binary file removed _kcs/resources/image/world/125_006_184_015_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_184_015_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_184_016_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_184_016_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_205_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_205_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_229_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_229_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_253_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_187_253_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_188_025_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_188_025_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_007_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_007_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_039_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_039_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_071_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_071_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_103_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_103_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_135_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_135_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_167_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_167_s.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_215_l.png
Binary file not shown.
Binary file removed _kcs/resources/image/world/125_006_189_215_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/125_006_189_247_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/125_006_189_247_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_105_167_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_105_167_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_023_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_023_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_039_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_039_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_055_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_055_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_071_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_071_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_102_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_209_102_s.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_248_135_l.png
Diff not rendered.
Binary file removed _kcs/resources/image/world/203_104_248_135_s.png
Diff not rendered.
1 change: 1 addition & 0 deletions ooi.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def main():
app.router.add_route('POST', '/service/flash', service.get_flash)
app.router.add_static('/static', config.static_dir)
app.router.add_static('/kcs', config.kcs_dir)
app.router.add_static('/_kcs', config.kcs_dir)
app_handlers = app.make_handler()

# 启动OOI服务器
Expand Down

0 comments on commit af8906b

Please sign in to comment.