{"id":28951191,"url":"https://github.com/chenxing-dev/chenxing-dev.github.io","last_synced_at":"2026-01-20T16:27:40.636Z","repository":{"id":300325894,"uuid":"1005489996","full_name":"chenxing-dev/chenxing-dev.github.io","owner":"chenxing-dev","description":"陈刑OS is an interactive portfolio designed as a functional web-based operating system. Built with Vue.js and TypeScript, it features draggable windows, a terminal emulator, and interactive apps.","archived":false,"fork":false,"pushed_at":"2025-10-29T06:14:52.000Z","size":7033,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-29T08:24:59.203Z","etag":null,"topics":["gsap","personal-website","portfolio","typescript","unocss","vue","web-os"],"latest_commit_sha":null,"homepage":"https://chenxing-dev.github.io/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenxing-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-20T10:00:55.000Z","updated_at":"2025-10-29T06:14:55.000Z","dependencies_parsed_at":"2025-07-11T04:24:17.521Z","dependency_job_id":"f48e0ecf-bb19-4bd1-bbba-6912d91529b1","html_url":"https://github.com/chenxing-dev/chenxing-dev.github.io","commit_stats":null,"previous_names":["chenxing-dev/tissue-pack-os","chenxing-dev/chenxing-dev.github.io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chenxing-dev/chenxing-dev.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenxing-dev%2Fchenxing-dev.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenxing-dev%2Fchenxing-dev.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenxing-dev%2Fchenxing-dev.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenxing-dev%2Fchenxing-dev.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenxing-dev","download_url":"https://codeload.github.com/chenxing-dev/chenxing-dev.github.io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenxing-dev%2Fchenxing-dev.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gsap","personal-website","portfolio","typescript","unocss","vue","web-os"],"created_at":"2025-06-23T14:09:07.871Z","updated_at":"2026-01-20T16:27:40.630Z","avatar_url":"https://github.com/chenxing-dev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 陈刑OS - A Cozy Minimalist OS-Styled Personal Website\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n陈刑OS is a personal portfolio website designed to mimic an operating system interface. Built with Vue.js and TypeScript, it features draggable windows, a terminal emulator, and interactive apps that showcase my projects in a cozy desktop environment.\n\n![陈刑OS Screenshot](./screenshot.png)\n\n## ✨ Features\n\n- 🖥️ **Desktop Interface**\n  - 🪟 **Window Management System**: Vue-powered draggable windows with z-index management\n  - 💾 **Persistent State** - Window positions saved between sessions\n- 🐧 **Terminal Emulator** with common Linux commands\n- 💻 **Code Projects** - GitHub projects with tech stack icons\n- ⚙️ **Settings** - Customize the OS experience\n  - Theme selection\n  - Background textures\n- 🕒 **Live Clock** - Current time and date display\n\n\n## 🚀 Live Demo\n\nExperience 陈刑OS directly in your browser:  \n[https://chenxing-dev.github.io/](https://dev-chenxing.github.io/)\n\n## 🛠️ Installation\n\nTo run locally:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/chenxing-dev/chenxing-dev.github.io.git\n   cd chenxing-dev.github.io\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n4. Build for production:\n   ```bash\n   npm run build\n   ```\n\n## 📂 Project Structure\n\n```\nchenxing-dev.github.io/\n├── public/                  # Static assets\n│   ├── audio/               # Sound files\n│   └── images/              # Background images\n├── src/\n│   ├── components/                   # Vue components\n│   │   ├── desktop/                  # Desktop icons and wallpaper\n│   │   └── windows/                  # Window components for each app\n│   │       ├── MusicPlayer.vue\n│   │       ├── TerminalWindow.vue\n│   │       ├── Window.vue            # Window wrapper component\n│   │       └── ...                   # Other app windows\n│   ├── App.vue                       # Main app component\n│   └── main.ts                       # Entry point\n├── index.html                        # HTML template\n├── package.json\n├── README.md                         # Project documentation\n├── tsconfig.json                     # TypeScript configuration\n├── uno.config.ts                     # UnoCSS configuration\n└── vite.config.ts                    # Vite configuration\n```\n\n## 🛠️ Built With\n\n- [Vue 3](https://vuejs.org/) - Progressive JavaScript Framework\n- [TypeScript](https://www.typescriptlang.org/) - Type-Safe JavaScript\n- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling\n- [UnoCSS](https://unocss.dev/) - Instant On-demand Atomic CSS Engine\n- [GSAP](https://greensock.com/gsap/) - Professional JavaScript Animation\n- [Vue Draggable Resizable](https://github.com/mauricius/vue-draggable-resizable) - Draggable and resizable components\n- [VueUse](https://vueuse.org/) - Collection of Vue Composition Utilities\n- [GitHub Pages](https://pages.github.com/) - Static Site Hosting\n\n## 🪟 Window Apps\n\n| App        | Description                                            |\n| ---------- | ------------------------------------------------------ |\n| 🐧 Terminal | Interactive terminal emulator with Linux-like commands |\n| 💻 Projects | GitHub project cards with tech stack information       |\n| 🕒 Clock    | Live time and date display                             |\n| ⚙️ Settings | OS customization options                               |\n\n## 🤝 Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements:\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## 📬 Contact\n\n陈刑 - 微博[@陈刑很刑](https://weibo.com/u/7874224893)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenxing-dev%2Fchenxing-dev.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenxing-dev%2Fchenxing-dev.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenxing-dev%2Fchenxing-dev.github.io/lists"}