• Login
  • Register
Developer Documentation Center Core Features

JiuYou Entertainment Platform Core Features and Guide

This guide provides an overview of the core features of the JiuYou Entertainment Platform and practical development tips, aiming to help you efficiently utilize platform resources, deepen user interaction, and seamlessly integrate into the digital entertainment ecosystem.

Introduction

To create extensions that improve functionality and bring joy to users, it's important to focus on user-centered design, thoughtful layout strategies, and effective use of color and typography. Let's explore how you can seamlessly integrate your extensions with the Simple experience. If you plan to publish your App on the Marketplace, please review our Market Application Guide for the Design and Usability section.

Dos illustration

Crafting your interface

JiuYou Platform's services and content interact through standard APIs, supporting your secondary development using mainstream Web technologies (HTML, CSS, JavaScript) to build independent Web applications. You can freely choose front-end frameworks like React, Vue, and style libraries like Tailwind CSS, Bootstrap, to efficiently build user interfaces.

Although JiuYou Entertainment does not mandate that third-party applications be fully native, we encourage developers to create applications that are consistent with the platform's style and offer a smooth experience, which will significantly enhance user satisfaction and brand loyalty.

Seeking a Native App Experience?
We have prepared a simplified design system for you, including colors, fonts, components, patterns, and examples, to help you quickly start your app design. Interested? Access the Figma UI toolkit here.

Design principles

Your content presentation should adhere to the following key principles:

  • User-Centric: The goals and value of your application should be defined around user needs, aiming to solve their unique pain points.
  • Simple and Easy to Use: Your application should be easy to operate, requiring no complex learning curve, and should complement code visualization rather than adding complexity.
  • Unified Design: Maintain consistency in design elements such as colors, typography, and button styles throughout your application to optimize user experience and navigation convenience.
  • Inspire Creativity: Your application should not hinder the user's creative workflow, avoiding unnecessary steps or options that might interrupt their immersive experience.
  • Clear Expression: Use concise and clear language to guide users in understanding the connection between visuals, layout, and functionality.
  • Accessible Design: Strive to make your application easily accessible to all users, ensuring compliance with relevant accessibility standards and best practices.

Design guidelines

Please choose a visual style that aligns with your content positioning and platform tone. The JiuYou Entertainment Platform primarily uses clean and modern fonts. We recommend maintaining consistency in your application to provide a unified browsing experience.

Frequently Asked Questions

If you receive a request frequency too high notification, please check if your application has optimized its API call strategy. For example, avoid frequent polling while waiting for resource creation, or reduce the number of high-concurrency API requests.

{
    Message Details: "Request too frequent",
    Error Code: "too_many_requests",
    External Resource Reference: ,
    Details: [],            
}

API Interface Access Guide

Our API provides a series of intuitive objects and methods, enabling you to easily interact with platform data. Through these interfaces, you can effortlessly retrieve, modify existing content, or create entirely new content.

Summary and Outlook

We will guide you through the key file structures, style configurations, and dynamic content management required to build a fully functional application. You can delve deeper into application configuration, structure, and essential files in the detailed documentation. Feel free to experiment and innovate during your exploration and modification process.

Practice is the best way to learn, and our development environment provides you with a safe and reliable testing ground.

Updated 3 days ago
Was this page helpful?