div class="ui divider">

暂无描述

chengzhenyu: a9c04fc10c app优化 8 年之前
..
about_contract.png 5101af5271 activity in setting page 9 年之前
about_update_app.png 5101af5271 activity in setting page 9 年之前
arrow_right.png 30b119f214 first commit 9 年之前
brief.png 30b119f214 first commit 9 年之前
btn_cancel_normal.9.png 2a8b2d9657 session退出确认 8 年之前
btn_cancel_press.9.png 2a8b2d9657 session退出确认 8 年之前
clear_input.png 72d519032b replace some png res 9 年之前
complete_normal.png 30b119f214 first commit 9 年之前
complete_press.png 30b119f214 first commit 9 年之前
cover_border.png 30b119f214 first commit 9 年之前
login_page_logo.png dcd873dca4 new login UI 9 年之前
logo.png e5f0cbcd92 login page UI 9 年之前
logo_in_about.png 5101af5271 activity in setting page 9 年之前
more.png 30b119f214 first commit 9 年之前
new_session_normal.png 30b119f214 first commit 9 年之前
new_session_press.png 30b119f214 first commit 9 年之前
no_photo_tip.png 30b119f214 first commit 9 年之前
option.png b5aa29060b setting and briefs activity 9 年之前
pop_back.png 30b119f214 first commit 9 年之前
pop_back_press.png 30b119f214 first commit 9 年之前
pop_btn_ok.9.png 2a8b2d9657 session退出确认 8 年之前
pop_btn_ok_press.9.png 2a8b2d9657 session退出确认 8 年之前
qr_album.png 30b119f214 first commit 9 年之前
qr_code_bg.png 30b119f214 first commit 9 年之前
qr_flash.png 30b119f214 first commit 9 年之前
qrcode.png 30b119f214 first commit 9 年之前
retry.png eadccc86ae upload UI 9 年之前
scan.png 30b119f214 first commit 9 年之前
scan_line.png 30b119f214 first commit 9 年之前
settings.png 30b119f214 first commit 9 年之前
shadow.png 30b119f214 first commit 9 年之前
shadow_bottom.png 30b119f214 first commit 9 年之前
shadow_left.png 30b119f214 first commit 9 年之前
shadow_right.png 30b119f214 first commit 9 年之前
toggle_btn_off.png fbf7b467ce 增加移动上传开关设置 8 年之前
toggle_btn_on.png fbf7b467ce 增加移动上传开关设置 8 年之前
upload.png 22839d2824 增加wifi设置跳转;增加上传管理入口 8 年之前
welcome_bg.png 9983cc5add replace new drawables 9 年之前
wifi_connect.png 72d519032b replace some png res 9 年之前
wifi_disconnect.png 72d519032b replace some png res 9 年之前
kodo - Gogs: Go Git Service

Nenhuma Descrição

disk_utils.py 171B

    # -*- coding: utf-8 -*- from CodeConvert import CodeConvert as cc def write_to_disk(tmpl, path): with open(path, 'wb') as f: f.write(cc.Convert2Utf8(tmpl))