|
1 | 1 | --- |
2 | | -title: App Sources |
3 | | -description: A guide on custom app sources. |
| 2 | +title: 应用源 |
| 3 | +description: 自定义应用源的指南 |
4 | 4 | --- |
5 | 5 |
|
6 | | -# Make a Source |
| 6 | +# 创建应用源 |
7 | 7 |
|
8 | | -SideStore is fully compatible with AltStore Sources (or AltSources). The official AltSource [documentation](https://faq.altstore.io/developers/make-a-source) provides all the details you need to make your own AltSource. AltSources allow your audience to view, install, and update all your available apps easily. |
| 8 | +SideStore与AltStore源(或AltSources)完全兼容。官方AltSource[文档](https://faq.altstore.io/developers/make-a-source)提供了制作自己的AltSource所需的所有详细信息。AltSources允许您的受众轻松查看、安装和更新所有可用的应用程序。 |
9 | 9 |
|
10 | | -Here are some recommended third-party tools that can assist in creating viewing your AltSources: |
11 | | -- You can use the community-built [AltStudio](https://altstudio.app/) (WIP) to generate you an AltSource automatically using an IPA! (Caution- After using AltStudio to create a source, you must remove the autogenerated-by-default marketplaceID and Build fields, otherwise SideStore will believe it to be a notarized source and prevent your source being added) |
12 | | -- You can use the community-built [AltSource Browser](https://altsource.by.lao.sb/browse/) to view a visual display of your updates to an AltSource draft before finalizing your changes, allowing you to correct any errors before publishing them! |
| 10 | +以下是一些推荐的第三方工具,可以帮助您创建查看AltSources: |
| 11 | +-您可以使用社区构建的[AltStudio](https://altstudio.app/)(开发中)来使用IPA文件自动为您生成AltSource!(注意:在使用AltStudio创建源后,您必须移除默认自动生成的`marketplaceID`和`Build`字段,否则SideStore会误认它是经过公证的源,并阻止添加该源) |
| 12 | +-您可以在完成更改之前,使用社区构建的[AltSource浏览器](https://altsource.by.lao.sb/browse/)以可视化方式查看您对AltSource草稿的更新,从而在发布之前更正任何错误! |
13 | 13 |
|
14 | | -# Distributing your Source |
| 14 | +# 分发您的应用源 |
15 | 15 |
|
16 | | -You can create a link to automatically add your AltSource by using this template: |
| 16 | +您可以用此模板创建一个链接,以便自动的添加您的AltSource: |
17 | 17 | ``` |
18 | 18 | sidestore://source?url=[source url] |
19 | 19 | ``` |
20 | | -For more info, see [URL Schema](/docs/advanced/url-schema). It is often helpful to create the link to your AltSource in this format, then put it into a link shortener such as `tinyurl.com`. However, if a user tries to use a `sidestore://` link without SideStore already installed, it will crash, so some documentation may be helpful. |
| 20 | +欲了解更多信息,请参阅[URL Schema](/docs/advanced/url-schema)。将您的AltSource链接以这种格式创建后,通常会将其放入 tinyurl.com 等链接缩短服务中,会很有帮助。然而,如果用户在未安装SideStore的情况下尝试使用 sidestore:// 链接,应用将会崩溃,因此提供一些说明文档可能会有帮助。 |
21 | 21 |
|
22 | | -## That's it! |
| 22 | +## 就是这样! |
23 | 23 |
|
24 | | -Here are some good existing AltSources you can copy-and-paste into SideStore: The [SideStore Community Source](https://github.com/SideStore/Community-Source), the [official AltStore Source](https://apps.altstore.io), the [LiveContainer Source](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/main/apps.json), and the [DolphiniOS Source](https://altstore.oatmealdome.me). |
| 24 | +以下是一些不错的现有AltSource,您可以复制并粘贴到SideStore中使用:[SideStore 社区源](https://github.com/SideStore/Community-Source)、[官方 AltStore 源](https://apps.altstore.io)、[LiveContainer 源](https://raw.githubusercontent.com/LiveContainer/LiveContainer/refs/heads/main/apps.json)和[DolphiniOS 源](https://altstore.oatmealdome.me). |
0 commit comments