liora-main

分类: 工具与效率 | 上传者: alwin-malwin-m | 下载: 0 | 版本: v1.0(最新)

Liora 项目入口点。该技能在 Skills/liora/ 目录中组织成模块化结构。

更新日志: Source: GitHub https://github.com/alwin-m/liora

目录结构

当前层级: tree/main/

  • 📁 .vscode/
    • 📄 launch.json 1.4 KB
  • 📁 android/
    • 📁 app/
      • 📁 src/
        • 📁 debug/
          • 📄 AndroidManifest.xml 378 B
        • 📁 main/
          • 📁 kotlin/
            • 📁 com/
              • 📁 example/
                • 📁 liora/
                  • 📄 MainActivity.kt 120 B
                • 📁 lioraa/
                  • 📄 MainActivity.kt 120 B
          • 📁 res/
            • 📁 drawable/
              • 📄 launch_background.xml 434 B
            • 📁 drawable-v21/
              • 📄 launch_background.xml 438 B
            • 📁 mipmap-hdpi/
              • 📄 ic_launcher.png 5.6 KB
            • 📁 mipmap-mdpi/
              • 📄 ic_launcher.png 2.8 KB
            • 📁 mipmap-xhdpi/
              • 📄 ic_launcher.png 8.6 KB
            • 📁 mipmap-xxhdpi/
              • 📄 ic_launcher.png 16.5 KB
            • 📁 mipmap-xxxhdpi/
              • 📄 ic_launcher.png 27.4 KB
            • 📁 values/
              • 📄 styles.xml 996 B
            • 📁 values-night/
              • 📄 styles.xml 995 B
          • 📄 AndroidManifest.xml 2.8 KB
        • 📁 profile/
          • 📄 AndroidManifest.xml 378 B
      • 📄 build.gradle.kts 995 B
      • 📄 google-services.json 670 B
    • 📁 build/
      • 📁 reports/
        • 📁 problems/
          • 📄 problems-report.html 135.6 KB
    • 📁 gradle/
      • 📁 wrapper/
        • 📄 gradle-wrapper.properties 201 B
    • 📄 .gitignore 253 B
    • 📄 build.gradle.kts 537 B
    • 📄 gradle.properties 166 B
    • 📄 settings.gradle.kts 919 B
  • 📁 assets/
    • 📁 avatars/
      • 📄 1.png.png 1.4 MB
      • 📄 2.png.png 1.6 MB
      • 📄 3.png.png 1.6 MB
      • 📄 4.png.png 1.7 MB
    • 📁 icon/
      • 📄 app_icon1.png 516.7 KB
  • 📁 ios/
  • 📁 lib/
    • 📁 admin/
      • 📄 add_product.dart 13.1 KB
      • 📄 admin_dashboard.dart 6.1 KB
      • 📄 manage_users.dart 59.9 KB
      • 📄 view_products.dart 18.8 KB
    • 📁 core/
      • 📄 advanced_cycle_profile.dart 3.7 KB
      • 📄 app_settings.dart 943 B
      • 📄 app_theme.dart 16.1 KB
      • 📄 cycle_algorithm.dart 3.5 KB
      • 📄 cycle_session.dart 3.4 KB
      • 📄 local_cache.dart 2.5 KB
      • 📄 local_storage.dart 3.4 KB
      • 📄 notification_service.dart 4.5 KB
    • 📁 home/
      • 📄 calendar_screen.dart 7.8 KB
      • 📄 cycle_algorithm.dart 3.2 KB
      • 📄 enhanced_cycle_algorithm.dart 10.7 KB
      • 📄 home_screen.dart 14.0 KB
      • 📄 profile_screen.dart 17.3 KB
    • 📁 models/
      • 📄 cart_item.dart 1.0 KB
      • 📄 cycle_data.dart 2.6 KB
      • 📄 cycle_history_entry.dart 1.6 KB
      • 📄 cycle_record.dart 893 B
      • 📄 ml_cycle_data.dart 18.8 KB
      • 📄 order_model.dart 2.1 KB
      • 📄 product_model.dart 1.1 KB
    • 📁 onboarding/
      • 📄 onboarding_screen.dart 10.1 KB
    • 📁 Screens/
      • 📄 about_screen.dart 5.3 KB
      • 📄 ai_settings_screen.dart 16.0 KB
      • 📄 change_password_screen.dart 7.4 KB
      • 📄 cycle_ai_insights_panel.dart 21.3 KB
      • 📄 edit_profile_screen.dart 2.6 KB
      • 📄 Login_Screen.dart 10.1 KB
      • 📄 ml_prediction_tester_screen.dart 18.4 KB
      • 📄 my_orders_screen.dart 26.4 KB
      • 📄 Signup_Screen.dart 12.3 KB
      • 📄 Splash_Screen.dart 2.4 KB
      • 📄 verify_email_screen.dart 6.8 KB
      • 📄 your_details_screen.dart 7.2 KB
    • 📁 services/
      • 📄 ai_service.dart 10.8 KB
      • 📄 auth_service.dart 6.7 KB
      • 📄 cart_provider.dart 3.4 KB
      • 📄 cycle_provider.dart 7.1 KB
      • 📄 diet_recommendation_extension.dart 2.8 KB
      • 📄 diet_recommendation_service.dart 18.6 KB
      • 📄 journal_analysis_service.dart 8.8 KB
      • 📄 local_medical_data_service.dart 6.6 KB
      • 📄 ml_inference_service.dart 21.0 KB
      • 📄 mock_ml_trainer.dart 6.3 KB
      • 📄 notification_service.dart 6.0 KB
      • 📄 order_service.dart 4.6 KB
      • 📄 product_service.dart 1.3 KB
      • 📄 theme_provider.dart 667 B
      • 📄 wellness_recommendation_service.dart 9.3 KB
    • 📁 shop/
      • 📄 order_helper.dart 31.8 KB
      • 📄 shop_screen.dart 6.8 KB
      • 📄 show_product.dart 10.3 KB
    • 📁 widgets/
      • 📄 cycle_history_sheet.dart 4.1 KB
    • 📄 firebase_options.dart 2.8 KB
    • 📄 main.dart 6.4 KB
    • 📄 ml_system_demo.dart 19.2 KB
  • 📁 linux/
    • 📁 flutter/
      • 📄 CMakeLists.txt 2.7 KB
      • 📄 generated_plugin_registrant.cc 440 B
      • 📄 generated_plugin_registrant.h 303 B
      • 📄 generated_plugins.cmake 761 B
    • 📁 runner/
      • 📄 CMakeLists.txt 974 B
      • 📄 main.cc 180 B
      • 📄 my_application.cc 5.2 KB
      • 📄 my_application.h 388 B
    • 📄 .gitignore 18 B
    • 📄 CMakeLists.txt 4.6 KB
  • 📁 macos/
    • 📁 Flutter/
      • 📄 Flutter-Debug.xcconfig 48 B
      • 📄 Flutter-Release.xcconfig 48 B
      • 📄 GeneratedPluginRegistrant.swift 1.0 KB
    • 📁 Runner/
      • 📁 Assets.xcassets/
        • 📁 AppIcon.appiconset/
          • 📄 app_icon_1024.png 100.6 KB
          • 📄 app_icon_128.png 5.5 KB
          • 📄 app_icon_16.png 520 B
          • 📄 app_icon_256.png 13.8 KB
          • 📄 app_icon_32.png 1.0 KB
          • 📄 app_icon_512.png 35.6 KB
          • 📄 app_icon_64.png 2.2 KB
          • 📄 Contents.json 1.3 KB
      • 📁 Base.lproj/
        • 📄 MainMenu.xib 23.2 KB
      • 📁 Configs/
        • 📄 AppInfo.xcconfig 599 B
        • 📄 Debug.xcconfig 77 B
        • 📄 Release.xcconfig 79 B
        • 📄 Warnings.xcconfig 580 B
      • 📄 AppDelegate.swift 311 B
      • 📄 DebugProfile.entitlements 348 B
      • 📄 Info.plist 1.0 KB
      • 📄 MainFlutterWindow.swift 388 B
      • 📄 Release.entitlements 240 B
    • 📁 Runner.xcodeproj/
      • 📁 project.xcworkspace/
        • 📁 xcshareddata/
          • 📄 IDEWorkspaceChecks.plist 238 B
      • 📁 xcshareddata/
        • 📁 xcschemes/
          • 📄 Runner.xcscheme 3.6 KB
      • 📄 project.pbxproj 25.7 KB
    • 📁 Runner.xcworkspace/
      • 📁 xcshareddata/
        • 📄 IDEWorkspaceChecks.plist 238 B
      • 📄 contents.xcworkspacedata 152 B
    • 📁 RunnerTests/
      • 📄 RunnerTests.swift 290 B
    • 📄 .gitignore 89 B
  • 📁 skills/
    • 📁 liora/
      • 📁 scripts/
        • 📄 analyzer.ps1 2.0 KB
      • 📄 avatars.md 1.9 KB
      • 📄 examples.md 2.9 KB
      • 📄 reference.md 3.4 KB
      • 📄 SKILL.md 2.8 KB
  • 📁 test/
    • 📄 privacy_tests.dart 9.6 KB
    • 📄 widget_test.dart 1.0 KB
  • 📁 web/
    • 📁 icons/
      • 📄 Icon-192.png 5.2 KB
      • 📄 Icon-512.png 8.1 KB
      • 📄 Icon-maskable-192.png 5.5 KB
      • 📄 Icon-maskable-512.png 20.5 KB
    • 📄 favicon.png 917 B
    • 📄 index.html 1.2 KB
    • 📄 manifest.json 908 B
  • 📁 windows/
    • 📁 flutter/
      • 📄 CMakeLists.txt 3.7 KB
      • 📄 generated_plugin_registrant.cc 1016 B
      • 📄 generated_plugin_registrant.h 302 B
      • 📄 generated_plugins.cmake 836 B
    • 📁 runner/
      • 📁 resources/
        • 📄 app_icon.ico 33.0 KB
      • 📄 CMakeLists.txt 1.8 KB
      • 📄 flutter_window.cpp 2.1 KB
      • 📄 flutter_window.h 928 B
      • 📄 main.cpp 1.2 KB
      • 📄 resource.h 432 B
      • 📄 runner.exe.manifest 602 B
      • 📄 Runner.rc 3.0 KB
      • 📄 utils.cpp 1.8 KB
      • 📄 utils.h 672 B
      • 📄 win32_window.cpp 8.3 KB
      • 📄 win32_window.h 3.4 KB
    • 📄 .gitignore 291 B
    • 📄 CMakeLists.txt 4.1 KB
  • 📄 .firebaserc 53 B
  • 📄 .gitignore 703 B
  • 📄 .metadata 1.7 KB
  • 📄 AI_IMPLEMENTATION_SUMMARY.md 13.7 KB
  • 📄 AI_IMPLEMENTATION_TRACKER.md 10.9 KB
  • 📄 AI_INTEGRATION_GUIDE.md 12.4 KB
  • 📄 analysis_options.yaml 1.4 KB
  • 📄 CLAUDE.md 2.4 KB
  • 📄 CLEANUP_REPORT.md 5.5 KB
  • 📄 devtools_options.yaml 184 B
  • 📄 firebase.json 758 B
  • 📄 lib.zip 75.8 KB
  • 📄 LICENSE 4.7 KB
  • 📄 ML_ARCHITECTURE_REFERENCE.md 23.2 KB
  • 📄 ML_INTEGRATION_SETUP.md 31.3 KB
  • 📄 ML_QUICKSTART_CHECKLIST.md 12.9 KB
  • 📄 PRIVACY_POLICY.md 9.3 KB
  • 📄 PROJECT_DELIVERY_SUMMARY.md 22.1 KB
  • 📄 pubspec.lock 25.1 KB
  • 📄 pubspec.yaml 4.1 KB
  • 📄 QUICK_START.md 7.8 KB
  • 📄 README.md 3.5 KB
  • 📄 SECURITY.md 11.2 KB
  • 📄 SKILL.md 890 B
  • 📄 TECHNICAL_ROADMAP.md 9.4 KB
  • 📄 train_cycle_model.py 14.4 KB

SKILL.md

登录后下载/点赞/收藏 ❤ 14 | ★ 0
评论 0

请先登录后评论。

评论加载中...