Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cocos_test_1
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
cocos_test_1
Commits
1fcf23c6
Commit
1fcf23c6
authored
Nov 20, 2020
by
wangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
fa703d42
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
318 additions
and
387 deletions
+318
-387
.DS_Store
.DS_Store
+0
-0
form.component.html
form/src/app/form/form.component.html
+1
-34
Scene.js
play/assets/tmpGame/script/Scene.js
+316
-352
services.json
play/settings/services.json
+1
-1
No files found.
.DS_Store
View file @
1fcf23c6
No preview for this file type
form/src/app/form/form.component.html
View file @
1fcf23c6
<div
class=
"model-content"
>
<div
style=
"padding: 10px;"
>
<div
style=
"width: 300px;"
align=
'center'
>
<span>
图1:
</span>
<app-upload-image-with-preview
[
picUrl
]="
item
.
pic_url
"
(
imageUploaded
)="
onImageUploadSuccess
($
event
,
'
pic_url
')"
>
</app-upload-image-with-preview>
</div>
<div
style=
"width: 300px; margin-top: 5px;"
align=
'center'
>
<span>
图2:
</span>
<app-upload-image-with-preview
[
picUrl
]="
item
.
pic_url_2
"
(
imageUploaded
)="
onImageUploadSuccess
($
event
,
'
pic_url_2
')"
>
</app-upload-image-with-preview>
</div>
<div
style=
"width: 300px; margin-top: 15px;"
>
<span>
文本:
</span>
<input
type=
"text"
nz-input
[(
ngModel
)]="
item
.
text
"
(
blur
)="
save
()"
>
</div>
<div
style=
"margin-top: 5px"
>
<span>
音频:
</span>
<app-audio-recorder
[
audioUrl
]="
item
.
audio_url
"
(
audioUploaded
)="
onAudioUploadSuccess
($
event
,
'
audio_url
')"
></app-audio-recorder>
</div>
</div>
<input
type=
"text"
nz-input
[(
ngModel
)]="
text
"
(
blur
)="
save
()"
/>
</div>
play/assets/tmpGame/script/Scene.js
View file @
1fcf23c6
This diff is collapsed.
Click to expand it.
play/settings/services.json
View file @
1fcf23c6
{
"game"
:
{
"name"
:
"
未知游戏
"
,
"name"
:
"
UNKNOW GAME
"
,
"appid"
:
"UNKNOW"
}
}
\ No newline at end of file
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