Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit d7ad625

Browse files
committed
chore(deploy): v2.0.85
1 parent 3a18ecc commit d7ad625

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.84",
62+
"BUILD_VERSION": "v2.0.85",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

-59 Bytes
Binary file not shown.

src/containers/content/MembershipContent/store.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,17 @@ const MembershipContent = T.model('MembershipContent', {
5757
},
5858
{
5959
pkgType: PACKAGE.GIRL,
60-
desc: '女生福利,高级会员的所有服务',
60+
desc: '女生福利,高级会员的所有服务',
6161
yearlyPrice: '19.9',
6262
monthlyPrice: '0.99',
6363
illustration: PACKAGE.GIRL,
64-
serviceItems: [
65-
{ title: '女生头像标识' },
66-
{ title: '发起投票' },
67-
{ title: '需求优先响应' },
68-
{ title: '个别场景更高权重' },
69-
{ title: '不定期周边礼品' },
70-
],
64+
serviceItems: [{ title: '头像标识(可选)' }],
7165
},
7266
{
7367
pkgType: PACKAGE.TEAM,
7468
desc: '社区 SaaS 服务。适合独立开发者、小团队等需要独立社区的场景',
75-
yearlyPrice: '1999',
76-
monthlyPrice: '199.9',
69+
yearlyPrice: '--',
70+
monthlyPrice: '--',
7771
illustration: PACKAGE.TEAM,
7872
serviceItems: [
7973
{

0 commit comments

Comments
 (0)