-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
“wyxdlz54188”
committed
Dec 17, 2024
1 parent
2e62d12
commit 8a080dc
Showing
5 changed files
with
47 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
这两个开源项目的鼎力支持,才有了今天的李子 | ||
源,李子只是一个搬运者遇到好玩事物就分享出来。 | ||
同时整合一些遇到过的文章整合教程创新玩法!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "推送完成" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|