Product-style PC and mobile web app for thyroid cancer TNM staging, treatment planning, and follow-up reference.
简体中文 | English
Thyroid TNM Tool packages a single-file clinical HTML interface into a deliverable product with a public GitHub repository, standalone HTML downloads, GitHub Pages deployment, and automated release workflows.
It now provides two separate web entry points:
- PC web version: preserves the original desktop-style layout
- Mobile web version: a separate
mobile.htmloptimized for phone browsers
PC web version
Mobile web version
- Fast AJCC 8th edition thyroid cancer staging lookup
- Treatment planning and follow-up suggestions in the same screen
- No backend, no installation required for web usage
- Can be opened online or downloaded as a standalone HTML file
- Keeps PC and mobile experiences separate instead of forcing one responsive compromise
- GitHub repository: https://github.com/liqi3333/thyroid
- PC web page: https://liqi3333.github.io/thyroid/
- Mobile web page: https://liqi3333.github.io/thyroid/mobile.html
- Latest release: https://github.com/liqi3333/thyroid/releases/latest
- All releases: https://github.com/liqi3333/thyroid/releases
The repository currently ships these forms:
index.html, original PC web versionmobile.html, mobile web entry kept in sync with the latest bilingual follow-up build- Release asset:
Thyroid-TNM-Tool-2.1.0.html - Release asset:
Thyroid-TNM-Tool-mobile-2.1.0.html
- Open the PC page: https://liqi3333.github.io/thyroid/
- Open the mobile page: https://liqi3333.github.io/thyroid/mobile.html
Download the latest files from:
Then open either HTML file directly in a browser.
npm run build:htmlBuild outputs:
dist-html/Thyroid-TNM-Tool-2.1.0.html
dist-html/Thyroid-TNM-Tool-mobile-2.1.0.html
- Thyroid cancer TNM staging interface
- Treatment plan and follow-up recommendation panel
- Standalone offline-friendly HTML distribution
- Separate PC and mobile web entry points
- Public GitHub Pages deployment
- Automated GitHub Actions build and release workflow
- Bilingual project documentation
This repository includes GitHub Actions workflows for delivery automation.
- Push to
main: build validation and upload HTML artifacts - Push a tag such as
v2.1.0: generate desktop and mobile standalone HTML files, then publish them to GitHub Releases - GitHub Pages serves both
index.htmlandmobile.html
Example:
git tag v2.1.0
git push origin v2.1.0.
├── docs/
│ └── RELEASE_TEMPLATE.md
├── scripts/
│ └── build-html-release.js
├── index.html
├── mobile.html
├── package.json
├── README.md
├── README.zh-CN.md
└── .github/workflows/
├── build-html.yml
└── release.yml
- This repository currently focuses on web delivery only, not EXE packaging
- Medical content is for informational use only and does not replace formal clinical decision-making