diff --git a/README.md b/README.md index 97ea91b..b68c1e6 100644 --- a/README.md +++ b/README.md @@ -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)的拼音缩写。 + # 体验方式 直接访问即可体验。 # 开发工具 ##### 开发工具是: + *托管平台:* [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 --- @@ -59,4 +78,4 @@ JavaScript > [!NOTE] > 最新代码以GitHub为准,GitCode会等几天才会同步。 -> 本系统为网页模拟系统,并非真实物理系统 \ No newline at end of file +> 本系统为网页模拟系统,并非真实的操作系统 diff --git a/Style/404.css b/Style/404.css index 79dc811..41a1b88 100644 --- a/Style/404.css +++ b/Style/404.css @@ -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%; } @@ -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; @@ -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); diff --git a/changelog.md b/changelog.md index ae6eb00..eefe203 100644 --- a/changelog.md +++ b/changelog.md @@ -162,6 +162,11 @@ 增加桌面的浏览器快捷方式,修复一些问题 +
+v1.3.2 +修改一些css,修复一些Bug +
+ > [!WARNING] > 更新日志可能会有延迟 > 更新日志包含内测版本 \ No newline at end of file diff --git a/index-old.html b/index-old.html index c9f435f..bd16750 100644 --- a/index-old.html +++ b/index-old.html @@ -11,13 +11,14 @@

Ghvswebtpc

网页版系统

-

没错,不用下载任何软件或ISO,在浏览器中就能体验。

+

没错,不用下载任何软件或ISO镜像文件,在浏览器中就能体验一个操作系统。

前往下一页查看简介

-

i 建议使用最大化/全屏查看此网页,并使用平板或电脑查看,因为长宽较小的浏览器会有超出div的可能。

+

¡ 建议使用最大化/全屏查看此网页,并使用平板或电脑查看,因为长宽较小的浏览器会有超出边界的可能。

+
系统图标 diff --git a/index.html b/index.html index f08b87e..e3b4966 100644 --- a/index.html +++ b/index.html @@ -11,8 +11,8 @@

Ghvswebtpc

-

网页版系统

- 旧版主页 +

一个轻便,小型的网页版系统

+ 点击进入旧版的主页
\ No newline at end of file diff --git "a/\350\266\205\345\207\272\350\276\271\347\225\214.png" "b/\350\266\205\345\207\272\350\276\271\347\225\214.png" new file mode 100644 index 0000000..1c2f837 Binary files /dev/null and "b/\350\266\205\345\207\272\350\276\271\347\225\214.png" differ