├── .github └── ISSUE_TEMPLATE │ ├── --.md │ ├── show.md │ └── tutorial.md ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/--.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustclug/Open-Source-Desktop-Show/HEAD/.github/ISSUE_TEMPLATE/--.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/show.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustclug/Open-Source-Desktop-Show/HEAD/.github/ISSUE_TEMPLATE/show.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustclug/Open-Source-Desktop-Show/HEAD/.github/ISSUE_TEMPLATE/tutorial.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustclug/Open-Source-Desktop-Show/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ustclug/Open-Source-Desktop-Show/HEAD/README.md --------------------------------------------------------------------------------