Micrsotft Windosw [版本 12.0.39035.7324] -(c) Micrsotft Corparotoin。保所留有权利。 -一个摆设,后续会完善。 -C:\Windows\System32>+
+ Microsoft Windows [版本 12.0.39035.7324] + (c) Microsoft Corporation。保留所有权利。 ++ +
C:\Windows\System32>
+ diff --git a/apps/style/camera.css b/apps/style/camera.css index a3a091a..aed2db5 100644 --- a/apps/style/camera.css +++ b/apps/style/camera.css @@ -26,7 +26,7 @@ border-radius: 50%; background-color: #ffffffee; backdrop-filter: blur(10px) saturate(1.3); - box-shadow: 0 0 0 4px #44444470, 0 0 0 7px #ffffffa0,1px 1px 15px 7px #00000090; + box-shadow: 0 0 0 4px #44444470, 0 0 0 7px #ffffffa0, 1px 1px 15px 7px #00000090; transition: 200ms; } @@ -56,10 +56,10 @@ left: 0px; } -#win-camera.h video{ +#win-camera.h video { height: 100%; } -#win-camera.v video{ +#win-camera.v video { width: 100%; } \ No newline at end of file diff --git a/apps/style/login.css b/apps/style/login.css index a05a161..68da89d 100644 --- a/apps/style/login.css +++ b/apps/style/login.css @@ -5,8 +5,11 @@ justify-content: center; align-items: center; flex-direction: column; - background: url(../../img/login.jpg) center; + /* background: linear-gradient(130deg, #ad6eca, #3b91d8); */ + background-image: url('../../img/login.jpg'); /* Lucas Andrade, CC BY SA-4.0 */ background-size: cover; + background-repeat: no-repeat; + background-position: 50% 50%; transition: filter 500ms, background-color 500ms, opacity 1500ms ease-in-out; position: absolute; width: 100%; @@ -17,6 +20,7 @@ } #login { + cursor: pointer; padding: 4px 50px 4px 50px; border: 2px solid #aaa; background-color: #eeeeee80; @@ -76,4 +80,35 @@ #loginback.close { background-color: black; -} \ No newline at end of file +} + +#loginback .power { + display: flex; + position: absolute; + bottom: 20px; + right: 20px; + width: 165px; + justify-content: space-evenly; + color: #fff; + align-items: center; +} + +#loginback .power>* { + cursor: pointer; + transition: all 300ms; + font-size: 44px; + display: flex; + justify-content: center; + align-items: center; + padding: 10px; + border-radius: 7px; + transition: transform cubic-bezier(0.14, 1.02, 0.17, 0.03) 300ms; +} + +#loginback .power>*:hover { + background-color: var(--card); +} + +#loginback .power>*:active { + transform: scale(0.95); +} diff --git a/apps/style/terminal.css b/apps/style/terminal.css index 3c212f7..b91855a 100644 --- a/apps/style/terminal.css +++ b/apps/style/terminal.css @@ -1,4 +1,4 @@ -.window.terminal{ +.window.terminal-apps { --text: #ddd; --bg: #000000; --bg30: #00000030; @@ -7,41 +7,57 @@ --sd: #00000070; --card: #72727240; --hover: #ffffff40; - --hover-half:#ffffff20; + --hover-half: #ffffff20; --hover-b: #ffffff30; --bggrey: #444; --bgul: url('./bg-dark.svg'); --mm: #ffffff50; --cm: #252525bb; --bar: #7272722a; - --hr:#00000050; - --unfoc:#333; + --hr: #00000050; + --unfoc: #333; cursor: default; } -#win-terminal>pre{ - color: #fff; - margin: 5px 10px; - font-family:"Microsoft YaHei"; - user-select: text; +.window.terminal-apps>.content { + padding-bottom: 55px; } -#win-terminal>pre::selection{ +.window.terminal-apps>.content { + overflow-y: auto !important; + overflow-x: hidden !important; + padding-bottom: 10px; +} + +.window.terminal-apps>.content>pre { + color: #fff; + margin: 0px 15px; + font-family: "Consolas", "Microsoft YaHei", "monospace", system-ui; + user-select: text; + font-size: 16px; +} + +.window.terminal-apps>.content * { + white-space: break-spaces; +} + +.window.terminal-apps>.content *::selection { background: #ddd; background-clip: content-box; color: #333; } -#win-terminal>pre>input{ +.window.terminal-apps>.content>pre>input { background: none; border: none; outline: none; padding: 0; color: #fff; cursor: default; + width: 100%; } -#win-terminal>pre>input::selection{ +.window.terminal-apps>pre>input::selection { background: #ddd; background-clip: content-box; color: #333; diff --git a/desktop.html b/desktop.html index b861aa8..4d899ed 100644 --- a/desktop.html +++ b/desktop.html @@ -3,10 +3,13 @@
+ + - + @@ -195,6 +212,9 @@相机
+ +Python 3.10.2
+Web 应用
哔哩哔哩
@@ -923,6 +943,15 @@
+ 更新来自 @NB-Group 和 @User782Tec
+ -改进了登录界面,增加锁定壁纸及电源操作
+ -兼容开发环境,在本地开发时不启用缓存和PWA
+ -新增了Python解释器(此项更改由@NB-Group提供灵感与框架,@User782Tec完善)
+ -修复了终端选择不正常的问题
+ -改进了终端,可通过应用标识符来打开应用
+ -格式化部分文档
-对相机外观和代码进行了优化
-添加登录背景,一些外观优化
@@ -1187,7 +1216,7 @@