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
0f164880
Commit
0f164880
authored
Sep 24, 2024
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
ee023976
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
14 deletions
+15
-14
index-BRONZzV2.js
play/assets/index-BRONZzV2.js
+11
-11
index.html
play/index.html
+1
-2
App.vue
vue-proj/vue-project/src/App.vue
+3
-1
No files found.
play/assets/index-
D4GghGHu
.js
→
play/assets/index-
BRONZzV2
.js
View file @
0f164880
This diff is collapsed.
Click to expand it.
play/index.html
View file @
0f164880
...
...
@@ -2,11 +2,10 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<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>
<title>
Vite App
</title>
<script
type=
"module"
crossorigin
src=
"
/assets/index-D4GghGHu
.js"
></script>
<script
type=
"module"
crossorigin
src=
"
assets/index-BRONZzV2
.js"
></script>
</head>
<body>
<div
id=
"app"
></div>
...
...
vue-proj/vue-project/src/App.vue
View file @
0f164880
...
...
@@ -24,7 +24,9 @@ function errorHandler () {}
<vue-office-docx
:src=
"url"
style=
"height: 100vh"
@
rendered=
"renderedHandler"
@
error=
"errorHandler"
/>
</
template
>
<
template
v-if=
"url.indexOf(`.ppt`) > 0 || url.indexOf(`.PPT`) > 0 || url.indexOf(`.pptx`) > 0 || url.indexOf(`.PPTX`) > 0"
>
<div
style=
"height: 100vh"
>
<iframe
frameborder=
"0"
width=
"100%"
height=
"100%"
:src=
"ppt_html"
></iframe>
</div>
</
template
>
</template>
...
...
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