Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
tools
Commits
f30430c6
Commit
f30430c6
authored
Jan 11, 2021
by
庄欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户备注插件
parent
dac27f1a
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
3 deletions
+16
-3
mp-remark/close.png
+0
-0
mp-remark/css/main.css
+0
-0
mp-remark/icon.png
+0
-0
mp-remark/js/background.js
+6
-1
mp-remark/js/index.js
+9
-1
mp-remark/js/jquery.min.js
+0
-0
mp-remark/js/vue.js
+0
-0
mp-remark/manifest.json
+0
-0
mp-remark/popup.html
+0
-0
mp-remark/ui.html
+1
-1
No files found.
user
-remark/close.png
→
mp
-remark/close.png
View file @
f30430c6
File moved
user
-remark/css/main.css
→
mp
-remark/css/main.css
View file @
f30430c6
File moved
user
-remark/icon.png
→
mp
-remark/icon.png
View file @
f30430c6
File moved
user
-remark/js/background.js
→
mp
-remark/js/background.js
View file @
f30430c6
...
...
@@ -4,6 +4,10 @@ chrome.extension.onRequest.addListener(
url
:
"https://www.mepai.me/"
,
name
:
"auth"
},
cookie
=>
{
sendResponse
({
access_token
:
cookie
.
value
});
if
(
cookie
===
undefined
||
cookie
===
null
||
cookie
===
""
)
{
sendResponse
({
access_token
:
""
});
}
else
{
sendResponse
({
access_token
:
cookie
.
value
});
}
});
});
\ No newline at end of file
user
-remark/js/index.js
→
mp
-remark/js/index.js
View file @
f30430c6
...
...
@@ -348,7 +348,14 @@ fetch(UI).then(function(res){
}
});
app
.
onload
();
console
.
log
(
app
.
data
);
});
let
urlCircle
=
[];
setInterval
(
function
()
{
let
currentUrl
=
window
.
location
.
href
;
if
(
urlCircle
.
length
>
0
&&
urlCircle
.
shift
()
!==
currentUrl
)
{
window
.
location
.
reload
();
}
urlCircle
.
push
(
currentUrl
)
},
1000
);
\ No newline at end of file
user
-remark/js/jquery.min.js
→
mp
-remark/js/jquery.min.js
View file @
f30430c6
File moved
user
-remark/js/vue.js
→
mp
-remark/js/vue.js
View file @
f30430c6
File moved
user
-remark/manifest.json
→
mp
-remark/manifest.json
View file @
f30430c6
File moved
user
-remark/popup.html
→
mp
-remark/popup.html
View file @
f30430c6
File moved
user
-remark/ui.html
→
mp
-remark/ui.html
View file @
f30430c6
...
...
@@ -60,7 +60,7 @@
<div
class=
"col-md-12"
>
<div
v-if=
"isYoumi === 1"
class=
"primary"
>
此作品已参加有米计划
</div>
<div
v-if=
"isYoumi === 0"
class=
"danger"
>
此作品未参加有米计划
</div>
<div><a
href=
"https://www.mepai.me/mp/secret/youmibeixuan
.html
"
target=
"_blank"
>
跳转到备选库
</a></div>
<div><a
href=
"https://www.mepai.me/mp/secret/youmibeixuan"
target=
"_blank"
>
跳转到备选库
</a></div>
<div
v-if=
"inZone === false"
class=
"form-group zone"
>
<div
class=
"label"
>
此作品未在有米计划备选公共库:
</div>
<div
class=
"input"
>
...
...
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