Skip to content

Commit

Permalink
chore: update intro & tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-fish committed Oct 23, 2023
1 parent 3e3466f commit 855d4f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry = https://registry.npmmirror.com
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const GITHUB_URL = `https://github.com/${GITHUB_OWNER}/${GITHUB_REPO}`

// Site name
export const PROJECT_NAME = 'PixivNow'
export const PROJECT_TAGLINE = 'Pixiv Service Proxy (pixiv.js.org)'
export const PROJECT_TAGLINE = 'Enjoy Pixiv Now (pixiv.js.org)'

// Image proxy cache seconds
export const IMAGE_CACHE_SECONDS = 12 * 60 * 60 * 1000
21 changes: 12 additions & 9 deletions src/view/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@ mixin repoLink
h1#top 关于我们
section.intro
Card(title='简介')
p
strong {{ PROJECT_NAME }}
|
| 是一个 Pixiv 代理服务,旨在为某些无法直接访问 Pixiv 地区的 ACGN 爱好者提供一个欣赏 P 站插画的途径。
p PixivNow - Now, everyone can enjoy Pixiv!
p 现在,每个人都能享受 Pixiv!
p 也许能给你带来不一样体验的奇妙网站。让你更专注于欣赏插画本身,而不会被<i>神秘</i>因素干扰。

Card(title='使用方法')
h3 访客
p 正常用,有手就行(
h3 开发者
p API 文档暂时懒得写……反正设置了 <code>access-control-allow-origin: *</code>,其他的自己慢慢试吧(
p 懒得写 API 文档……
p 绝大多数地方用的都是 Pixiv Web 版的 ajax API。具体你可以看看源码,如果你真的很好奇,可以用 issues 问问我,我随缘回答。

Card(title='开销')
p 我们曾经是没有任何经济开销的,直到2023年10月。
p 原作者的服务被爬爆了,账号也被 Vercel 暂时封禁。他不得不动用钞能力临时维持住了服务。Vercel 的资费是 $20/月,这相当于原作者每个月得少吃三顿肯德鸡疯狂星期四!这实在是太残忍了!
p 之后也许会在站内放一些谷歌自动广告之类的。纵然杯水车薪,不过能回点血是一点吧。
p 我们正在积极寻找更便宜的解决方案,不过目前来说进度不太乐观就是了。<s>我是不是应该在这里放个收款码,说不定会有富哥包养我</s>

Card(title='访问令牌')
h3 这是什么
Expand All @@ -31,15 +37,12 @@ mixin repoLink
li 能够使用高级搜索(订阅过 Pixiv 会员时)
p 部分高级功能的效果取决于您在 Pixiv 源站的设定,您可以在 <ExternalLink href="https://www.pixiv.net/setting_profile.php" target="_blank">这里</ExternalLink> 查看。

Card(title='开销')
p 我们的技术栈全都是白嫖来的,目前没有任何经济开销,因此您在使用的时候完全不用有心理负担(

Card(title='鸣谢')
p: em 以下排名不分先后
h3 组织
ul
li <strong>GitHub</strong> 提供了源码托管和版本管控服务
li <strong>Vercel</strong> 提供了页面托管和 serverless 计算服务
li <s>Vercel</s> 提供了页面托管和 serverless 计算服务(但是现在白嫖的额度用完了)
li <strong>JS.ORG</strong> 提供了域名服务
h3 个人
p
Expand Down
2 changes: 1 addition & 1 deletion src/view/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.site-logo
img(:src='LogoH')
.description Pixiv Service Proxy
.description Now, everyone can enjoy Pixiv

.bg-info
a.pointer(@click='async () => await setRandomBgNoCache()' title='换一个~')
Expand Down

1 comment on commit 855d4f3

@vercel
Copy link

@vercel vercel bot commented on 855d4f3 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.