Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
kornerr
/
MMMemory
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
d
main
Михаил Капелько
1 ano atrás
pai
187af293e9
commit
96d86d5b96
7 arquivos alterados
com
17 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
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 arquivo
+ 3
- 0
shared/JavaScript/memorySide.js
Ver arquivo
@@ -0,0 +1,3 @@
function memorySide() {
return 50;
}
+ 3
- 0
shared/gen
Ver arquivo
@@ -0,0 +1,3 @@
#!/bin/bash
tsc memorySide.ts --outfile JavaScript/memorySide.js
+ 3
- 0
shared/memorySide.ts
Ver arquivo
@@ -0,0 +1,3 @@
function memorySide(): number {
return 50
}
+ 0
- 4
shared/model.web.js
Ver arquivo
@@ -1,7 +1,3 @@
function memorySide() {
return 50
}
function memorySpace() {
return 20
}
+ 1
- 0
web/memory.html
Ver arquivo
@@ -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 arquivo
@@ -0,0 +1,7 @@
31.05: 19:35-
* перевести memorySide на TS
* генерить memorySide.js
НАДО:
* генерить memorySide.swift
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar