Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kornerr
/
MMMemory
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
d
main
Михаил Капелько
hace 1 año
padre
187af293e9
commit
96d86d5b96
Se han
modificado 7 ficheros
con
17 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
BIN
iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcuserdata/mk.xcuserdatad/UserInterfaceState.xcuserstate
+3
-0
shared/JavaScript/memorySide.js
+3
-0
shared/gen
+3
-0
shared/memorySide.ts
+0
-4
shared/model.web.js
+1
-0
web/memory.html
+7
-0
будущее
BIN
iOS/app/MMMemory.xcodeproj/project.xcworkspace/xcuserdata/mk.xcuserdatad/UserInterfaceState.xcuserstate
Ver fichero
+ 3
- 0
shared/JavaScript/memorySide.js
Ver fichero
@@ -0,0 +1,3 @@
function memorySide() {
return 50;
}
+ 3
- 0
shared/gen
Ver fichero
@@ -0,0 +1,3 @@
#!/bin/bash
tsc memorySide.ts --outfile JavaScript/memorySide.js
+ 3
- 0
shared/memorySide.ts
Ver fichero
@@ -0,0 +1,3 @@
function memorySide(): number {
return 50
}
+ 0
- 4
shared/model.web.js
Ver fichero
@@ -1,7 +1,3 @@
function memorySide() {
return 50
}
function memorySpace() {
return 20
}
+ 1
- 0
web/memory.html
Ver fichero
@@ -5,6 +5,7 @@
</head>
<body>
</body>
<script src="../shared/JavaScript/memorySide.js"></script>
<script src="../shared/model.web.js"></script>
<script>
function memoryItemPositions(M) {
+ 7
- 0
будущее
Ver fichero
@@ -0,0 +1,7 @@
31.05: 19:35-
* перевести memorySide на TS
* генерить memorySide.js
НАДО:
* генерить memorySide.swift
Escribir
Vista previa
Cargando…
Cancelar
Guardar