Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
eslotsys-game-nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
毛线
eslotsys-game-nuxt
Commits
5f2e228b
Commit
5f2e228b
authored
Jul 10, 2023
by
毛线
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
38885f8a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
nuxt.config.js
nuxt.config.js
+0
-4
keyboard.vue
pages/index/game/components/keyboard.vue
+1
-1
images.json
pages/loading/data/images.json
+1
-1
No files found.
nuxt.config.js
View file @
5f2e228b
...
...
@@ -15,10 +15,6 @@ export default {
meta
:
[
{
charset
:
'utf-8'
},
// { name: 'viewport', content: 'width=device-width, initial-scale=1' },
{
'http-equiv'
:
'Content-Security-Policy'
,
content
:
'upgrade-insecure-requests'
,
},
{
hid
:
'description'
,
name
:
'description'
,
content
:
process
.
env
.
project_description
||
''
}
],
link
:
[
...
...
pages/index/game/components/keyboard.vue
View file @
5f2e228b
<
template
>
<div
class=
"option-block"
>
<div
class=
"left-option"
>
<img
v-audio
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/
temp/game/CREDIT-IN.gif
"
alt=
""
class=
"credit-in btn"
@
click=
"creditInShow = true"
>
<img
v-audio
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/
resource/assets/Textures/mobileKeyboard/creditIn.png
"
alt=
""
class=
"credit-in btn"
@
click=
"creditInShow = true"
>
<img
v-audio
src=
"https://kuawai.s3.ap-east-1.amazonaws.com/resource/assets/Textures/second/ic_credit_01.png"
alt=
""
class=
"credit-out btn"
@
click=
"network().outPoint()"
>
<!-- credit-in 弹窗 -->
<div
:class=
"creditInShow ? 'show' : ''"
class=
"credit-in-modal"
>
...
...
pages/loading/data/images.json
View file @
5f2e228b
...
...
@@ -74,7 +74,7 @@
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/game/video-play-state.png"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/header/gold-coin.png"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/header/red-coin.png"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/
temp/game/CREDIT-IN.gif
"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/
resource/assets/Textures/mobileKeyboard/creditIn.png
"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/game/play-button.png"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/game/auto-time-button.png"
,
"https://kuawai.s3.ap-east-1.amazonaws.com/temp/game/player1.png"
,
...
...
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