Skip to content

Commit ea25576

Browse files
committed
add introduction for planform
1 parent 14636a7 commit ea25576

File tree

5 files changed

+29
-36
lines changed

5 files changed

+29
-36
lines changed

.github/workflows/build.yml

+7-22
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,18 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

18-
- name: install node.js
19-
uses: actions/setup-node@v3
20-
with:
21-
node-version: 18
22-
23-
- uses: pnpm/action-setup@v2
18+
- uses: pnpm/action-setup@v4
2419
name: install pnpm
25-
id: pnpm-install
2620
with:
27-
version: 7
2821
run_install: false
2922

30-
- name: get pnpm store
31-
id: pnpm-cache
32-
shell: bash
33-
run: |
34-
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
35-
36-
- name: set up pnpm cache
37-
uses: actions/cache@v3
23+
- name: install node.js
24+
uses: actions/setup-node@v4
3825
with:
39-
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
40-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
41-
restore-keys: |
42-
${{ runner.os }}-pnpm-store-
26+
node-version: 20
27+
cache: 'pnpm'
4328

4429
- name: install dependencies
4530
run: pnpm install
@@ -48,7 +33,7 @@ jobs:
4833
run: pnpm run build
4934

5035
- name: upload artifact
51-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
5237
with:
5338
name: help-site
5439
path: build

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: needs.check.outputs.secrets == 'ok'
5050
steps:
5151
- name: checkout
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: setup python
5555
uses: actions/setup-python@v4

docs/index.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_label: 欢迎
2+
sidebar_label: 平台介绍/Introduction
33
sidebar_position: 1
44
breadcrumbs: false
55
hide_title: true
@@ -11,8 +11,19 @@ pagination_next: null
1111

1212
# 欢迎来到洛谷开放平台
1313

14-
:::caution
1514

16-
洛谷开放平台目前处于公测阶段,服务 SLA 和接口稳定性不能保证。费用标准也并非正式商业化价格
15+
洛谷开放平台是由国内知名算法社区洛谷推出的技术赋能解决方案,旨在为教育机构、开发者及在线评测系统(OJ)提供一站式题库接入与评测服务。平台依托洛谷十年积累的优质资源,开放其海量公开题库及高并发评测能力,帮助用户快速构建稳定、专业的编程训练环境,显著降低开发运维成本
1716

18-
:::
17+
- 海量资源:无缝接入 10,000+ 道精选算法题目(不含RemoteJudge),覆盖主流竞赛考点与教学场景,支持题库实时同步更新。
18+
- 高速评测:依托高峰期日均处理 200,000+ 评测的分布式系统,提供高效的响应、精准判题服务,免除自建评测机运维压力。
19+
- 生态兼容:原生支持 HydroOJ、UOJ、SYZOJ 等主流开源 OJ 系统,提供标准化 API 接口与插件化接入方案,确保低代码快速部署。
20+
21+
商务合作邮箱:[email protected]
22+
23+
**Luogu Open Platform** is a technical empowerment solution developed by Luogu, China's premier algorithm community, specifically designed for educational institutions, developers, and Online Judge (OJ) systems. Leveraging a decade of high-quality resources accumulated by Luogu, the platform opens access to its massive public question bank and high-concurrency evaluation capabilities, enabling users to quickly build stable, professional programming training environments while significantly reducing development and operational costs.
24+
25+
- **Extensive Resources**: Seamless integration with 10,000+ curated algorithm problems (excluding RemoteJudge), covering key competition topics and educational scenarios, with real-time question bank synchronization.
26+
- **High-Speed Judging**: Powered by distributed systems processing over 200,000 submissions daily during peak periods, delivering efficient response times and precise judging services, eliminating the need for self-hosted judging machines.
27+
- **Ecosystem Compatibility**: Native support for major OJ frameworks including HydroOJ, UOJ, and SYZOJ, featuring standardized API interfaces and plugin-based integration solutions for low-code deployment.
28+
29+
The document is currently in Chinese only. For English inquiries, please contact us at [email protected].

docs/intro.md

-9
This file was deleted.

docs/judge/pricing.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_position: 2
44

55
# 收费标准
66

7+
:::caution
8+
9+
洛谷开放平台目前处于公测阶段,服务 SLA 和接口稳定性仅能提供尽力而为的支持。费用标准也并非正式商业化价格,如有问题可与我们通过商业邮箱联系。
10+
11+
:::
12+
713
洛谷开放平台的评测能力服务(RemoteJudge)是付费服务。凡是需要使用这项服务的,都需要收费。
814

915
目前仅开放**标准版**一个套餐。以后可能开放更多的套餐。

0 commit comments

Comments
 (0)