Skip to content

Commit

Permalink
v7.0.0 AI助手,新增多个应用与功能
Browse files Browse the repository at this point in the history
-Windows 12 AI Copilot(@NB-Group提供api, @tjy-gitnub魔改)
-任务管理器(由 @User782Tec 提供)
-安全中心(由 @NB-Group 提供)
-适配文件系统(由 @NB-Group 提供)(别问我为啥现在才出,要问问@NB-Group)
-窗口云母(Mica)效果(由 @tjy-gitnub 提供,在设置中启用)
-文件资源管理器导航栏(由 @User782Tec 提供)
-任务管理器小组件(由 @User782Tec 提供)
-全新壁纸(由 @tjy-gitnub 提供)
-新增新闻(来自 @for-the-zero)
-修复了终端的灾难性bug
-优化部分UI
-细节优化和修复
  • Loading branch information
tjy-gitnub committed Jul 25, 2023
1 parent ea8cffd commit 6423407
Show file tree
Hide file tree
Showing 26 changed files with 1,199 additions and 3,168 deletions.
37 changes: 10 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@
## 效果展示
> 新的版本有很多变化,仅供参考,请以实物为准 (你点一下 [这里](https://tjy-gitnub.github.io/win12/desktop.html) 就知道了啊,不麻烦`-_-)o` )
![image](https://user-images.githubusercontent.com/71509955/194317185-b64e87c7-4035-4f48-b726-e6cda5f9d81a.png)
*开始*
![image](https://tjy-gitnub.github.io/win12/img/start-menu.png)
*开始菜单*

![image](https://user-images.githubusercontent.com/71509955/194317323-772154ec-b463-403e-9213-78087282263b.png)
*设置*
![image](https://tjy-gitnub.github.io/win12/img/colorful-apps.png)
*丰富的应用*

![image](https://user-images.githubusercontent.com/71509955/194317552-d8ba5f44-fbff-4e4c-b104-0a4a589c3655.png)
![image](https://tjy-gitnub.github.io/win12/img/dark-mode.png)
*深色模式*

![image](https://tjy-gitnub.github.io/win12/img/ai-copilot.png)
*深色模式*

## 在线体验
Expand All @@ -49,7 +52,7 @@
- [x] 加入特效
- [x] 窗口功能
- [x] 应用完善
- [ ] 添加更多个性化方面的设置
- [x] 添加更多个性化方面的设置
- [x] 添加Edge应用
- [ ] 为更多应用添加标签页
- [ ] 完善小组件,添加到桌面等功能
Expand All @@ -58,7 +61,7 @@
- [ ] 丰富应用生态

下面是一些...呃......畅..想 `~o~)/`
- [ ] 建立文件系统
- [x] 建立文件系统
- [ ] 建立自己的可执行文件机制
- [ ] 将exe文件转化并执行
- [ ] 提供更多api供应用调用
Expand All @@ -71,23 +74,3 @@
- [ ] 适配量子计算机
- [ ] 接入chatgpt
- [ ] 将项目更名为 "550W"

## 其它
AD:不能打开的网页在新标签页打开\
AN:规则限制,无法完成

AD:支持网页太少/速度太慢/卡\
AN:过于荒谬,我已尽力了`-_-)o`

AD:系统中链接在Edge应用中打开\
AN:系统中的链接都不支持跨域访问

AD:添加收藏夹\
AN:以后会做的

P:无法访问网站/无法输入网站\
AN:敲回车才能访问


最近准备重绘图标,大家觉得这个logo怎么样`>_-)o`
![logo](https://user-images.githubusercontent.com/71509955/233774324-06ec32da-21ad-4828-ad95-fbed1035f7c2.png)
26 changes: 15 additions & 11 deletions apps/style/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@

#win-about>.menu {
height: 100%;
min-width: 200px;
padding: 5px;
width: 20%;
min-width: 180px;
max-width: 250px;
padding: 8px 5px 0 14px;
}

#win-about>.menu>list>* {
padding: 5px 10px;
padding: 6px 8px 5px 12px;
display: flex;
margin-bottom: 3px;
border-radius: 7px;
}

#win-about>.menu>list>*>img {
margin: 2px 5px 0 0;
margin: 2px 7px 0 0;
}

#win-about>.cnt {
Expand All @@ -29,22 +33,21 @@

#win-about>.cnt.show {
flex-grow: 1;
width: auto;
transform: none;
opacity: 1;
display: block;
}

#win-about>.cnt .tit {
margin: 0;
margin: 8px 0 3px 0;
display: flex;
}

#win-about>.cnt .tit>span {
background: linear-gradient(180deg, var(--theme-1), var(--theme-2));
border-radius: 10px;
width: 6px;
margin: 5px 5px;
margin: 5px 8px 5px 5px;
transition: 200ms;
/* opacity: 0; */
transform: scaleY(0);
Expand All @@ -57,10 +60,11 @@

#win-about>.update>div>details {
background-color: var(--card);
padding: 10px 10px 0 10px;
border-radius: 10px;
box-shadow: 3px 3px 5px var(--sd);
margin: 10px 10px 0 0;
padding: 10px 10px 0 15px;
border-radius: 8px;
/* box-shadow: 3px 3px 5px var(--sd); */
box-shadow: 0 1px 2px 1px var(--s3d);
margin: 12px 10px 0 0;
transition: 100ms, height 0ms, padding-bottom 100ms ease-out;
overflow: hidden;
height: 45px;
Expand Down
16 changes: 7 additions & 9 deletions apps/style/calc.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#win-calc {
display: flex;
flex-direction: column;
padding: 5px;
}

#calc-input {
width: 100%;
height: 90px;
border: none;
outline: none;
Expand All @@ -17,27 +17,25 @@
#win-calc>.keyb {
flex-grow: 1;
display: grid;
grid-template-columns: repeat(4, 60px);
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(5, 50px);
gap: 4px;
padding: 0 4px 4px;
width: 100%;
}

#win-calc>.keyb>.b {
width: 60px;
/* width: 60px; */
height: 50px;
font-size: 25px;
text-align: center;
transition: 40ms;
border-radius: 7px;
border: 1.5px solid #63636330;
box-shadow: 0px 1px 4px var(--bd);
/* border: 1.5px solid #63636330; */
box-shadow: 0px 1px 1px 1px var(--s3d);
background: var(--card);
padding-top: 5px;
border: 1.5px solid var(--bd);
/* border: 1.5px solid var(--bd);
border-top: 2px solid var(--bd);
border-bottom: 1px solid var(--bd);
border-bottom: 1px solid var(--bd); */
/* border-color: var(--bd); */
transform-origin: bottom;
}
Expand Down
135 changes: 135 additions & 0 deletions apps/style/copilot.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
#copilot{
position: fixed;
right: -410px;
background-color: var(--bg70);
/* box-shadow: 1px 2px 25px var(--sd); */
border: 2px solid #6f6f6f30;
width: 400px;
height: calc(100% - 70px);
top: 10px;
border-radius: 14px;
overflow: hidden;
transition: 300ms cubic-bezier(0.9, 0, 0.1, 1);
z-index: 92;
display: flex;
flex-direction: column;
padding-top: 5px;
}

#copilot.show{
right: 10px;
box-shadow: 1px 2px 25px var(--sd);
backdrop-filter: blur(20px) saturate(1.3);
}

