瀏覽代碼

Update domain to new one

Toby Chui 3 周之前
父節點
當前提交
d69830f41a

+ 1 - 1
src/web/Browser/blank.html

@@ -37,7 +37,7 @@
                     <a class="item" onclick="parent.loadWebsite('wikipedia.org');">wikipedia.org</a>
                 </div>
 
-                <img class="ui tiny image" style="cursor: pointer;" onclick="parent.loadWebsite('arozos.com');" src="img/logo.png">
+                <img class="ui tiny image" style="cursor: pointer;" onclick="parent.loadWebsite('https://os.aroz.org');" src="img/logo.png">
             </div>
         </div>
        

+ 1 - 1
src/web/Browser/notfound.html

@@ -26,7 +26,7 @@
                 <h3>The URL you are requesting does not exists or not responding</h3>
                 <p>We cannot request any header from the URL endpoint given. Please try again later or return to <a style="cursor: pointer;" onclick="parent.loadWebsite('about:blank');">home page</a>.</p>
 
-                <img class="ui tiny image" style="cursor: pointer;" onclick="parent.loadWebsite('arozos.com');" src="img/logo.png">
+                <img class="ui tiny image" style="cursor: pointer;" onclick="parent.loadWebsite('https://os.aroz.org');" src="img/logo.png">
             </div>
         </div>
        <script>

文件差異過大導致無法顯示
+ 0 - 0
src/web/Photo/static/js/main.dba51531.chunk.js


文件差異過大導致無法顯示
+ 0 - 0
src/web/Photo/static/js/main.dba51531.chunk.js.map


+ 1 - 1
src/web/SystemAO/disk/instr/webdav.html

@@ -7,7 +7,7 @@
     <p>-- Deprecated since Windows 10 --<br>
     To use WebDAV on Windows, you will need a certificate installed or with a reverse proxy with TLS/SSL support</p>
     <ol class="ui list">
-        <li>Use a reverse proxy server like <a href="https://zoraxy.arozos.com" target="_blank">Zoraxy <i class="ui external icon"></i></a> to proxy WebDAV traffic with TLS enabled</li>
+        <li>Use a reverse proxy server like <a href="https://zoraxy.aroz.org" target="_blank">Zoraxy <i class="ui external icon"></i></a> to proxy WebDAV traffic with TLS enabled</li>
         <li>Click "Map Network Drive" in File Explorer > This PC toolbar</li>
         <li>Enter <span class="protocol"></span>//<span class="hostname"></span>:<span class="port"></span>/webdav/{vroot_name} as the target</li>
         <li>Login with your ArozOS username and password</li>

+ 3 - 3
src/web/SystemAO/vendor/index.html

@@ -15,11 +15,11 @@
             <h4>What is this page?</h4>
             <p>This is a branding page if you are making a devices with ArozOS pre-installed or forking your own version of ArozOS.</p>
             <div class="ui divider"></div>
-            <h4>What is arozos.com?</h4>
-            <p>arozos.com is the entity for building, testing and releasing the offical ArozOS for different platforms and devices. If your lab is interested to release a customized version of ArozOS, please modify this page to fill your Lab's information.<br>
+            <h4>What is os.aroz.org?</h4>
+            <p>os.aroz.org is the entity for building, testing and releasing the offical ArozOS for different platforms and devices. If your lab is interested to release a customized version of ArozOS, please modify this page to fill your Lab's information.<br>
             You can find the source of this page under <code>web/SystemAO/vendor/index.html</code></p>
             <div class="ui divider"></div>
-            System released by <a href="http://arozos.com" target="_blank">http://arozos.com</a>
+            System released by <a href="https://os.aroz.org" target="_blank">https://os.aroz.org</a>
             <br><br><br>
         </div>
     </body>

+ 1 - 1
src/web/SystemAO/vendor/public/termsAndConditions.html

@@ -213,7 +213,7 @@
             <p>
                     In order to resolve a complaint regarding the Platform or to receive further information regarding use of the Platform, please contact us at:
 
-                    <br><br><a href="http://arozos.com">http://arozos.com</a>
+                    <br><br><a href="https://os.aroz.org">https://os.aroz.org</a>
             </p>
 
             <div class="ui divider"></div>

+ 0 - 4
src/web/UnitTest/backend.html

@@ -64,10 +64,6 @@
             });
 
             //http test
-            backendWrapper.http.download("https://ccns.arozos.com/share/download/6341f7fe-e03e-4200-88f2-6d4800b846fc/imuslab%20%E4%B8%BB%E9%A1%8C%E6%9B%B2.mp3", "tmp:/", "", function(data){
-                console.log("Download status: ", data)
-            });
-
             backendWrapper.http.get("https://www.google.com/robots.txt", function(data){
                 console.log("HTTP GET test: ", data);
             })

+ 1 - 1
src/web/login.html

@@ -275,7 +275,7 @@
             </div>
            
             <div class="bottombar">
-                © <a href="https://arozos.com">ArozOS</a> 2017 - <span class="thisyear"></span><br>
+                © <a href="https://os.aroz.org">ArozOS</a> 2017 - <span class="thisyear"></span><br>
                 <small class="inversehighlight" style="font-size: 80%"><span locale="login/requestTimestamp">Request Timestamp</span>: <span id="requestTime"></span> | <span id="requestHostCommonName"></span></small>
             </div>
         </div>

部分文件因文件數量過多而無法顯示