mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
load .js files under 'css' folder at earliest time
This commit is contained in:
parent
b21c1074d7
commit
6ae4b1bb30
12 changed files with 48 additions and 38 deletions
|
@ -62,7 +62,7 @@
|
|||
<ul>
|
||||
<li>Need to be named as "[domain root].css", such as yahoo.com.css or finance.yahoo.com.css。</li>
|
||||
<li>Under folder "sitecss".</li>
|
||||
<li>"[domain root].js" is loaded at the earlieat time.</li>
|
||||
<li>"[domain root].js" is loaded at the earliest time.</li>
|
||||
<li>Long press the button "settings", check the option "Apply user styles".</li>
|
||||
</ul>
|
||||
<p>If file "default.css" exists, the style will be applied to all sites not matching [domain root].css.</p>
|
||||
|
@ -76,8 +76,8 @@
|
|||
<p>"sitejs/.js", "sitecss/.css", "sitecss/.js" and "siteextra/.html" are applied to all non-http urls (file urls etc.).</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 29 January 2023<br>
|
||||
update README<br>
|
||||
<p>Last Modified: 20 April 2023<br>
|
||||
support .js files under 'css' folder<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue