Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JM04-3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
JM04-3
Commits
6f6b57fd
Commit
6f6b57fd
authored
Jul 21, 2021
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev commit
parent
649fd3cf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
10 deletions
+4
-10
play.component.ts
src/app/play/play.component.ts
+1
-10
resources.js
src/app/play/resources.js
+3
-0
bg_checkboard.png
src/assets/play/bg_checkboard.png
+0
-0
btn_submit.png
src/assets/play/btn_submit.png
+0
-0
btn_submit_outline.png
src/assets/play/btn_submit_outline.png
+0
-0
No files found.
src/app/play/play.component.ts
View file @
6f6b57fd
...
...
@@ -134,6 +134,7 @@ export class PlayComponent implements OnInit, OnDestroy {
m_submitTimes
=
null
;
m_wordAll
=
null
;
m_allBlocks
=
[];
m_currentInput
=
""
;
// ------------------------------------
...
...
@@ -579,18 +580,8 @@ export class PlayComponent implements OnInit, OnDestroy {
}
})
let
rolNum
=
this
.
g_formData
.
grid
.
length
;
let
colNum
=
this
.
g_formData
.
grid
[
0
].
length
;
console
.
log
(
rolNum
,
colNum
)
let
width
=
900
;
let
height
=
900
;
...
...
src/app/play/resources.js
View file @
6f6b57fd
...
...
@@ -50,6 +50,9 @@ const localImages = {
'
bg_block_init
'
:
'
assets/play/bg_block_init.png
'
,
'
bg_block_focus
'
:
'
assets/play/bg_block_focus.png
'
,
'
bg_block_wrong
'
:
'
assets/play/bg_block_wrong.png
'
,
'
bg_checkboard
'
:
'
assets/play/bg_checkboard.png
'
,
'
btn_submit
'
:
'
assets/play/btn_submit.png
'
,
'
btn_submit_outline
'
:
'
assets/play/btn_submit_outline.png
'
,
};
const
localAudios
=
{
...
...
src/assets/play/bg_checkboard.png
0 → 100644
View file @
6f6b57fd
20.6 KB
src/assets/play/btn_submit.png
0 → 100644
View file @
6f6b57fd
571 Bytes
src/assets/play/btn_submit_outline.png
0 → 100644
View file @
6f6b57fd
967 Bytes
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment