Skip to content

Commit

Permalink
updata
Browse files Browse the repository at this point in the history
  • Loading branch information
“wyxdlz54188” committed Dec 17, 2024
1 parent 2e62d12 commit 8a080dc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
# repo
# repo
## 新的开始,从头做起。
即liyu-qi.github.io插件源之后的重置版本beta1.5
感谢大家对李子的支持,本人是 无根/半 越狱手机制作破解插件首创者,如若发现盗视频者请及时举报。这个源干货满满,资源虽不多,但都是李子从万千插件中挑选而出最适合搞机佬的插件
李子精选
Newterm3汉化补丁 (无根/半 越狱)
Newterm3 Beta (终端插件)
ftt (flex to theos)




最后感谢 zhaonan's Repo 与 opa334's Rope
这两个开源项目的鼎力支持,才有了今天的李子
源,李子只是一个搬运者遇到好玩事物就分享出来。
同时整合一些遇到过的文章整合教程创新玩法!!
9 changes: 9 additions & 0 deletions Release
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Origin: 李子源
Label: 李子源
Suite: stable
Version: 1.0
Codename: 玩游戏的李子-
Architectures: iphoneos-arm64
Components: main
Description: lizi's Sileo Repository
Icon: file://CydiaIcon.png
9 changes: 9 additions & 0 deletions git.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/var/jb/usr/bin/bash
echo "bilibili@玩游戏的李子-"
echo "开始推送"
git add .
echo "上传状态"
git status
git commit -m "updata"
git push
echo "推送完成"
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"/>
<title>添加插件源</title>
<title>李子源</title>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
Expand All @@ -15,15 +15,16 @@
</head>
<body>
<div class="main-bg"/>
<h1>wyxdlz's Repo</h1>
<h1>李子源</h1>
<div class="sub-main-w3"/>
<div class="bg-content-w3pvt"/>
<div class="top-content-style"/>
<img src="./images/wyxdlz.png" alt=""/>
</div>
<form action="#" method="post">
<p class="legend">添加插件源到 Sileo<span class="fa fa-hand-o-down"></span></p>
<a href="sileo://source/https://invalidunit.github.io/repo/">添加</a>
<p class="legend">添加插件源<span class="fa fa-hand-o-down"></span></p>
<a href="sileo://source/https://wyxdlz54188.github.io/repo/">添加到 sileo</a>
<p class="legend">by wyxdlz<span class="fa fa-hand-o-down"></span></p>
</form>
</br>
</br>
Expand Down
8 changes: 8 additions & 0 deletions repo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rm -r Packages
rm -r Packages.bz2
rm -r Packages.gz
dpkg-scanpackages --multiversion debs >> Packages
cat Packages | bzip2 > Packages.bz2
cat Packages | gzip > Packages.gz


0 comments on commit 8a080dc

Please sign in to comment.