Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaze0617 committed Apr 26, 2021
1 parent b12b7d9 commit 2ed30f4
Show file tree
Hide file tree
Showing 7 changed files with 15,663 additions and 18,651 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
## 博客的CDN
# cdn
1,544 changes: 1,544 additions & 0 deletions js/APlayer.min.js

Large diffs are not rendered by default.

20 changes: 12 additions & 8 deletions js/Valine.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1681,13 +1681,17 @@
a = function (e, t) {
var n = o.default.store.get(i.QQCacheKey);
n && n.qq == e ? t && t(n) : o.default.ajax({
type: "POST",
url: "//valine.api.ioliu.cn/getqqinfo",
data: {
qq: e
},
type: "GET",
url: "https://api.usuuu.com/qq/" + e,
dataType: "jsonp",
async: false,
success: function (e) {
e.errmsg || (o.default.store.set(i.QQCacheKey, e), t && t(e))
let data = {
nick: e["data"]["name"],
qq: e["data"]["qq"],
pic: e["data"]["avatar"]
};
e["code"] != 200 || (o.default.store.set(i.QQCacheKey, data), t && t(data))
}
})
},
Expand Down Expand Up @@ -3534,9 +3538,9 @@
}
}, function (e, t) {
e.exports = {
nick: "昵称(输入QQ号自动获取头像和邮箱)",
nick: "昵称(输入QQ号会自动拉取昵称和头像!)",
mail: "邮箱",
link: "[选填]网址(http://)",
link: "网址(http://)",
nickFail: "昵称不能少于3个字符",
mailFail: "请填写正确的邮件地址",
sofa: "来发评论吧~",
Expand Down
Loading

0 comments on commit 2ed30f4

Please sign in to comment.