├── .deploy.py ├── .github └── workflows │ ├── build.yml │ └── deploy.yml ├── .gitignore ├── .idea ├── .gitignore ├── codeStyles │ ├── Project.xml │ └── codeStyleConfig.xml ├── git_toolbox_blame.xml ├── git_toolbox_prj.xml ├── inspectionProfiles │ └── Project_Default.xml ├── jsonSchemas.xml ├── luogu-docs.iml ├── modules.xml └── vcs.xml ├── LICENSE ├── README.md ├── babel.config.js ├── docs ├── manual │ ├── class │ │ ├── _image │ │ │ ├── class.jpeg │ │ │ ├── course.jpeg │ │ │ ├── homework-1.jpg │ │ │ ├── homework-2.jpg │ │ │ ├── register-1.jpg │ │ │ ├── register-2.jpeg │ │ │ ├── register-3.jpeg │ │ │ ├── team_btn.jpg │ │ │ └── team_homework.jpg │ │ ├── after-sales.md │ │ ├── course-enroll.md │ │ ├── fapiao.md │ │ ├── faq.md │ │ ├── index.md │ │ └── system-requirement.md │ └── luogu │ │ ├── _image │ │ ├── TrainingList1.jpg │ │ ├── TrainingList2.jpg │ │ ├── TrainingList3.jpg │ │ ├── TrainingList4.jpg │ │ ├── cc-ad-block.png │ │ ├── cc-chuanzhibei.png │ │ ├── cc-home-banner.png │ │ ├── cc-top-post.png │ │ ├── cc-wechat-post.png │ │ ├── commercial-contest.png │ │ ├── create-problem.jpg │ │ ├── create-team.jpg │ │ ├── discuss.jpeg │ │ ├── imageupload-1.jpeg │ │ ├── imageupload-2.jpeg │ │ ├── imageupload-3.jpeg │ │ ├── mention-editor.png │ │ ├── pastebin-1.png │ │ ├── pastebin-2.png │ │ ├── problemslist.jpeg │ │ ├── pt-member-review-9972470.png │ │ ├── submit-artcle.png │ │ ├── submit-solution.png │ │ └── workflow-ticket.svg │ │ ├── account │ │ ├── _category_.json │ │ ├── _image │ │ │ ├── award-email-example.jpg │ │ │ ├── badge-admin.png │ │ │ ├── badge-honored1.png │ │ │ ├── badge-honored2.png │ │ │ ├── delete-email-example.jpg │ │ │ └── id-sign.jpg │ │ ├── award-certify-cpc.md │ │ ├── award-certify-oi.md │ │ ├── deletion.md │ │ ├── elo-ranking.md │ │ ├── guzhi.md │ │ ├── index.md │ │ ├── setting.md │ │ └── user-tag.md │ │ ├── article.md │ │ ├── commercial-contest.md │ │ ├── contest.md │ │ ├── discuss.md │ │ ├── faq.md │ │ ├── index.md │ │ ├── problem │ │ ├── _category_.json │ │ ├── _image │ │ │ ├── search-1.png │ │ │ ├── search-2.png │ │ │ ├── search-3.png │ │ │ └── search-4.png │ │ ├── index.md │ │ ├── interactive-problems.md │ │ ├── judging.md │ │ ├── remote-judge.md │ │ ├── scoring-script.md │ │ ├── search.md │ │ ├── special-judge.md │ │ ├── testcase-config.md │ │ └── testcase-format.md │ │ ├── team │ │ ├── _category_.json │ │ ├── _image │ │ │ ├── premium-compare.png │ │ │ ├── pt-copy.png │ │ │ ├── pt-homework.png │ │ │ ├── pt-invitation.png │ │ │ ├── pt-member-review.png │ │ │ ├── pt-member1.png │ │ │ ├── pt-member2.png │ │ │ ├── pt-open-contact.png │ │ │ ├── pt-open-eula.png │ │ │ ├── pt-open-invoice.png │ │ │ ├── pt-open-pay.png │ │ │ ├── pt-open-try.png │ │ │ ├── pt-permission.png │ │ │ ├── pt-permission2.png │ │ │ ├── pt-update.png │ │ │ ├── team1.jpg │ │ │ ├── team10.jpg │ │ │ ├── team11.jpg │ │ │ ├── team12.jpg │ │ │ ├── team13.jpg │ │ │ ├── team14.jpg │ │ │ ├── team15.jpg │ │ │ ├── team16.jpg │ │ │ ├── team17.jpg │ │ │ ├── team18.jpg │ │ │ ├── team19.jpg │ │ │ ├── team2.jpg │ │ │ ├── team20.jpg │ │ │ ├── team21.jpg │ │ │ ├── team22.jpg │ │ │ ├── team23.jpg │ │ │ ├── team24.jpg │ │ │ ├── team25.jpg │ │ │ ├── team26.jpg │ │ │ ├── team27.jpg │ │ │ ├── team3.jpg │ │ │ ├── team4.jpg │ │ │ ├── team5.jpg │ │ │ ├── team6.jpg │ │ │ ├── team7.jpg │ │ │ ├── team8.jpg │ │ │ └── team9.jpg │ │ ├── index.md │ │ └── premium.md │ │ ├── ticket.md │ │ └── training.md ├── rules │ ├── academic │ │ ├── _image │ │ │ ├── CppCode.png │ │ │ ├── example.jpeg │ │ │ ├── heading.png │ │ │ ├── sol1.jpg │ │ │ ├── sol2.jpg │ │ │ ├── sol3.jpg │ │ │ └── sol4.jpg │ │ ├── ai-assisted-article-writing.md │ │ ├── article-standard.md │ │ ├── guide │ │ │ ├── _category_.json │ │ │ └── solution.md │ │ ├── handbook │ │ │ ├── _category_.json │ │ │ ├── _image │ │ │ │ ├── align-center.png │ │ │ │ ├── align-right.png │ │ │ │ ├── callout-nested.png │ │ │ │ ├── callout.png │ │ │ │ ├── code-highlight.png │ │ │ │ ├── code-linenumbers-highlight.png │ │ │ │ ├── code-linenumbers.png │ │ │ │ ├── code-unspecified-language.png │ │ │ │ ├── epigraph.png │ │ │ │ ├── table-span.png │ │ │ │ ├── table-tuack.png │ │ │ │ └── unspecified-language.png │ │ │ ├── latex.md │ │ │ └── markdown.md │ │ ├── index.md │ │ ├── lgr │ │ │ ├── _category_.json │ │ │ ├── contest-standard.md │ │ │ ├── payroll.md │ │ │ ├── review.md │ │ │ └── sponsoring.md │ │ ├── opencontest-standard.md │ │ ├── problem-standard.md │ │ ├── solution-standard-for-patterning.md │ │ ├── solution-standard.md │ │ └── training-promotion-standard.md │ └── community │ │ ├── award-certify.md │ │ ├── contest-participation.md │ │ ├── discuss.md │ │ ├── image-hosting.md │ │ ├── index.md │ │ └── ticket.md └── ula │ ├── class.md │ ├── luogu.md │ └── premium-team.md ├── docusaurus.config.ts ├── package.json ├── pnpm-lock.yaml ├── sidebars.ts ├── src ├── pages │ ├── about-us.md │ ├── contact-us.md │ ├── index.md │ ├── introduction.jpg │ └── release-note.md └── style.css ├── static ├── .nojekyll └── img │ ├── favicon.ico │ └── logo.png └── tsconfig.json /.deploy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.deploy.py -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/codeStyles/Project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/codeStyles/Project.xml -------------------------------------------------------------------------------- /.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/codeStyles/codeStyleConfig.xml -------------------------------------------------------------------------------- /.idea/git_toolbox_blame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/git_toolbox_blame.xml -------------------------------------------------------------------------------- /.idea/git_toolbox_prj.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/git_toolbox_prj.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/jsonSchemas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/jsonSchemas.xml -------------------------------------------------------------------------------- /.idea/luogu-docs.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/luogu-docs.iml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/README.md -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/babel.config.js -------------------------------------------------------------------------------- /docs/manual/class/_image/class.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/class.jpeg -------------------------------------------------------------------------------- /docs/manual/class/_image/course.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/course.jpeg -------------------------------------------------------------------------------- /docs/manual/class/_image/homework-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/homework-1.jpg -------------------------------------------------------------------------------- /docs/manual/class/_image/homework-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/homework-2.jpg -------------------------------------------------------------------------------- /docs/manual/class/_image/register-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/register-1.jpg -------------------------------------------------------------------------------- /docs/manual/class/_image/register-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/register-2.jpeg -------------------------------------------------------------------------------- /docs/manual/class/_image/register-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/register-3.jpeg -------------------------------------------------------------------------------- /docs/manual/class/_image/team_btn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/team_btn.jpg -------------------------------------------------------------------------------- /docs/manual/class/_image/team_homework.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/_image/team_homework.jpg -------------------------------------------------------------------------------- /docs/manual/class/after-sales.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/after-sales.md -------------------------------------------------------------------------------- /docs/manual/class/course-enroll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/course-enroll.md -------------------------------------------------------------------------------- /docs/manual/class/fapiao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/fapiao.md -------------------------------------------------------------------------------- /docs/manual/class/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/faq.md -------------------------------------------------------------------------------- /docs/manual/class/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/index.md -------------------------------------------------------------------------------- /docs/manual/class/system-requirement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/class/system-requirement.md -------------------------------------------------------------------------------- /docs/manual/luogu/_image/TrainingList1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/TrainingList1.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/TrainingList2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/TrainingList2.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/TrainingList3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/TrainingList3.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/TrainingList4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/TrainingList4.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/cc-ad-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/cc-ad-block.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/cc-chuanzhibei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/cc-chuanzhibei.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/cc-home-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/cc-home-banner.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/cc-top-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/cc-top-post.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/cc-wechat-post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/cc-wechat-post.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/commercial-contest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/commercial-contest.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/create-problem.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/create-problem.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/create-team.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/create-team.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/discuss.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/discuss.jpeg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/imageupload-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/imageupload-1.jpeg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/imageupload-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/imageupload-2.jpeg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/imageupload-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/imageupload-3.jpeg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/mention-editor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/mention-editor.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/pastebin-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/pastebin-1.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/pastebin-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/pastebin-2.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/problemslist.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/problemslist.jpeg -------------------------------------------------------------------------------- /docs/manual/luogu/_image/pt-member-review-9972470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/pt-member-review-9972470.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/submit-artcle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/submit-artcle.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/submit-solution.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/submit-solution.png -------------------------------------------------------------------------------- /docs/manual/luogu/_image/workflow-ticket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/_image/workflow-ticket.svg -------------------------------------------------------------------------------- /docs/manual/luogu/account/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "洛谷账号" 3 | } 4 | -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/award-email-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/award-email-example.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/badge-admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/badge-admin.png -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/badge-honored1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/badge-honored1.png -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/badge-honored2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/badge-honored2.png -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/delete-email-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/delete-email-example.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/account/_image/id-sign.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/_image/id-sign.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/account/award-certify-cpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/award-certify-cpc.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/award-certify-oi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/award-certify-oi.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/deletion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/deletion.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/elo-ranking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/elo-ranking.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/guzhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/guzhi.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/index.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/setting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/setting.md -------------------------------------------------------------------------------- /docs/manual/luogu/account/user-tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/account/user-tag.md -------------------------------------------------------------------------------- /docs/manual/luogu/article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/article.md -------------------------------------------------------------------------------- /docs/manual/luogu/commercial-contest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/commercial-contest.md -------------------------------------------------------------------------------- /docs/manual/luogu/contest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/contest.md -------------------------------------------------------------------------------- /docs/manual/luogu/discuss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/discuss.md -------------------------------------------------------------------------------- /docs/manual/luogu/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/faq.md -------------------------------------------------------------------------------- /docs/manual/luogu/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/index.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "题目/评测" 3 | } 4 | -------------------------------------------------------------------------------- /docs/manual/luogu/problem/_image/search-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/_image/search-1.png -------------------------------------------------------------------------------- /docs/manual/luogu/problem/_image/search-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/_image/search-2.png -------------------------------------------------------------------------------- /docs/manual/luogu/problem/_image/search-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/_image/search-3.png -------------------------------------------------------------------------------- /docs/manual/luogu/problem/_image/search-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/_image/search-4.png -------------------------------------------------------------------------------- /docs/manual/luogu/problem/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/index.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/interactive-problems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/interactive-problems.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/judging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/judging.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/remote-judge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/remote-judge.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/scoring-script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/scoring-script.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/search.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/special-judge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/special-judge.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/testcase-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/testcase-config.md -------------------------------------------------------------------------------- /docs/manual/luogu/problem/testcase-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/problem/testcase-format.md -------------------------------------------------------------------------------- /docs/manual/luogu/team/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "团队" 3 | } 4 | -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/premium-compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/premium-compare.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-copy.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-homework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-homework.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-invitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-invitation.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-member-review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-member-review.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-member1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-member1.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-member2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-member2.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-open-contact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-open-contact.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-open-eula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-open-eula.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-open-invoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-open-invoice.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-open-pay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-open-pay.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-open-try.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-open-try.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-permission.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-permission.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-permission2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-permission2.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/pt-update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/pt-update.png -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team1.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team10.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team11.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team12.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team13.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team14.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team15.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team16.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team17.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team18.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team19.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team2.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team20.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team21.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team22.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team23.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team24.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team25.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team26.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team27.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team3.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team4.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team5.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team6.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team7.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team8.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/_image/team9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/_image/team9.jpg -------------------------------------------------------------------------------- /docs/manual/luogu/team/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/index.md -------------------------------------------------------------------------------- /docs/manual/luogu/team/premium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/team/premium.md -------------------------------------------------------------------------------- /docs/manual/luogu/ticket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/ticket.md -------------------------------------------------------------------------------- /docs/manual/luogu/training.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/manual/luogu/training.md -------------------------------------------------------------------------------- /docs/rules/academic/_image/CppCode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/CppCode.png -------------------------------------------------------------------------------- /docs/rules/academic/_image/example.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/example.jpeg -------------------------------------------------------------------------------- /docs/rules/academic/_image/heading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/heading.png -------------------------------------------------------------------------------- /docs/rules/academic/_image/sol1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/sol1.jpg -------------------------------------------------------------------------------- /docs/rules/academic/_image/sol2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/sol2.jpg -------------------------------------------------------------------------------- /docs/rules/academic/_image/sol3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/sol3.jpg -------------------------------------------------------------------------------- /docs/rules/academic/_image/sol4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/_image/sol4.jpg -------------------------------------------------------------------------------- /docs/rules/academic/ai-assisted-article-writing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/ai-assisted-article-writing.md -------------------------------------------------------------------------------- /docs/rules/academic/article-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/article-standard.md -------------------------------------------------------------------------------- /docs/rules/academic/guide/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "基本指引" 3 | } 4 | -------------------------------------------------------------------------------- /docs/rules/academic/guide/solution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/guide/solution.md -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "格式手册" 3 | } 4 | -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/align-center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/align-center.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/align-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/align-right.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/callout-nested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/callout-nested.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/callout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/callout.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/code-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/code-highlight.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/code-linenumbers-highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/code-linenumbers-highlight.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/code-linenumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/code-linenumbers.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/code-unspecified-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/code-unspecified-language.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/epigraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/epigraph.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/table-span.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/table-span.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/table-tuack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/table-tuack.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/_image/unspecified-language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/_image/unspecified-language.png -------------------------------------------------------------------------------- /docs/rules/academic/handbook/latex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/latex.md -------------------------------------------------------------------------------- /docs/rules/academic/handbook/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/handbook/markdown.md -------------------------------------------------------------------------------- /docs/rules/academic/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/index.md -------------------------------------------------------------------------------- /docs/rules/academic/lgr/_category_.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "月赛" 3 | } 4 | -------------------------------------------------------------------------------- /docs/rules/academic/lgr/contest-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/lgr/contest-standard.md -------------------------------------------------------------------------------- /docs/rules/academic/lgr/payroll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/lgr/payroll.md -------------------------------------------------------------------------------- /docs/rules/academic/lgr/review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/lgr/review.md -------------------------------------------------------------------------------- /docs/rules/academic/lgr/sponsoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/lgr/sponsoring.md -------------------------------------------------------------------------------- /docs/rules/academic/opencontest-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/opencontest-standard.md -------------------------------------------------------------------------------- /docs/rules/academic/problem-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/problem-standard.md -------------------------------------------------------------------------------- /docs/rules/academic/solution-standard-for-patterning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/solution-standard-for-patterning.md -------------------------------------------------------------------------------- /docs/rules/academic/solution-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/solution-standard.md -------------------------------------------------------------------------------- /docs/rules/academic/training-promotion-standard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/academic/training-promotion-standard.md -------------------------------------------------------------------------------- /docs/rules/community/award-certify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/award-certify.md -------------------------------------------------------------------------------- /docs/rules/community/contest-participation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/contest-participation.md -------------------------------------------------------------------------------- /docs/rules/community/discuss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/discuss.md -------------------------------------------------------------------------------- /docs/rules/community/image-hosting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/image-hosting.md -------------------------------------------------------------------------------- /docs/rules/community/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/index.md -------------------------------------------------------------------------------- /docs/rules/community/ticket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/rules/community/ticket.md -------------------------------------------------------------------------------- /docs/ula/class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/ula/class.md -------------------------------------------------------------------------------- /docs/ula/luogu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/ula/luogu.md -------------------------------------------------------------------------------- /docs/ula/premium-team.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docs/ula/premium-team.md -------------------------------------------------------------------------------- /docusaurus.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/docusaurus.config.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /sidebars.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/sidebars.ts -------------------------------------------------------------------------------- /src/pages/about-us.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/pages/about-us.md -------------------------------------------------------------------------------- /src/pages/contact-us.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/pages/contact-us.md -------------------------------------------------------------------------------- /src/pages/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/pages/index.md -------------------------------------------------------------------------------- /src/pages/introduction.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/pages/introduction.jpg -------------------------------------------------------------------------------- /src/pages/release-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/pages/release-note.md -------------------------------------------------------------------------------- /src/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/src/style.css -------------------------------------------------------------------------------- /static/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/static/img/favicon.ico -------------------------------------------------------------------------------- /static/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/static/img/logo.png -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luogu-dev/docs/HEAD/tsconfig.json --------------------------------------------------------------------------------