#copilot>.titbar{
height: 40px;
display: flex;
align-items: center;
padding: 0 10px;
min-height: 40px;
}

#copilot>.titbar>.text{
font-size: 20px;
}

#copilot>.titbar>.alr{
flex-grow: 1;
display: flex;
justify-content: flex-end;
}

#copilot>.titbar>.alr>.btn{
width: 35px;
height: 35px;
text-align: center;
padding: 6px 0;
display: block;
}

#copilot>.chat{
flex-grow: 1;
padding: 10px 15px;
overflow-y: auto;
overflow-x:hidden !important;
scroll-behavior: smooth;
}

#copilot>.chat>.line{
width: 100%;
display: flex;
margin-top: 15px;
}
#copilot>.chat>.line.user{
width: 100%;
flex-direction: row-reverse;
}
@keyframes msg{
0%{
opacity: 0;
transform: translateY(20px);
}
100%{
opacity: 1;
transform: none;
}
}

#copilot>.chat>.line>.text{
width: max-content;
padding: 10px 15px;
border-radius: 10px;
box-shadow: 0 1px 6px var(--sd);
max-width: calc(100% - 40px);
word-break:break-all;
animation: msg 400ms cubic-bezier(0,0,0,1);
user-select:text;
}
#copilot>.chat>.line.ai>.text{
background-color: var(--msg);
}
#copilot>.chat>.line.user>.text{
background: linear-gradient(100deg,#3397e9c0,#024bb1d6);
color: #fff;
}
#copilot>.chat>.line.system>.text{
background: linear-gradient(100deg,#ca3ee0b0,#6f0bbcbe);
color: #fff;
}
#copilot>.chat>.line.ai>.text>.action{
background-color: var(--hover-b);
padding: 10px 15px;
border-radius: 9px;
box-shadow: 0 1px 2px var(--s3d);
margin: 10px 5px;
}
#copilot>.chat>.line.ai>.text>.action>.tit{
font-size: 20px;
}

#copilot>.inputbox{
height: 60px;
display: flex;
align-items: center;
min-height: 60px;
}

#copilot>.inputbox.disable{
pointer-events:none;
filter: saturate(0.8) brightness(0.9);
}

#copilot>.inputbox>.input{
margin: 0 10px;
flex-grow: 1;
height: 40px;
}

#copilot>.inputbox>.send{
width: 80px;
color: #fff;
text-align: center;
margin-right: 10px;
background: linear-gradient(120deg,var(--theme-1),var(--theme-2));
}
Loading

0 comments on commit 6423407

Please sign in to comment.