|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta |
6 | 6 | name="viewport" |
7 | | - content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| 7 | + content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" |
| 8 | + /> |
8 | 9 | <link rel="stylesheet" href="./res/icons/style.css" /> |
9 | 10 | <link rel="stylesheet" href="./res/file-icons/style.css" /> |
10 | 11 |
|
11 | 12 | <script> |
12 | 13 | (function () { |
13 | | - var __testEl = document.createElement('div'); |
14 | | - var __testChildEl = document.createElement('div'); |
| 14 | + var __testEl = document.createElement("div"); |
| 15 | + var __testChildEl = document.createElement("div"); |
15 | 16 | if (__testEl.append) { |
16 | 17 | __testEl.append(__testChildEl); |
17 | 18 | if (__testEl.children.length === 1) { |
|
46 | 47 | type, |
47 | 48 | listener, |
48 | 49 | useCapture, |
49 | | - allowed |
| 50 | + allowed, |
50 | 51 | ) { |
51 | | - if (typeof useCapture === 'boolean') { |
| 52 | + if (typeof useCapture === "boolean") { |
52 | 53 | allowed = useCapture; |
53 | 54 | useCapture = undefined; |
54 | 55 | } |
55 | 56 |
|
56 | | - if(type === 'contextmenu' && !allowed) { |
| 57 | + if (type === "contextmenu" && !allowed) { |
57 | 58 | return; |
58 | 59 | } |
59 | 60 |
|
|
63 | 64 | } |
64 | 65 |
|
65 | 66 | if ( |
66 | | - this.classList.contains('editor-container') && |
67 | | - startsWith(type, 'touch') |
| 67 | + this.classList.contains("editor-container") && |
| 68 | + startsWith(type, "touch") |
68 | 69 | ) { |
69 | 70 | if (!this.eventListeners) { |
70 | 71 | this.eventListeners = {}; |
|
102 | 103 | <script src="./js/ace/ext-static_highlight.js"></script> |
103 | 104 |
|
104 | 105 | <script> |
105 | | - var color = localStorage.getItem('__primary_color'); |
106 | | - var __bg_color = '#20202c'; |
| 106 | + var color = localStorage.getItem("__primary_color"); |
| 107 | + var __bg_color = "#20202c"; |
107 | 108 | if (color) { |
108 | 109 | __bg_color = color; |
109 | 110 | } |
110 | 111 |
|
111 | | - document.querySelector(':root').style.cssText = |
112 | | - '--bg-color: ' + __bg_color; |
| 112 | + document.querySelector(":root").style.cssText = |
| 113 | + "--bg-color: " + __bg_color; |
113 | 114 | </script> |
114 | 115 |
|
115 | 116 | <style> |
|
123 | 124 |
|
124 | 125 | body.loading.splash::before { |
125 | 126 | content: attr(data-version); |
126 | | - background-image: url('./res/logo/logo.svg'); |
| 127 | + background-image: url("./res/logo/logo.svg"); |
127 | 128 | background-position: center; |
128 | 129 | background-repeat: no-repeat; |
129 | 130 | background-size: 180px; |
|
161 | 162 |
|
162 | 163 | <script src="./js/build/main.build.js"></script> |
163 | 164 |
|
164 | | - <title>Acode</title> |
165 | | -<!--styles--> |
166 | | -<link rel="stylesheet" href="./css/build/about.css"> |
167 | | -<link rel="stylesheet" href="./css/build/customTheme.css"> |
168 | | -<link rel="stylesheet" href="./css/build/donate.css"> |
169 | | -<link rel="stylesheet" href="./css/build/fileBrowser.css"> |
170 | | -<link rel="stylesheet" href="./css/build/main.css"> |
171 | | -<link rel="stylesheet" href="./css/build/plugins.css"> |
172 | | -<link rel="stylesheet" href="./css/build/src_pages_quickTools_quickTools_js.css"> |
173 | | -<link rel="stylesheet" href="./css/build/src_sidebarApps_extensions_index_js.css"> |
174 | | -<link rel="stylesheet" href="./css/build/src_sidebarApps_files_index_js.css"> |
175 | | -<link rel="stylesheet" href="./css/build/src_sidebarApps_searchInFiles_index_js.css"> |
176 | | -<link rel="stylesheet" href="./css/build/themeSetting.css"> |
177 | | -<!--styles_end--> |
178 | | -</head> |
| 165 | + <title>Acode</title> |
| 166 | + <!--styles--> |
| 167 | + <link rel="stylesheet" href="./css/build/32.css" /> |
| 168 | + <link rel="stylesheet" href="./css/build/383.css" /> |
| 169 | + <link rel="stylesheet" href="./css/build/53.css" /> |
| 170 | + <link rel="stylesheet" href="./css/build/609.css" /> |
| 171 | + <link rel="stylesheet" href="./css/build/about.css" /> |
| 172 | + <link rel="stylesheet" href="./css/build/customTheme.css" /> |
| 173 | + <link rel="stylesheet" href="./css/build/donate.css" /> |
| 174 | + <link rel="stylesheet" href="./css/build/fileBrowser.css" /> |
| 175 | + <link rel="stylesheet" href="./css/build/main.css" /> |
| 176 | + <link rel="stylesheet" href="./css/build/plugins.css" /> |
| 177 | + <link rel="stylesheet" href="./css/build/themeSetting.css" /> |
| 178 | + <!--styles_end--> |
| 179 | + </head> |
179 | 180 |
|
180 | 181 | <body class="loading splash" data-version=""> |
181 | 182 | <wc-page id="root" class="primary"></wc-page> |
|
0 commit comments