Skip to content

Commit

Permalink
tweak title
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesign committed Feb 22, 2020
1 parent 6d28f7c commit 9757b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function updateData() {
let popOvers = [
{title: "💖 欢迎关注 FriendsOfHere 🥰",
onClick: () => {here.openURL("https://github.com/FriendsOfHere")}},
{title: feedUrl == DEFAULT_FOH_FEED ? "以下是 FOH 正在维护的项目,欢迎 Star ⭐️" : "以下为预览的新闻内容",
{title: feedUrl == DEFAULT_FOH_FEED ? "以下是 FOH 正在维护的项目,欢迎 Star ⭐️" : "以下为预览的新闻内容",
onClick: () => {here.openURL("https://github.com/FriendsOfHere")}}
]
popOvers = popOvers.concat(_.map(feed.items, (item, index) => {
Expand Down

0 comments on commit 9757b91

Please sign in to comment.