このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
diagrams
ミラー元
https://github.com/mingrammer/diagrams.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
43
Wiki
アクティビティ
ソースを参照
feat(script:resource): remove bg color suffix
tags/v0.2.1
mingrammer
4年前
親
b13b70d533
コミット
2552fbfb22
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
scripts/resource.py
+ 1
- 0
scripts/resource.py
ファイルの表示
@@ -19,6 +19,7 @@ _usage = "Usage: resources.py <cmd> <pvd>"
def cleaner_aws(f):
f = f.replace("_", "-")
f = f.replace("@4x", "")
f = f.replace("-light-bg", "")
for p in cfg.FILE_PREFIXES["aws"]:
if f.startswith(p):
f = f[len(p):]
書き込み
プレビュー
読み込み中…
キャンセル
保存