Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
diagrams
réplica de
https://github.com/mingrammer/diagrams.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
43
Wiki
Actividad
Explorar el Código
feat(script:resource): remove bg color suffix
tags/v0.2.1
mingrammer
hace 4 años
padre
b13b70d533
commit
2552fbfb22
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
scripts/resource.py
+ 1
- 0
scripts/resource.py
Ver fichero
@@ -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):]
Escribir
Vista previa
Cargando…
Cancelar
Guardar