feat(onboarding): implement onboarding tutorial with language selection and step guidance

This commit is contained in:
Will Miao
2025-09-03 15:42:36 +08:00
parent ca6f45b359
commit 2bcf341f04
5 changed files with 628 additions and 1 deletions

View File

@@ -971,7 +971,7 @@ export class SettingsManager {
// Save to localStorage
setStorageItem('settings', state.global.settings);
// 保存到后端
// Save to backend
const response = await fetch('/api/settings', {
method: 'POST',
headers: {