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 7865882e
authored
2023-05-12 09:43:22 +0800
by
fengweida
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
V1.0.7 添加版本号
1 parent
cc0f0ed1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
index.html
index.html
View file @
7865882
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
},
},
searchText
:
function
(
val
)
{
searchText
:
function
(
val
)
{
//在allServiceList中找到包含val的
//在allServiceList中找到包含val的
if
(
val
.
indexOf
(
" "
)
!=
-
1
)
{
if
(
val
.
indexOf
(
" "
)
!=
-
1
)
{
let
valArr
=
val
.
split
(
" "
);
let
valArr
=
val
.
split
(
" "
);
let
serviceList
=
[];
let
serviceList
=
[];
for
(
let
i
=
0
;
i
<
valArr
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
valArr
.
length
;
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