Skip to content

Commit

Permalink
feat: iosre 处理不能添加的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
codwam committed Dec 31, 2023
1 parent 8f3093a commit 5384471
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
Binary file modified iosre/CydiaIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions iosre/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
## codwam's Repo
### https://codwam.github.io/
# codwam's tweak repo

https://codwam.github.io/iosre/
10 changes: 5 additions & 5 deletions iosre/description.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,28 @@ <h2 role="header">codwam's Repo</h2>
<li class="has-icon">
<div class="row" >
<div class="column">
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/">
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/iosre/">
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/cydia7.png" alt="" srcset="./files/cydia7.png 2x, ./files/cydia7.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Cydia</label>
</a><center/>
</div>
<div class="column">
<center><a href="zbra://sources/add/https://codwam.github.io/" >
<center><a href="zbra://sources/add/https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/zebra.png" alt="" srcset="./files/zebra.png 2x, ./files/zebra.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Zebra</label>
</a><center/>
</div>
<div class="column">
<center><a href="sileo://source/https://codwam.github.io/" >
<center><a href="sileo://source/https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/sileo.png" alt="" srcset="./files/sileo.png 2x, ./files/sileo.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Sileo</label>
</a><center/>
</div>
<div class="column">
<center><a href="apt-repo://https://codwam.github.io/" >
<center><a href="apt-repo://https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/saily.png" alt="" srcset="./files/saily.png 2x, ./files/saily.png 3x" class="separat"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Saily</label>
Expand All @@ -51,7 +51,7 @@ <h2 role="header">codwam's Repo</h2>
</div>
</li>
</ul>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://codwam.github.io/</p>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://codwam.github.io/iosre/</p>
</span>
<noscript>
<h2></h2><ul style="background:#ff0000"><center><li><p>Error JavaScript Disabled.</p></li></center></ul>
Expand Down
2 changes: 1 addition & 1 deletion iosre/files/description.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function loadPackageInfo() {
var form_url = current_url_path+"/packageInfo/"+urlSelfParts[1];
if (navigator.userAgent.search(/Cydia/) == -1) {
$("#showAddRepo_").show();
$("#open_cydia").attr("href","cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/&package="+urlSelfParts[1]);
$("#open_cydia").attr("href","cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/iosre/&package="+urlSelfParts[1]);
}
$.ajax({
url: form_url,
Expand Down
10 changes: 5 additions & 5 deletions iosre/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ <h2 role="header">codwam's Repo</h2>
<li class="has-icon">
<div class="row" >
<div class="column">
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/">
<center><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://codwam.github.io/iosre/">
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/cydia7.png" alt="" srcset="./files/cydia7.png 2x, ./files/cydia7.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Cydia</label>
</a></center>
</div>
<div class="column">
<center><a href="zbra://sources/add/https://codwam.github.io/" >
<center><a href="zbra://sources/add/https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/zebra.png" alt="" srcset="./files/zebra.png 2x, ./files/zebra.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Zebra</label>
</a></center>
</div>
<div class="column">
<center><a href="sileo://source/https://codwam.github.io/" >
<center><a href="sileo://source/https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/sileo.png" alt="" srcset="./files/sileo.png 2x, ./files/sileo.png 3x"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Sileo</label>
</a></center>
</div>
<div class="column">
<center><a href="apt-repo://https://codwam.github.io/" >
<center><a href="apt-repo://https://codwam.github.io/iosre/" >
<img style = "border-radius: 20%; margin-left:5%;" width="29" href="./files/saily.png" alt="" srcset="./files/saily.png 2x, ./files/saily.png 3x" class="separat"/>
<br/>
<label style = "border-radius: 20%; margin-left:5%;">Open Saily</label>
Expand All @@ -50,7 +50,7 @@ <h2 role="header">codwam's Repo</h2>
</div>
</li>
</ul>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://codwam.github.io/</p>
<p style="text-align: center; font-size: 85%;" role="footer" id="neo">Repo: https://codwam.github.io/iosre/</p>
<noscript>
<h2></h2><ul style="background:#ff0000"><center><li><p>Error JavaScript Disabled.</p></li></center></ul>
</noscript>
Expand Down

0 comments on commit 5384471

Please sign in to comment.