mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-07-19 17:32:03 +00:00
更新 js/jquery.min.js, _layouts/default.html, README.md, _posts/2022-02-15-termux.md
已删除 js/zepto.min.js
This commit is contained in:
parent
9dd8d120dc
commit
49ce6bda42
@ -8,7 +8,7 @@ Powered by [Jekyll](https://github.com/jekyll/jekyll)
|
||||
|
||||
## 使用的开源项目
|
||||
[Jekyll](https://github.com/jekyll/jekyll)
|
||||
[Zepto](https://github.com/madrobby/zepto)
|
||||
[jQuery](https://github.com/jquery/jquery)
|
||||
[gitalk](https://github.com/gitalk/gitalk)
|
||||
[minimal](https://github.com/pages-themes/minimal)
|
||||
[jekyll-toc](https://github.com/allejo/jekyll-toc)
|
||||
|
@ -10,10 +10,9 @@
|
||||
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
|
||||
<!--[if !IE]> -->
|
||||
<link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" />
|
||||
<script src="/js/zepto.min.js"></script>
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<!-- <![endif]-->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
|
@ -18,7 +18,7 @@ tags: [Termux, Android]
|
||||
# 对旧设备的兼容性调整
|
||||
我同学使用的是新买的平板电脑,Android的版本也比较高,另外处理器也是ARM架构的,但是我的平板不是新的,闲置的平板Android版本也比较低,处理器还是个X86架构的,这导致我在一些操作中和同学的操作不一样。
|
||||
从Termux v0.73开始,它的Android兼容性要求变成了Android 7.0+,可是我的平板是Android 5.0的,所以我只好下载Termux v0.72用。不过这个这个版本用的时候问题好像还挺多的,最开始我为了下载包快一些换了源,但是不知道为什么用国内镜像源怎么都会出错,下载的包会直接没法运行,后来没办法就只能用官方源。不过官方源也会出点问题,在`/etc/apt/source.list.d/`中有一些已经炸掉的源,在执行`apt update`之前要把这里面所有的文件都删掉,另外删掉之后执行`apt upgrade`之后那个文件夹里面的文件又会出现,所以还得再删一次。
|
||||
(2022.06.05更新)由于官网termux.net已经彻底炸了,以后Android 7.0以下安装不能再安装这个需要在线下载bootstarp的版本了,可以去Archive.org上下载[其他人上传的离线版](https://archive.org/details/termux-repositories-legacy) 。
|
||||
(2022.06.05更新)由于官网termux.net已经彻底炸了,以后Android 7.0以下安装不能再安装这个需要在线下载bootstrap的版本了,可以去Archive.org上下载[其他人上传的离线版](https://archive.org/details/termux-repositories-legacy) ,另外源的话可以用[这个](https://github.com/UtermuxBlog/termux-android5-repo)提供的源。
|
||||
不过用官方源也不是办法,在国内用还是速度慢,而且Termux的源里面软件也比较少,所以想了想还是装Linux发行版比较好。不过旧版的Termux不像新版那样可以安装proot-distro,直接一键安装Linux发行版,旧版要想用只能用AnLinux安装。结果AnLinux也还有些问题,他们把资源都保存到Github上了,但是Github在国内下载raw是完全没办法的,结果我就只能在电脑上提前在[AnLinux资源仓库](https://github.com/EXALAB/Anlinux-Resources)里面下载好需要的脚本和镜像,然后再传到平板上进行安装。
|
||||
在安装了发行版之后,换源安装软件就不会再出问题了,在那个上面可以随便安装最新的软件包。我安装了一套Python和Jupyter都可以正常运行,接下来如果可以的话就让我试试看平板使用Termux效果如何吧。
|
||||
|
||||
|
5
js/jquery.min.js
vendored
Normal file
5
js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
js/zepto.min.js
vendored
2
js/zepto.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user