Skip to content

Commit 7941e35

Browse files
authored
update:View test flow chart style (#176)
* add sso-login * fix sso goole * fix sso * fix sso_github * fix sso error docs * add ali-open Docs highlighting * test ipa-tr flowchart * add img https * add ipa English * Preview flowchart * ‘预览图调整完毕,修改文档网盘排序,添加其他若干补充’ * fix docker error * 修改ipa中文流程图
1 parent e4def69 commit 7941e35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+313
-75
lines changed
89.1 KB
Loading

docs/.vuepress/theme.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ export default hopeTheme({
113113
gfm: true,
114114
flowchart: true,
115115
mark: true,
116+
mermaid: true,
116117
},
117118
components: {
118119
components: ["ArtPlayer"],

docs/guide/advanced/balance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ It is required that the file structures in the two storages are exactly the same
2222

2323
Different network disks can be used, but the file directories must be consistent.
2424

25+
- If the network disk mounted on the main display is inconsistent with the directory tree of the network disk mounted on the load and an error is returned after modifying the network disk mounted on the main display, you can solve it by yourself to keep the directory files of the network disk on the load consistent.
26+
2527
### how to use​
2628

2729
One storage can be added normally, and the other storage can be added with the mount path of `the first storage mount path + .balance + any other content`.

docs/guide/advanced/ipa.md

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ star: true
1818

1919
# IPA install
2020

21+
22+
23+
## 1. IPA native installation
24+
2125
You can directly upload the ipa file.
2226

2327
But for **ios>=16**, you need to name the ipa file: `original file [email protected]`, that is, you need to add `@bundle-identifier` on the original basis, in which `bundle-identifier` is the `CFBundleIdentifier` of Info.plist in the IPA package. Such as:
@@ -61,4 +65,72 @@ Recommended to use [ipa-renamer](https://github.com/Xhofe/ipa-renamer) to rename
6165

6266
<ArtPlayer
6367
src="https://hub.onmicrosoft.cn/public/video/weibo?uid=7821998556&cursor=4870951244144255&raw=true"
64-
/>
68+
/>
69+
70+
71+
72+
73+
74+
## 2. TrollStore install
75+
76+
Devices that support the installation of TrollStore (jailbroken devices are not explained here)
77+
78+
The device that supports the installation of TrollStore is up to the iPhone 13 series device system version not greater than `stable version 15.4.1` `beta version 15.6 beta 1 - 5`
79+
80+
If you are an iPhone 14, the factory system version is too high. For other details, please check the table below.
81+
82+
| Version / Device | arm64 (A8 - A11) | arm64e (A12 - A15, M1) |
83+
| ---------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
84+
| 13.7 and below | Not Supported (CT Bug only got introduced in 14.0) | Not Supported (CT Bug only got introduced in 14.0) |
85+
| 14.0 - 14.8.1 | [checkra1n + TrollHelper](https://github.com/opa334/TrollStore/blob/main/install_trollhelper.md) | [TrollHelperOTA (arm64e)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_arm64e.md) |
86+
| 15.0 - 15.4.1 | [TrollHelperOTA (iOS 15+)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_ios15.md) |
87+
| 15.5 beta 1 - 4 | [TrollHelperOTA (iOS 15+)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_ios15.md) | [TrollHelperOTA (iOS 15+)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_ios15.md) |
88+
| 15.5 (RC) | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) |
89+
| 15.6 beta 1 - 5 | [SSH Ramdisk](https://github.com/opa334/TrollStore/blob/main/install_sshrd.md) | [TrollHelperOTA (arm64e)](https://github.com/opa334/TrollStore/blob/main/install_trollhelperota_arm64e.md) |
90+
| 15.6 (RC1/2) and above | Not Supported (CT Bug fixed) | Not Supported (CT Bug fixed) |
91+
92+
93+
94+
### Installation example
95+
96+
If you want to use the installation is very simple, click the **TrollStore* button to install
97+
98+
![gif](https://pic.rmb.bdstatic.com/bjh/ff1e47ebc1efe5a907dbfffabf4d5f67.gif)
99+
100+
101+
102+
### other instructions
103+
104+
1. If you click the **TrollStore** button to open Apple's magnifying glass, it is because of the following reasons
105+
106+
- Your `TrollStore` version number is less than version 1.3+, it is recommended to update to the latest version directly
107+
- Your URL scheme is not enabled. If you enable it, remember to click the first option to log out immediately **(Rebuild Now)**
108+
- ![TrollStore](/img/advanced/TrollStore.jpg)
109+
110+
2. What is the wake-up format of the TrollStore URL?
111+
112+
> `apple-magnifier://install?url=<URL_to_IPA>`
113+
114+
3. Is there any benefit to this installation?
115+
116+
- See the flow chart below for explanation
117+
118+
119+
```mermaid
120+
---
121+
title: Is there any benefit to this installation?
122+
---
123+
flowchart TB
124+
A-->B
125+
subgraph A[original process]
126+
C[First download the application from AList]-->D[find the downloaded software]
127+
D-->E[click on the software and select share in the upper right corner]
128+
E-->F[find the troll icon]
129+
F-->G[jump into the troll software to install]
130+
G-->H[install and delete the software]
131+
end
132+
subgraph B[troll process]
133+
I[Click the AList troll install button and click the pop-up window prompt]-->J[enter the troll app and wait for download]
134+
J-->K[after downloading, click the install button]
135+
end
136+
```

docs/guide/drivers/115.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 31
5+
order: 24
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/drivers/139.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 17
5+
order: 7
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/drivers/189.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 5
5+
order: 6
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/drivers/Alist V2 V3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 35
5+
order: 32
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/drivers/SMB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 36
5+
order: 28
66
# A page can have multiple categories
77
category:
88
- Guide

docs/guide/drivers/Seafile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is the icon of the page
33
icon: state
44
# This control sidebar order
5-
order: 37
5+
order: 38
66
# A page can have multiple categories
77
category:
88
- Guide

0 commit comments

Comments
 (0)