Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
play_office
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
play_office
Commits
caae00fd
Commit
caae00fd
authored
Nov 11, 2024
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
fc1ddff9
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
5 deletions
+14
-5
index-B3XZ3Y4E.js
play/assets/index-B3XZ3Y4E.js
+1
-1
index-B3npc05E.css
play/assets/index-B3npc05E.css
+1
-0
index-BhWiHo-2.css
play/assets/index-BhWiHo-2.css
+0
-1
index.html
play/index.html
+2
-2
App.vue
vue-proj/vue-project/src/App.vue
+10
-1
No files found.
play/assets/index-B
nQjGoY7
.js
→
play/assets/index-B
3XZ3Y4E
.js
View file @
caae00fd
This diff is collapsed.
Click to expand it.
play/assets/index-B3npc05E.css
0 → 100644
View file @
caae00fd
.error-message
[
data-v-123e5f17
]
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
height
:
100%
;
font-size
:
16px
;
color
:
#666
}
.page-buttons
[
data-v-123e5f17
]
{
position
:
fixed
;
right
:
20px
;
bottom
:
20px
;
z-index
:
1000
;
display
:
flex
;
gap
:
10px
}
.arrow-button
[
data-v-123e5f17
]
{
width
:
40px
;
height
:
40px
;
border-radius
:
50%
;
border
:
none
;
background-color
:
#409eff
;
cursor
:
pointer
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
transition
:
all
.3s
}
.arrow-button
[
data-v-123e5f17
]
:hover
{
background-color
:
#66b1ff
}
.arrow-button
[
data-v-123e5f17
]
:disabled
{
background-color
:
#c0c4cc
;
cursor
:
not-allowed
}
.arrow
[
data-v-123e5f17
]
{
border
:
solid
white
;
border-width
:
0
2px
2px
0
;
display
:
inline-block
;
padding
:
4px
}
.left
[
data-v-123e5f17
]
{
transform
:
rotate
(
135deg
);
margin-left
:
4px
}
.right
[
data-v-123e5f17
]
{
transform
:
rotate
(
-45deg
);
margin-right
:
4px
}
play/assets/index-BhWiHo-2.css
deleted
100644 → 0
View file @
fc1ddff9
.error-message
[
data-v-b0557f7b
]
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
height
:
100%
;
font-size
:
16px
;
color
:
#666
}
.page-buttons
[
data-v-b0557f7b
]
{
position
:
fixed
;
right
:
20px
;
bottom
:
20px
;
z-index
:
1000
;
display
:
flex
;
gap
:
10px
}
.arrow-button
[
data-v-b0557f7b
]
{
width
:
40px
;
height
:
40px
;
border-radius
:
50%
;
border
:
none
;
background-color
:
#409eff
;
cursor
:
pointer
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
transition
:
all
.3s
}
.arrow-button
[
data-v-b0557f7b
]
:hover
{
background-color
:
#66b1ff
}
.arrow-button
[
data-v-b0557f7b
]
:disabled
{
background-color
:
#c0c4cc
;
cursor
:
not-allowed
}
.arrow
[
data-v-b0557f7b
]
{
border
:
solid
white
;
border-width
:
0
2px
2px
0
;
display
:
inline-block
;
padding
:
4px
}
.left
[
data-v-b0557f7b
]
{
transform
:
rotate
(
135deg
);
margin-left
:
4px
}
.right
[
data-v-b0557f7b
]
{
transform
:
rotate
(
-45deg
);
margin-right
:
4px
}
play/index.html
View file @
caae00fd
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<script
type=
"text/javascript"
src=
"//staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
<script
type=
"text/javascript"
src=
"//staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
<script
type=
"module"
crossorigin
src=
"assets/index-B
nQjGoY7
.js"
></script>
<script
type=
"module"
crossorigin
src=
"assets/index-B
3XZ3Y4E
.js"
></script>
<link
rel=
"stylesheet"
crossorigin
href=
"assets/index-B
hWiHo-2
.css"
>
<link
rel=
"stylesheet"
crossorigin
href=
"assets/index-B
3npc05E
.css"
>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
vue-proj/vue-project/src/App.vue
View file @
caae00fd
...
@@ -62,10 +62,19 @@ function nextPage() {
...
@@ -62,10 +62,19 @@ function nextPage() {
}
}
}
}
// const getProxiedUrl = (url) => {
// try {
// const urlObj = new URL(url);
// return `/ppt${urlObj.pathname}${urlObj.search}${urlObj.hash}`;
// } catch (e) {
// return url;
// }
// }
const
getProxiedUrl
=
(
url
)
=>
{
const
getProxiedUrl
=
(
url
)
=>
{
try
{
try
{
const
urlObj
=
new
URL
(
url
);
const
urlObj
=
new
URL
(
url
);
return
`
/ppt
${
urlObj
.
pathname
}${
urlObj
.
search
}${
urlObj
.
hash
}
`
;
return
`
${
urlObj
.
pathname
}${
urlObj
.
search
}${
urlObj
.
hash
}
`
;
}
catch
(
e
)
{
}
catch
(
e
)
{
return
url
;
return
url
;
}
}
...
...
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