The web is different for you. Let us help you get back online!
73 |Please try the following:
74 |-
75 |
- Check network cables, modems, and routers 76 |
- Reconnect to wireless network 77 |
Error code: ERR_INTERNET_DISCONNECTED
79 |├── desktop_tpl.html ├── img ├── mc.jpg ├── wsm.png ├── yq.jpg ├── earth.webp ├── login.jpg ├── office.png ├── win11.jpg ├── win13.jpg ├── ai-copilot.png ├── dark-mode.png ├── start-menu.png └── colorful-apps.png ├── fonts ├── dos.ttf ├── bootstrap-icons.woff └── bootstrap-icons.woff2 ├── icon ├── wsa.png ├── office.png ├── taskmgr.png ├── vscode.png ├── bilibili.png ├── files │ ├── img.png │ ├── none.png │ ├── ppt.png │ ├── txt.png │ ├── word.png │ ├── excel.png │ ├── music.png │ ├── vidio.png │ ├── exefile.png │ ├── explorer.png │ └── picture.png ├── fold_dark.svg ├── fold_light.svg ├── user.svg ├── python.svg ├── copilot.svg ├── whiteboard.svg ├── terminal.svg ├── defender.svg ├── feedback.svg ├── about.svg ├── logo.svg ├── windows12.svg ├── run.svg ├── edge.svg ├── folder │ └── music.svg └── setting.svg ├── pwa ├── logo.png └── manifest.json ├── media ├── startup.mp3 └── Windows Background.wav ├── apps ├── icons │ ├── explorer │ │ ├── od.png │ │ ├── qa.png │ │ ├── rb.png │ │ ├── disk.png │ │ ├── diskwin.png │ │ ├── folder.png │ │ ├── thispc.png │ │ ├── tool-copy.png │ │ ├── tool-cut.png │ │ ├── tool-new.png │ │ ├── tool-paste.png │ │ ├── tool-sort.png │ │ ├── tool-view.png │ │ ├── tool-rename.png │ │ ├── disk.svg │ │ ├── thispc.svg │ │ └── folder.svg │ ├── setting │ │ ├── apps.png │ │ ├── game.png │ │ ├── help.png │ │ ├── safe.png │ │ ├── system.png │ │ ├── time.png │ │ ├── update.png │ │ ├── user.png │ │ ├── icons.woff2 │ │ ├── network.png │ │ ├── personal.png │ │ └── blueteeth.png │ ├── whiteboard │ │ ├── delete.png │ │ └── marker.png │ ├── edge │ │ ├── fullscreen.svg │ │ ├── exitfullscreen.svg │ │ └── disconnected.svg │ └── about │ │ ├── info.svg │ │ └── update.svg └── style │ ├── run.css │ ├── camera.css │ ├── terminal.css │ ├── whiteboard.css │ ├── bios.css │ ├── pythonEditor.css │ ├── edge.css │ ├── calc.css │ ├── login.css │ ├── copilot.css │ ├── notepad.css │ ├── about.css │ └── explorer.css ├── index.html ├── robots.txt ├── scripts ├── setting_getTime.js ├── boot_kernel.js ├── calculator_kernel.js └── bios_kernel.js ├── boot.html ├── base.css ├── disconnected.html ├── mainpage.html ├── shutdown.html ├── reload.html ├── CONTRIBUTING.md ├── module ├── tab.css └── tab.js ├── data └── tasks.js ├── bios.html ├── README.md ├── sw.js ├── disconnected_dark.html └── widgets.css /desktop_tpl.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/mc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/mc.jpg -------------------------------------------------------------------------------- /img/wsm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/wsm.png -------------------------------------------------------------------------------- /img/yq.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/yq.jpg -------------------------------------------------------------------------------- /fonts/dos.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/fonts/dos.ttf -------------------------------------------------------------------------------- /icon/wsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/wsa.png -------------------------------------------------------------------------------- /img/earth.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/earth.webp -------------------------------------------------------------------------------- /img/login.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/login.jpg -------------------------------------------------------------------------------- /img/office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/office.png -------------------------------------------------------------------------------- /img/win11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/win11.jpg -------------------------------------------------------------------------------- /img/win13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/win13.jpg -------------------------------------------------------------------------------- /pwa/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/pwa/logo.png -------------------------------------------------------------------------------- /icon/office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/office.png -------------------------------------------------------------------------------- /icon/taskmgr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/taskmgr.png -------------------------------------------------------------------------------- /icon/vscode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/vscode.png -------------------------------------------------------------------------------- /icon/bilibili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/bilibili.png -------------------------------------------------------------------------------- /icon/files/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/img.png -------------------------------------------------------------------------------- /icon/files/none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/none.png -------------------------------------------------------------------------------- /icon/files/ppt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/ppt.png -------------------------------------------------------------------------------- /icon/files/txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/txt.png -------------------------------------------------------------------------------- /icon/files/word.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/word.png -------------------------------------------------------------------------------- /img/ai-copilot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/ai-copilot.png -------------------------------------------------------------------------------- /img/dark-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/dark-mode.png -------------------------------------------------------------------------------- /img/start-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/start-menu.png -------------------------------------------------------------------------------- /media/startup.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/media/startup.mp3 -------------------------------------------------------------------------------- /icon/files/excel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/excel.png -------------------------------------------------------------------------------- /icon/files/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/music.png -------------------------------------------------------------------------------- /icon/files/vidio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/vidio.png -------------------------------------------------------------------------------- /img/colorful-apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/img/colorful-apps.png -------------------------------------------------------------------------------- /icon/files/exefile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/exefile.png -------------------------------------------------------------------------------- /icon/files/explorer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/explorer.png -------------------------------------------------------------------------------- /icon/files/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/icon/files/picture.png -------------------------------------------------------------------------------- /apps/icons/explorer/od.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/od.png -------------------------------------------------------------------------------- /apps/icons/explorer/qa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/qa.png -------------------------------------------------------------------------------- /apps/icons/explorer/rb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/rb.png -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/fonts/bootstrap-icons.woff -------------------------------------------------------------------------------- /apps/icons/explorer/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/disk.png -------------------------------------------------------------------------------- /apps/icons/setting/apps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/apps.png -------------------------------------------------------------------------------- /apps/icons/setting/game.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/game.png -------------------------------------------------------------------------------- /apps/icons/setting/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/help.png -------------------------------------------------------------------------------- /apps/icons/setting/safe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/safe.png -------------------------------------------------------------------------------- /apps/icons/setting/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/system.png -------------------------------------------------------------------------------- /apps/icons/setting/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/time.png -------------------------------------------------------------------------------- /apps/icons/setting/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/update.png -------------------------------------------------------------------------------- /apps/icons/setting/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/user.png -------------------------------------------------------------------------------- /fonts/bootstrap-icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/fonts/bootstrap-icons.woff2 -------------------------------------------------------------------------------- /media/Windows Background.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/media/Windows Background.wav -------------------------------------------------------------------------------- /apps/icons/explorer/diskwin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/diskwin.png -------------------------------------------------------------------------------- /apps/icons/explorer/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/folder.png -------------------------------------------------------------------------------- /apps/icons/explorer/thispc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/thispc.png -------------------------------------------------------------------------------- /apps/icons/setting/icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/icons.woff2 -------------------------------------------------------------------------------- /apps/icons/setting/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/network.png -------------------------------------------------------------------------------- /apps/icons/setting/personal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/personal.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-copy.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-cut.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-new.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-paste.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-sort.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-view.png -------------------------------------------------------------------------------- /apps/icons/setting/blueteeth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/setting/blueteeth.png -------------------------------------------------------------------------------- /apps/icons/whiteboard/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/whiteboard/delete.png -------------------------------------------------------------------------------- /apps/icons/whiteboard/marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/whiteboard/marker.png -------------------------------------------------------------------------------- /apps/icons/explorer/tool-rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttthedev/lttthedev.github.io/HEAD/apps/icons/explorer/tool-rename.png -------------------------------------------------------------------------------- /pwa/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Windows 12", 3 | "short_name": "Windows 12", 4 | "display": "standalone", 5 | "start_url": "/win12/boot.html", 6 | "prefer_related_applications": true, 7 | "background_color": "#000", 8 | "icons": [ 9 | { 10 | "src": "logo.png", 11 | "sizes": "144x144", 12 | "type": "image/png" 13 | } 14 | ] 15 | } -------------------------------------------------------------------------------- /apps/icons/edge/fullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /apps/icons/edge/exitfullscreen.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |Starting
49 | 50 | 51 |Press F2 or touch screen to enter SETUP
54 |The web is different for you. Let us help you get back online!
73 |Please try the following:
74 |Error code: ERR_INTERNET_DISCONNECTED
79 |60 | Shutting down 61 |
62 | 75 | 76 | -------------------------------------------------------------------------------- /reload.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |61 | Restarting 62 |
63 | 75 | 76 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # 贡献指南 2 | 3 | 感谢所有为本项目做出贡献的开发者和大家的支持! 4 | 5 | 如果您喜欢本项目,欢迎给这个项目点一颗Star、给我们赞助一下或为我们做出一些重要的贡献qwq~ 6 | 7 | ## 漏洞汇报 8 | 9 | 1. 请使用最新版本,以确认该漏洞是否已经被修复。 10 | 11 | 2. 请确认该漏洞或错误是不是属于您所使用的问题。如,使用较为老旧的浏览器(如IE等)、关闭了浏览器部分特性(如禁止存储数据等) 12 | 13 | 3. 请清楚地描述漏洞,以便我们更好地进行修复。 14 | 15 | 4. 您可以使用“漏洞汇报”Issue模板进行反馈,但请正确地填写其中的内容。 16 | 17 | 5. 禁止在内容中添加任何违反法律或政治敏感的内容,否则将会采取锁定+视情况封禁的处理。 18 | 19 | ## 提出建议 20 | 21 | 1. 请使用最新版本,以确认该建议是否已被实现/解决。 22 | 23 | 2. 请清楚地描述建议,以便我们更好地进行实现/解决。 24 | 25 | 3. 您可以使用“提出建议”Issue模板进行反馈,但请正确地填写其中的内容。 26 | 27 | 4. 禁止在内容中添加任何违反法律或政治敏感的内容,否则将会采取锁定+视情况封禁的处理。 28 | 29 | ## 提交代码 30 | 31 | 注意:请严格按照下面的,以及desktop.html开头的开发规范编辑代码,否则不予合并 32 | 33 | 1. 请尽量一次Commit提交全部内容。可以追加Commits,但尽量不要超过5个Commits。 34 | 35 | 2. 请尽量使用Git命令行、Github Desktop、[https://github.dev](https://github.dev/tjy-gitnub/win12)等方式进行提交。请不要直接在浏览器中上传文件来提交。 36 | 37 | 3. 禁止上传任何违反法律或政治敏感的内容,否则将会采取锁定+视情况封禁的处理(温馨提示:时事新闻也不行)。 38 | 39 | 4. 提交时请不要随意取提交标题及内容,例如: 40 | 41 | - 好的例子:修复xx无法正常使用的问题、新增xx应用 42 | 43 | - 坏的例子:阿巴阿巴、这个玩意忘弄了、bug太多了...qwq 44 | 45 | 5. 格式化要求: 46 | 47 | - 请不要使用格式化工具格式化HTML文件 48 | 49 | - 对于JavaScript和CSS文件,可以使用Visual Studio Code自带的格式化工具格式化 50 | 51 | ### 提交信息要求 52 | 53 | 1. 若更新具有一定重要性或量级时,请按照以下格式: 54 | 55 | ``` 56 | v11.4.5 - 更新了xxx 57 | 58 | (更新来自 @Somebody) 59 | - 更新了... 60 | - 优化了... 61 | - 修复了... 62 | ... 63 | ``` 64 | 65 | - 使用该格式的要求: 66 | 67 | 1. 该更新提交前必须告知我们。 68 | 69 | - 说明: 70 | 71 | 1. 标题要带有版本号、主要更新内容。 72 | 73 | 2. 内容第一行注明更新来源。 74 | 75 | 3. 内容要用列表的方式阐述更新内容。 76 | 77 | - 注意: 78 | 79 | 1. 请不要任意选取版本号。若您不清楚,可以通过我们的交流群与我们取得联系(| 39 | System Time: 40 | | 41 |42 | | 43 | [11:45:14] 44 | | 45 |
| 49 | System Date: 50 | | 51 |52 | | 53 | [10/08/1919] 54 | | 55 | 56 |
The web is different for you. Let us help you get back online!
82 |Please try the following:
83 |Error code: ERR_INTERNET_DISCONNECTED
88 |