Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
omt-card
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
omt-card
Commits
e155cc91
Commit
e155cc91
authored
Jan 15, 2020
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改相对路径
parent
d7f96494
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
publish.js
bin/publish.js
+1
-4
index.html
index/index.html
+3
-4
No files found.
bin/publish.js
View file @
e155cc91
...
@@ -133,6 +133,3 @@ let exec = async function(){
...
@@ -133,6 +133,3 @@ let exec = async function(){
exec
();
exec
();
\ No newline at end of file
index/index.html
View file @
e155cc91
...
@@ -4,12 +4,11 @@
...
@@ -4,12 +4,11 @@
<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"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<base
href=
""
>
<title>
OhMyTeacher
</title>
<title>
OhMyTeacher
</title>
<script
src=
"http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"
></script>
<script
src=
"http://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"
></script>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"
./
index.css"
rel=
"stylesheet"
>
<link
href=
"index.css"
rel=
"stylesheet"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
<script
type=
"text/javascript"
src=
"http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js"
></script>
...
@@ -66,5 +65,5 @@
...
@@ -66,5 +65,5 @@
<span
class=
"info-view"
>
* 长按图片保存到手机
</span>
<span
class=
"info-view"
>
* 长按图片保存到手机
</span>
</body>
</body>
<script
src=
"
./
index.js"
></script>
<script
src=
"index.js"
></script>
</html>
</html>
\ 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