You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helpTitle:'使用帮助',help1:'打开在线编译器,在编辑区域编写 C 代码。',help2:'左侧“输入 (stdin)”填入标准输入(可选)。',help3:'点击“运行”:在线优先 Wandbox;失败回退本地;离线弹窗提示不可运行。',help4:'格式排版用“自动缩进”;复制全部代码用“复制”;下载用“另存为”。',help5:'用“主题”切换明亮/暗色;撤销/重做在可用时自动启用。',
moreAdvTitle:'More Advantages',madv1:'Pure front-end: zero install; PWA installable with maskable icon.',madv2:'Offline friendly: cached assets allow editing & sharing (run disabled offline).',madv3:'Responsive interactions: undo/copy/indent are instant.',madv4:'Usability details: file dirty mark, theme memory, mobile I/O toggle, consistent animations.',madv5:'Resilient minimal set: remote only when running; fallback simulation on failure.',madv6:'Share & reproduce: code packed into URL hash.',
173
211
helpTitle:'Usage Help',help1:'Open the compiler and write C code.',help2:'Fill left Input (stdin) if needed.',help3:'Click Run: Wandbox first; fallback simulation if online fails; offline shows a warning.',help4:'Use Format for indentation; Copy for all code; Save As to download.',help5:'Use Theme to switch light/dark; undo/redo auto enable when possible.',
shareTitle:'Sharing & Collaboration',share1:'One-click share: code compressed into URL hash.',share2:'Enhanced share: optionally include stdin & test cases.',share3:'Opening a share link restores code and inputs/cases.',
213
+
shareTitle:'Sharing & Collaboration',share1:'One-click share: code compressed into URL hash.',share2:'Enhanced share: optionally include stdin & test cases.',share3:'Opening a share link restores code and inputs/cases.',
contestTitle:'Weekly Challenge',contest1:'Weekly problem and leaderboards, static and Pages-friendly: competition/index.html, competition/1.html, competition/rank/1.html, competition/rank/index.html.',contest2:'Ranking: bytes ascending; tie by earlier submission; overall aggregates best result and participation count.',contest3:'Submission: in Share modal choose "Contest"; on first time fill profile, then open submission page, paste code and create submissions/week-<n>/<handle>/solution.c on GitHub via PR; CI updates JSON.',contestEntry:'Open Competition',
216
+
contest4:'Before submission the system auto-judges sample tests; WA blocks upload. On AC it encrypts metadata (handle, bytes, ts) and opens the submit page.',
176
217
faqTitle:'FAQ',faq1:'Q: C++ supported? A: Opening .cpp/.hpp enables C++ syntax highlighting; runs currently use C compiler.',faq2:'Q: Will code vanish? A: Stored in localStorage; back up with Save As.',faq3:'Q: WASM runner? A: Reserved capability; Wandbox preferred; fallback simulation.',faq4:'Q: View history? A: Click footer version or open CHANGELOG.md.',
177
218
sceneTitle:'Use Cases',scene1:'Classroom/training demos',scene2:'Algorithm scratch/testing',scene3:'Docs/examples with instant run & copy',
0 commit comments