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

@@ -5,6 +5,7 @@
<title>{% block title %}{{ t('header.appTitle') }}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/loras_static/css/style.css">
<link rel="stylesheet" href="/loras_static/css/onboarding.css">
{% block page_css %}{% endblock %}
<link rel="stylesheet" href="/loras_static/vendor/font-awesome/css/all.min.css"
crossorigin="anonymous" referrerpolicy="no-referrer">