Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liyaoting
/
jk-ut-plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit de751893
authored
2023-05-04 18:04:42 +0800
by
liyaoting
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
V1.05
修复格式错乱
1 parent
2065371c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
index.html
index.html
View file @
de75189
...
@@ -182,7 +182,14 @@
...
@@ -182,7 +182,14 @@
imageBuildEnd
=
i
;
imageBuildEnd
=
i
;
}
}
if
(
row
.
indexOf
(
"sleep"
)
!=
-
1
)
{
if
(
row
.
indexOf
(
"sleep"
)
!=
-
1
)
{
row
=
row
.
trim
();
let
sleepRow
=
"sleep"
;
let
strings
=
row
.
split
(
"sleep"
);
strings
.
forEach
((
str
,
index
)
=>
{
if
(
index
>
0
){
sleepRow
+=
str
;
}
});
row
=
sleepRow
;
row
=
this
.
dealStr
(
row
);
row
=
this
.
dealStr
(
row
);
let
rowObj
=
{
let
rowObj
=
{
rowNo
:
i
,
rowNo
:
i
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment