Skip to content

Commit

Permalink
remove self host
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Sep 14, 2024
1 parent a33b3d1 commit bb2649e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions site/components/pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,11 +276,6 @@ function Pricing() {
marginTop: 10,
}}
>
<p className="mb-4">
如您需要更高配额,我们也提供定制版本或是私有服务器部署,您可将具体需求发送至{" "}
<a href="mailto:[email protected]">[email protected]</a>{" "}
我们将第一时间回复。
</p>
<p className="mb-4">
*注:iOS 和 Android 版本记做不同的应用。
<br />
Expand Down
10 changes: 0 additions & 10 deletions site/pages/docs/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ interface PushyOptions {
// 必填,通过pushy createApp或selectApp命令,或在网页管理端获取
appKey: string;

// 如已购买私有部署服务,可在此自定义私有服务器地址
server?: {
// 主节点
main: string;
// 备用节点群
backups?: string[];
// 远程查询节点接口
queryUrl?: string;
};

// 自定义日志输出,也可用于上报统计数据
logger?: ({ type, data }: { type: EventType; data: EventData }) => void;

Expand Down
2 changes: 0 additions & 2 deletions site/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ import { Callout } from "nextra/components";

这些功能都不会使用我们的热更新服务,也无需注册或登录账号。但你可能要编写自己的 js 模块来与不同的热更新服务器通讯。

如果您有兴趣搭建私有云服务,可以[邮件联系我们](mailto:[email protected])

---

#### 热更新成功完成,但是重启后又回滚了是怎么回事?
Expand Down

0 comments on commit bb2649e

Please sign in to comment.