This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10185101272
/
Personal-Collections-Website
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化搜索接口
master
邓淳远
4 years ago
parent
df47eaf3fe
commit
7b04d3019d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
APP/view/collection.py
+ 1
- 0
APP/view/collection.py
View File
@ -52,6 +52,7 @@ def get_collection():
collection_tmp
[
'
name
'
]
=
item
.
name
collection_tmp
[
'
like
'
]
=
item
.
like
collection_tmp
[
'
tag
'
]
=
item
.
tag
collection_tmp
[
'
order
'
]
=
item
.
order
collections
.
append
(
collection_tmp
)
except
BaseException
as
e
:
Write
Preview
Loading…
Cancel
Save