Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,59 @@

# Ghvswebtpc网页版系统

感谢GitHub提供的GitHub Pages服务,此系统的“安装程序”只是网页模拟安装,并不会真的在您的电子产品中安装一些文件/文件夹
此系统为纯HTML,CSS,JS技术构成**网页版系统**。
感谢GitHub提供的GitHub Pages托管网页服务,此系统的“安装程序”只是网页模拟安装,并不会真的在您的电子产品中下载或者安装一些文件/文件夹

此系统为纯HTML,CSS,JS技术,构成一个**网页版系统**。

# 作者信息

开发者: T-PageCode,H-PageCode(H-PageCode是应急时使用)

首次开发时间: 2026年6月

# 在源码中,有很多可能不是很好懂的文件名。

带_cj的是纯净界面,而_cj的cj刚好是纯净(ChuenJing)的拼音缩写。

Gxh是个性化(GeXingHua)的拼音缩写。

# 体验方式

直接访问<https://t-pagecode.github.io/Ghvswebtpc>即可体验。
# 开发工具

##### 开发工具是:

*托管平台:* [GitHub](https://github.com),[GitCode](https://gitcode.com)

*写代码工具:* [Visual Studio Code](https://code.visualstudio.com),[GitHub](https://github.com)

# 项目特点

不引入第三方库

想正常访问协议需要TLS 1.2,TLS 1.3

# Ghvswebtpc含义:

Gh = GitHub(在GitHub发布)

vs = Visual Studio Code和Visual Studio(我用的编辑器)

web = System In Browser,Web System(直接在浏览器中打开)

tpc = GitHub用户名

# 制作语言

HTML

CSS

JavaScript

# 主页换新通知

主页已换新,如果需要旧版本的主页请访问index-old.html

---
Expand All @@ -59,4 +78,4 @@ JavaScript
> [!NOTE]
> 最新代码以GitHub为准,GitCode会等几天才会同步。

> 本系统为网页模拟系统,并非真实物理系统
> 本系统为网页模拟系统,并非真实的操作系统
10 changes: 6 additions & 4 deletions Style/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
display: flex;
justify-content: center;
align-items: center;
font-size: 60px;
font-size: 70px;
font-weight: 200;
border-radius: 50%;
}
Expand All @@ -52,21 +52,22 @@ body {
top: 50%;
left: 50%;
transform: translateX(-50%);
font-size: 17.5px;
font-size: 15.5px;
color: white;
}
#text4 {
position: fixed;
top: 5%;
top: 30%;
left: 50%;
transform: translateX(-50%);
color: white;
font-weight: 200;
font-size: 60px;
padding: 12px;
}
#text5 {
position: fixed;
top: 15%;
top: 40%;
left: 50%;
transform: translateX(-50%);
color: white;
Expand All @@ -86,6 +87,7 @@ body {
color: white;
font-size: 15px;
transition: background-color 0.5s ease;
padding: 10.5px;
}
#button1:hover {
background-color: rgb(212, 0, 255);
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
增加桌面的浏览器快捷方式,修复一些问题
</details>

<details>
<summary>v1.3.2</summary>
修改一些css,修复一些Bug
</details>

> [!WARNING]
> 更新日志可能会有延迟
> 更新日志包含内测版本
5 changes: 3 additions & 2 deletions index-old.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
<h1 id="text1">Ghvswebtpc</h1>
<div id="div_id1">
<h1 id="text2">网页版系统</h1>
<h1 id="text3">没错,不用下载任何软件或ISO,在浏览器中就能体验。</h1>
<h1 id="text3">没错,不用下载任何软件或ISO镜像文件,在浏览器中就能体验一个操作系统。</h1>
<button id="btn1" onclick="window.location.href='./Intro1.html'">下一页</button>
<button id="btn2" onclick="window.location.href='./WebSystem/InstAndGo.html'">体验</button>
<h1 id="text4">前往下一页查看简介</h1>
</div>
<div id="div_id2">
<h1 id="text5">i 建议使用最大化/全屏查看此网页,并使用平板或电脑查看,因为长宽较小的浏览器会有超出div的可能。</h1>
<h1 id="text5">¡ 建议使用最大化/全屏查看此网页,并使用平板或电脑查看,因为长宽较小的浏览器会有超出边界的可能。</h1>
<!-- <img src="./超出边界.png" alt="超出边界示例" id="image2"></img> -->
</div>
<img src="./SystemLogo.png" alt="系统图标" id="image1"></img>
<button id="btn3" onclick="window.location.href='index_cj.html'">纯净主题</button>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<h1 id="ghvswebtpc-text">Ghvswebtpc</h1>
<button id="go" onclick="window.open('./WebSystem/InstAndGo.html','_blank')">立即体验</button>
<button id="guides" onclick="window.open('https://t-pagecode.github.io/Guides/Ghvswebtpc','_blank')">查看指南</button>
<h1 id="web-sys-text">网页版系统</h1>
<a draggable="false" href="./index-old.html" id="oldmain">旧版主页</a>
<h1 id="web-sys-text">一个轻便,小型的网页版系统</h1>
<a draggable="false" href="./index-old.html" id="oldmain">点击进入旧版的主页</a>
<div id="bg"></div>
</body>
</html>
Binary file added 超出边界.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.