You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
|
|
|
|
|
<title>文件管理器及文件挑选并批量处理</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<header class='header'>
|
|
|
|
|
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
|
|
|
|
|
<nav>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
<h1 class="title">文件管理器及文件挑选并批量处理
|
|
|
|
|
<br>
|
|
|
|
|
<span class="subtitle"></span>
|
|
|
|
|
</h1>
|
|
|
|
|
<ul class="tags">
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
<p><a href="..">超微浏览器</a>访问以"/"结尾 (包括"/?"及后面参数)的"file://" url,则进入文件管理器。</p>
|
|
|
|
|
<p>对任何目录型(以“/”结尾)文件url,后面可附"?[文件前缀][*[文件后缀]]"。譬如"file:///sdcard/?*.png"会列举出"/sdcard"目录下所有.png文件。"?IMG"列举出所有IMG开头的文件。此时可选定文件,并<a target="_self" href="i:0h/sdcard/uweb/check.js:https://fastly.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/check.js">安装checked.js</a>对选取文件进行批量处理。</p>
|
|
|
|
|
<p>文件批量处理配置<a href="../pccopy">default.select</a>例子:<br>
|
|
|
|
|
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|