Skip to content

Commit

Permalink
v9.2.0 整理
Browse files Browse the repository at this point in the history
-(更新来自 @tjy-gitnub)
修改大量积累的 bug
-关于开始菜单全屏的问题
-关于小组件的大量问题
-标签页的移动端适配问题
-天气小组件 api 失效的问题
新增和完善部分内容
-鼠标中键关闭标签页
-登录界面的美化
-细节优化和修复
  • Loading branch information
starry-source committed Jan 18, 2025
1 parent e41008b commit 4edf3d5
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 799 deletions.
29 changes: 0 additions & 29 deletions .eslintrc.json

This file was deleted.

8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,4 @@

4. 对于代码规范的规定:

1. 对于那些不需要展开的代码,尽量压成一行

## 投稿新闻

1. 请确保您所投稿的新闻**均不在当前时刻或过去时刻的现实生活中出现**,即为纯虚构。

2. 禁止上传任何违反法律或政治敏感的内容,否则将会采取锁定+视情况封禁的处理(温馨提示:时事新闻也不行)。
1. 对于那些不需要展开的代码,尽量压成一行
31 changes: 20 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
</p>
<h1 align="center">Windows 12 网页版</h1>
<p align="center" class="shields">
<a href="https://github.com/tjy-gitnub/win12/issues" style="text-decoration:none"><img src="https://img.shields.io/github/issues/tjy-gitnub/win12.svg" alt="GitHub issues"/></a>
<a href="https://github.com/tjy-gitnub/win12/stargazers" style="text-decoration:none"><img src="https://img.shields.io/github/stars/tjy-gitnub/win12.svg" alt="GitHub stars"/></a>
<a href="https://github.com/tjy-gitnub/win12/network" style="text-decoration:none">
<img src="https://img.shields.io/github/forks/tjy-gitnub/win12.svg" alt="GitHub forks"/></a>

<a href="https://github.com/tjy-gitnub/win12/blob/master/LICENSE" style="text-decoration:none">
<img src="https://img.shields.io/github/license/tjy-gitnub/win12" alt="GitHub License"/></a>

<span href="https://github.com/tjy-gitnub/win12/issues" style="text-decoration:none">
<img src="https://img.shields.io/github/issues/tjy-gitnub/win12.svg" alt="GitHub issues"/>
</span>
<span href="https://github.com/tjy-gitnub/win12/stargazers" style="text-decoration:none">
<img src="https://img.shields.io/github/stars/tjy-gitnub/win12.svg" alt="GitHub stars"/>
</span>
<span href="https://github.com/tjy-gitnub/win12/network" style="text-decoration:none">
<img src="https://img.shields.io/github/forks/tjy-gitnub/win12.svg" alt="GitHub forks"/>
</span>
<span href="https://github.com/tjy-gitnub/win12/blob/master/LICENSE" style="text-decoration:none">
<img src="https://img.shields.io/github/license/tjy-gitnub/win12" alt="GitHub License"/>
</pan>
</p>
<p align="center" class="language" title="Language selection 语言选择">
<a href="readme/README_en_us.md">English</a> |
Expand All @@ -25,11 +29,12 @@
</details>

## 公告

### 重要!

无偿恳请各位有能力的用户为我们制作宣传片!
详情请见[宣传片公告](https://github.com/tjy-gitnub/win12/wiki/%E5%AE%A3%E4%BC%A0%E7%89%87%E5%85%AC%E5%91%8A)


- [Windows 12 网页版](#windows-12-网页版)
- [前前言](#前前言)
- [前言](#前言)
Expand All @@ -41,8 +46,8 @@
- [开源说明](#开源说明)
- [贡献须知](#贡献须知)
- [AI Copilot 实现](#ai-copilot-实现)



## 前前言

Expand Down Expand Up @@ -198,3 +203,7 @@ NB-group:
## AI Copilot 实现

详情请见 [AI Copilot 实现](./scripts/AI%20Copilot%20service/README.md)




54 changes: 28 additions & 26 deletions apps/style/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
justify-content: center;
align-items: center;
flex-direction: column;
/* background: linear-gradient(130deg, #ad6eca, #3b91d8); */
background-image: url('../../img/login.jpg'); /* Lucas Andrade, CC BY SA-4.0 */
background-image: url('../../img/login.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
Expand All @@ -20,30 +19,34 @@
}

#login {
cursor: pointer;
padding: 4px 50px 4px 50px;
border: 2px solid #aaa;
background-color: #eeeeee80;
backdrop-filter: blur(10px) brightness(2);
color: #121212;
transition: background-color 300ms, transform cubic-bezier(0.14, 1.02, 0.17, 0.03) 300ms;
font-size: 18px;
border-radius: 10px;
background-color: #eeeeee40;
width: 100px;
padding: 5.5px 8px;
color: #fff;
border-radius: 6px;
font-size: 15.8px;
text-align: center;
border: 3px solid #00000000;
transition: 50ms;
margin-bottom: -40px;
z-index: 1;
}

#login:hover {
background-color: #fafafa50;
border-color: #ffffff50;
transition: 50ms;
}

#login:active {
transform: scale(0.9);
filter: brightness(2);
scale: 0.97;
border-color: #00000000;
background-color: #eeeeee70;
transition: 80ms;
}

#login-after {
color: #fefefe;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 6px 0px 6px 0px;
#login-welc{
height: 100px;
}

#loginback>div.user {
Expand Down Expand Up @@ -87,28 +90,27 @@
position: absolute;
bottom: 20px;
right: 20px;
width: 165px;
justify-content: space-evenly;
/* width: 165px; */
/* justify-content: space-evenly; */
color: #fff;
align-items: center;
}

#loginback .power>* {
cursor: pointer;
transition: all 300ms;
font-size: 44px;
transition: 100ms;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
padding: 7px;
border-radius: 7px;
transition: transform cubic-bezier(0.14, 1.02, 0.17, 0.03) 300ms;
}

#loginback .power>*:hover {
background-color: var(--card);
background-color: #ffffff30;
}

#loginback .power>*:active {
transform: scale(0.95);
opacity: 0.7;
}
4 changes: 4 additions & 0 deletions apps/style/setting.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@
filter: contrast(0.6) brightness(0.8) opacity(0.3);
}

#win-setting>.menu>list>a.enable:not(.avlb) {
filter: contrast(0.7) opacity(0.7) !important;
}

#win-setting>.menu>list>a>p {
margin: 5px 7px;
}
Expand Down
5 changes: 3 additions & 2 deletions bluescreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- 添加有关网页的描述信息 -->
<meta name="description" content="Windows 12 Web Version - 一个开放源项目,提供对 Windows 12 的网络预览。">

<!-- Windows 12 网页版 谭景元原创 -->
<!-- Windows 12 网页版 星源原创 -->

<!-- Windows 12 网页版是一个开放源项目,
希望让用户在网络上预先体验 Windows 12,
Expand All @@ -33,7 +33,8 @@
width: 100%;
height: 100%;
background-color: #005eaa;
cursor: none;
/* cursor: none; */
/* 有链接呢,看不到鼠标怎么点 from stsc */
}
#box{
display: flex;
Expand Down
Loading

0 comments on commit 4edf3d5

Please sign in to comment.