一天只能弹出一次
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2026-01-18 20:56:28 +08:00
parent e54aab64d2
commit 2e897baa45
5 changed files with 27 additions and 12 deletions

View File

@@ -130,6 +130,7 @@ export const STORAGE_KEY = {
LEARN_CURRENT_STEP: "learnStep",
ADMIN_PROBLEM: "adminProblem",
ADMIN_PROBLEM_TAGS: "adminProblemTags",
LOGIN_SUMMARY_LAST_SHOWN: "login-summary-last-shown",
}
export const DIFFICULTY = {
@@ -205,8 +206,8 @@ const cTemplate = `//TEMPLATE BEGIN
#include <stdio.h>
int main() {
printf("黄岩一职");
return 0;
printf("黄岩一职");
return 0;
}
//TEMPLATE END`
@@ -214,7 +215,7 @@ const cppTemplate = `//TEMPLATE BEGIN
#include <iostream>
int main() {
return 0;
return 0;
}
//TEMPLATE END`