Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
d68c799a
Commit
d68c799a
authored
Oct 31, 2021
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix baidu tongji
parent
358b1c0d
Pipeline
#90
canceled with stages
Changes
8
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
70 additions
and
9 deletions
+70
-9
main.js
cps/static/js/main.js
+0
-8
http_error.html
cps/templates/http_error.html
+10
-0
layout.html
cps/templates/layout.html
+9
-0
listenmp3.html
cps/templates/listenmp3.html
+11
-1
read.html
cps/templates/read.html
+10
-0
readcbr.html
cps/templates/readcbr.html
+10
-0
readtxt.html
cps/templates/readtxt.html
+10
-0
shelfdown.html
cps/templates/shelfdown.html
+10
-0
No files found.
cps/static/js/main.js
View file @
d68c799a
...
@@ -121,14 +121,6 @@ $("#form-upload").uploadprogress({
...
@@ -121,14 +121,6 @@ $("#form-upload").uploadprogress({
});
});
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
var
inp
=
$
(
'#query'
).
first
()
var
inp
=
$
(
'#query'
).
first
()
if
(
inp
.
length
)
{
if
(
inp
.
length
)
{
var
val
=
inp
.
val
()
var
val
=
inp
.
val
()
...
...
cps/templates/http_error.html
View file @
d68c799a
...
@@ -6,6 +6,16 @@
...
@@ -6,6 +6,16 @@
<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,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<!-- Bootstrap -->
<!-- Bootstrap -->
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
...
...
cps/templates/layout.html
View file @
d68c799a
...
@@ -8,6 +8,15 @@
...
@@ -8,6 +8,15 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<!-- Bootstrap -->
<!-- Bootstrap -->
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
...
...
cps/templates/listenmp3.html
View file @
d68c799a
...
@@ -8,6 +8,16 @@
...
@@ -8,6 +8,16 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width"
>
<meta
name=
"viewport"
content=
"width=device-width"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<script
src=
"{{ url_for('static', filename='js/libs/jquery.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/jquery.min.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/soundmanager2.js') }}"
></script>
<script
src=
"{{ url_for('static', filename='js/libs/soundmanager2.js') }}"
></script>
...
...
cps/templates/read.html
View file @
d68c799a
...
@@ -7,6 +7,16 @@
...
@@ -7,6 +7,16 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
...
...
cps/templates/readcbr.html
View file @
d68c799a
...
@@ -7,6 +7,16 @@
...
@@ -7,6 +7,16 @@
<title>
{{_('Comic Reader')}} | {{title}}
</title>
<title>
{{_('Comic Reader')}} | {{title}}
</title>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/libs/normalize.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/libs/normalize.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/main.css') }}"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='css/main.css') }}"
type=
"text/css"
/>
...
...
cps/templates/readtxt.html
View file @
d68c799a
...
@@ -7,6 +7,16 @@
...
@@ -7,6 +7,16 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"shortcut icon"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
...
...
cps/templates/shelfdown.html
View file @
d68c799a
...
@@ -6,6 +6,16 @@
...
@@ -6,6 +6,16 @@
<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,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"script-src 'self' http://hm.baidu.com 'unsafe-inline' 'unsafe-eval'"
>
<script>
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</script>
<!-- Bootstrap -->
<!-- Bootstrap -->
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
<link
rel=
"apple-touch-icon"
sizes=
"140x140"
href=
"{{ url_for('static', filename='favicon.ico') }}"
>
...
...
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