-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b52682
commit 993c4d2
Showing
16,510 changed files
with
3,404,577 additions
and
578,866 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-Hans"> | ||
|
||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>DQR-OS</title> | ||
<link rel="stylesheet" type="text/css" href="/css/my.css" /> | ||
</head> | ||
|
||
<body><div id="no1" > | ||
|
||
<br> | ||
<iframe id="tou" src="/gonggong/tou.html" style="height:37px" ></iframe> | ||
<br> | ||
<br> | ||
<pre id="yiban" > | ||
地球人--- <sup style="font-size:1.5em;" >D</sup><sub>i</sub> <sup style="font-size:1.5em;" >Q</sup><sub>iu</sub> <sup style="font-size:1.5em;" >R</sup><sub>en</sub> --> <b style="font-size:1.5em;" >DQR</b> | ||
DQR-OS是一个好用易用的操作系统,适用于大多数地球人的系统 | ||
它开源,安全,可自由使用,无需付费就可使用. | ||
它由多个地球人的创作集结而成,这是一项伟大的工程. | ||
|
||
|
||
下载地址 <a href="https://www.123pan.com/s/xIE8Vv-KqT5H.html">https://www.123pan.com/s/xIE8Vv-KqT5H.html</a> | ||
|
||
|
||
CWSDEVOS_X64_uefi_bios_USER_cws_PASSWD_qweasd_2023-03-05.iso | ||
sha512sum = 142f2711bc1563534662eb5130d2b2c63b62c31be525b44aeabfd4d432 | ||
6e7ea87d9310a35d750e7e41e4a84e84103ad3675c4d7c062560640b2be8b01f3e0512 | ||
|
||
|
||
CWSDEVOS_X64_uefi_bios_USER_cws_PASSWD_qweasd_2023-08-02.iso | ||
sha512sum = b34732ed37e553bce25b73c79e3cbe7147fbeade1321947d91d4c7830c | ||
614c35e1eb8b19aa797bc271cd2e504be9b94995772ae2bfd9f7693e4a8135336c38b0 | ||
|
||
DQR-OS_X64_uefi_bios_USER_cws_PASSWD_qweasd_2023-11-05.iso | ||
sha512sum = b8009afe8becba98217086fcbfadd39a6defdc62597a4e716a79d4f65c | ||
e435ad7f1eeb0318d2afcc6154ffadbdb3395b4ca85cacb9b55d95433de3fd07480df4 | ||
|
||
|
||
桌面截图: | ||
|
||
支持很多格式的音视频播放器--smplayer | ||
<img src="smplayer.jpg" width="600" height="400"> | ||
|
||
app浏览搜索--synaptic | ||
<img src="app.jpg" width="600" height="400"> | ||
|
||
多窗口多标签的终端--tillix | ||
<img src="tilix.jpg" width="600" height="400"> | ||
|
||
多标签,容易定制右键菜单的文件管理--Thunar | ||
<img src="file.jpg" width="600" height="400"> | ||
</pre> | ||
|
||
|
||
<br> | ||
<iframe id="zhici" src="/gonggong/zhici.html" ></iframe> | ||
<br> | ||
<br> | ||
|
||
<pre id="wei" > | ||
创建时间 : 2023-03-05 | ||
修改时间 : <script>document.write(document.lastModified);</script> | ||
说明 : No | ||
参考网址 : | ||
<a target="_blank" href="https://www.devuan.org">www.devuan.org</a> | ||
<a target="_blank" href="https://www.linux-live.org">www.linux-live.org</a> | ||
</pre> | ||
<br> | ||
|
||
<iframe id="guangao" src="/gonggong/guangao.html" ></iframe> | ||
<br> | ||
<br> | ||
|
||
</div></body></html> |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,72 @@ | ||
html,body { | ||
background-color:#98cef0; | ||
width: 100%; | ||
height: 100%; | ||
|
||
body { | ||
background-color:#c0c0c0; | ||
background-image: url("/bj.png"); | ||
/*{ 图片来源 | ||
https://www.meijian.com/brandproduct/32277 | ||
版权:已授权 可用于 个人/企业等商业用途。 | ||
商用无忧 https://qhstaticssl.kujiale.com/image/png/1689583066969/4DCE971EABF03C608EF384E475B1C956.png | ||
}*/ | ||
} | ||
/*{ | ||
margin: 0; | ||
padding: 0; | ||
}*/ | ||
pre{margin:0;border:0;padding:0;} | ||
div{margin:0;border:0;padding:0;} | ||
.div-code | ||
{ | ||
word-wrap: break-word; | ||
background-color:#EFE7D6; | ||
width: 600px; | ||
border: 1px solid red; | ||
} | ||
|
||
ol { | ||
display:block; | ||
margin:0em; | ||
list-style-position:inside; | ||
padding:0; | ||
#no1 { | ||
background-color:#97a8b2; | ||
width: 1166px; | ||
height:100%; | ||
overflow-wrap: break-word; | ||
text-indent: 0px; | ||
padding: 0px; | ||
margin: 5px 29px; | ||
font-size: 16px; | ||
} | ||
|
||
p { | ||
padding: auto; | ||
margin: auto; | ||
|
||
text-indent: 25px; | ||
} | ||
|
||
li { | ||
height:0; | ||
pre { | ||
margin: auto; | ||
|
||
} | ||
|
||
table,table tr th, table tr td {border:0.1em solid ; } | ||
table{ border-collapse: collapse; } | ||
td{ width: 9em; text-align:center; } | ||
div { | ||
overflow-wrap: break-word; | ||
padding: 0px; | ||
margin: auto; | ||
|
||
} | ||
|
||
.div-code { | ||
background-color:#bcc6cc; | ||
} | ||
iframe { | ||
margin: auto; | ||
overflow-wrap: break-word; | ||
width: 100%; | ||
|
||
font-size: 16px; | ||
} | ||
|
||
#tou { | ||
border: none; | ||
height:37px; | ||
} | ||
#zhici { | ||
border: none; | ||
height:300px; | ||
} | ||
#guangao { | ||
border: none; | ||
height:650px; | ||
} | ||
/*{ | ||
border: 2px dashed rgba(5, 0, 7, 0.751); | ||
border: 1px dashed red; | ||
border: 2px solid rgba(144, 142, 192, 0.896); | ||
border: 2px solid rgb(237, 237, 6); | ||
border: 2px solid rgb(252, 252, 252); | ||
border: 1px solid red; | ||
}*/ |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- --> | ||
<pre style="display: flex;flex-direction:row;height:300" > | ||
<div> 虚位以待1<br> <img src="gg.png" alt="" width="356" height="248"></div><div> 虚位以待2<br> <img src="gg.png" alt="" width="356" height="248"></div></pre><pre style="display: flex;flex-direction:row; " > | ||
<div> 虚位以待3<br> <img src="gg.png" alt="" width="356" height="248"></div><div> 虚位以待4<br> <img src="gg.png" alt="" width="356" height="248"></div> | ||
</pre> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- | ||
<pre style="display: flex;flex-direction:row;height:300" > | ||
<div> 虚位以待1<br> <img src="gg.png" alt="" width="356" height="248"></div><div> 虚位以待2<br> <img src="gg.png" alt="" width="356" height="248"></div></pre><pre style="display: flex;flex-direction:row; " > | ||
<div> 虚位以待3<br> <img src="gg.png" alt="" width="356" height="248"></div><div> 虚位以待4<br> <img src="gg.png" alt="" width="356" height="248"></div> | ||
</pre> | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
我们都是地球人,大家相亲相爱,不要伤害;愿世界和平美好. | ||
<a href="/联系我/联系我.html" >联系我</a> Copyright © 2016. <a target="_blank" href="/">www.kfchy.com</a> All rights reserved. | ||
<div>我们都是地球人,大家相亲相爱,不要伤害;愿世界和平美好. | ||
<a target="_blank" href="/联系我/联系我.html" >联系我</a> Copyright © 2013-2023. <a target="_blank" href="/">www.kfchy.com</a> All rights reserved.</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- --> | ||
<pre id="yiban" > | ||
觉得此网站对我有帮助,我要扫码捐赠支持,非常感谢 | ||
|
||
QQ WX ZFB | ||
<img src="/gonggong/zhici/qq.jpg" alt="qq" /> <img src="/gonggong/zhici/wx.jpg" alt="wx" /> <img src="/gonggong/zhici/zfb.jpg" alt="zfb" /></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
<!-- <a target="_blank" href="联系我/联系我.html#我要打赏">文章对我有帮助,我要打赏</a> --> | ||
<!-- | ||
<pre id="yiban" > | ||
觉得此网站对我有帮助,我要扫码捐赠支持,非常感谢 | ||
QQ WX ZFB | ||
<img src="/gonggong/zhici/qq.jpg" alt="qq" /> <img src="/gonggong/zhici/wx.jpg" alt="wx" /> <img src="/gonggong/zhici/zfb.jpg" alt="zfb" /></pre> | ||
--> |
Oops, something went wrong.