CN110928710A - Information prompting method and device, electronic equipment and storage medium - Google Patents

Information prompting method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN110928710A
CN110928710A CN201911150794.9A CN201911150794A CN110928710A CN 110928710 A CN110928710 A CN 110928710A CN 201911150794 A CN201911150794 A CN 201911150794A CN 110928710 A CN110928710 A CN 110928710A
Authority
CN
China
Prior art keywords
prompt
node
information
request
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911150794.9A
Other languages
Chinese (zh)
Other versions
CN110928710B (en
Inventor
楼政浩
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN201911150794.9A priority Critical patent/CN110928710B/en
Publication of CN110928710A publication Critical patent/CN110928710A/en
Application granted granted Critical
Publication of CN110928710B publication Critical patent/CN110928710B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols

Abstract

The embodiment of the application provides a method and a device for information prompt, electronic equipment and a storage medium, wherein the method comprises the following steps: responding to a prompt state update request for the first UI control; determining a prompt node to be updated corresponding to the prompt state updating request in a preset prompt node tree; updating the node state information of the prompt node to be updated according to the prompt state updating request; according to the updated node state information, a callback request aiming at the prompt state update request is generated and sent to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting a node tree at the server is realized, logic confusion and logic loopholes caused by red dot dispersion management are reduced, the client does not need to maintain the node tree, the logic processing process in the operation process is simplified, and the client can operate more smoothly.

Description

Information prompting method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of information technologies, and in particular, to a method and an apparatus for information prompting, an electronic device, and a storage medium.
Background
With the development of communication technology, users can receive information from the outside in an increasing manner, when a client receives a new message, the client can be reminded to click to view the message through a prompt mark on a control, for example, when a new activity or a new gift exists in a game, the control on a user interface can display a red dot.
In the prior art, when red dots are set, the red dot calling logic needs to be written independently in each UI, the red dot management is dispersed, the red dots of each UI are in a one-to-many relationship, the change of the red dots of the lower layer can affect the upper layer, the coupling degree of the prompt identification in each interface is high, and the difficulty of the management and the later maintenance of the red dots is greatly increased by the dispersed management mode.
And the calling logic of the red dot is stored in the client, when the prompt identifier state needs to be modified, the client needs to search the calling logic corresponding to the red dot after responding to the user event, when the calling logic of the red dot is too much, the client needs to process a large amount of data, and when a UI (user interface) is displayed, the interface is blocked and the program cannot run smoothly.
Disclosure of Invention
In view of the above, it is proposed to provide a method and apparatus, an electronic device, a storage medium for information presentation that overcome or at least partially solve the above problems, including:
an information prompting method is applied to a server side, and comprises the following steps:
responding to a prompt state update request for the first UI control;
determining a prompt node to be updated corresponding to the prompt state updating request in a preset prompt node tree; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
updating the node state information of the prompt node to be updated according to the prompt state updating request;
and generating a callback request aiming at the prompt state updating request according to the updated node state information, and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
Optionally, the method further comprises:
receiving a prompt node creation request aiming at a second UI control sent by the client; the prompt node creation request is a request generated when the client responds to the creation operation of the second UI control;
and creating a second prompt node corresponding to the second UI control in the prompt node tree.
Optionally, the step of determining, in a preset prompt node tree, a prompt node to be updated corresponding to the prompt status update request includes:
determining a first prompt node corresponding to the first UI control in a preset prompt node tree;
determining an ancestor prompting node corresponding to the first prompting node;
and taking the first prompt node and the ancestor prompt node as prompt nodes to be updated corresponding to the prompt state updating request.
Optionally, the step of updating the node state information of the prompt node to be updated according to the prompt state update request includes:
determining a first prompt message quantity corresponding to the first prompt node in the prompt state updating request, and updating the prompt message quantity corresponding to the first prompt node into the first prompt message quantity in the prompt node tree;
determining a second prompt message quantity corresponding to the ancestor prompt node by adopting the first prompt message quantity, and updating the prompt message quantity corresponding to the ancestor prompt node into the second prompt message quantity in the prompt node tree; and the prompting information quantity of each father prompting node is the sum of the prompting information quantities of one or more child prompting nodes.
Optionally, the prompt state update request is triggered by the client in response to a specified event, and a prompt state update request for the first UI control is generated.
Optionally, the specified event comprises any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
Optionally, the method further comprises:
acquiring a prompt node tree file; the prompt node tree file is generated by adopting a visual editor;
and creating a prompt node tree by adopting the prompt node tree file.
Optionally, the step of creating a prompt node tree by using the prompt node tree file includes:
determining a data type corresponding to a target element in a prompt node tree file;
if the data type is a first data type, generating a prompt node corresponding to the target element and a sub-prompt node corresponding to the prompt node;
and if the data type is a second data type, generating a prompt node corresponding to the target element, wherein the prompt node is a leaf node.
Optionally, the first data type is a dictionary type, and the second data type is a character string type.
Optionally, the prompt node in the prompt node tree includes multiple node types, the multiple node types include a fixed node and a dynamic node, and the prompt information amount corresponding to the dynamic node is associated with the user data.
Optionally, each hint node has node attribute information, and the node attribute information includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
Optionally, a red dot component corresponding to the UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
An information prompting method is applied to a client, and comprises the following steps:
receiving a callback request sent by the server; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and prompt state information aiming at the prompt state update request is generated according to the updated node state information;
and updating the information prompt state corresponding to the first UI control according to the callback request.
Optionally, the method further comprises:
responding to the creating operation of the second UI control, generating a prompt node creating request for the second UI control, and sending the prompt node creating request to the server; and the server is used for creating a second prompt node corresponding to the second UI control in the prompt node tree.
Optionally, before the step of receiving the callback request sent by the server, the method further includes:
and responding to the triggering of the specified event, generating a prompt state updating request aiming at the first UI control, and sending the prompt state updating request to the server.
Optionally, the specified event comprises any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
Optionally, the prompt node in the prompt node tree includes multiple node types, the multiple node types include a fixed node and a dynamic node, the prompt information amount corresponding to the fixed node is fixed and unchanged, and the prompt information amount corresponding to the dynamic node is changeable.
Optionally, each hint node has node attribute information, and the node attribute information includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
Optionally, a red dot component corresponding to the UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
An information prompting device is applied to a server side and comprises:
the updating request response module is used for responding to a prompt state updating request aiming at the first UI control;
a to-be-updated prompt node determining module, configured to determine, in a preset prompt node tree, a to-be-updated prompt node corresponding to the prompt state update request; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
the node state information updating module is used for updating the node state information of the prompt node to be updated according to the prompt state updating request;
and the callback request sending module is used for generating a callback request aiming at the prompt state updating request according to the updated node state information and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
An information prompting device applied to a client, the device comprising:
the callback request receiving module is used for receiving a callback request sent by the server side; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and prompt state information aiming at the prompt state update request is generated according to the updated node state information;
and the information prompt state updating module is used for updating the information prompt state corresponding to the first UI control according to the callback request.
An electronic device comprising a processor, a memory and a computer program stored on the memory and being executable on the processor, the computer program, when executed by the processor, implementing the steps of the method of information prompting as described above.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of information prompting as described above.
The embodiment of the application has the following advantages:
in the embodiment of the application, by responding to the prompt state update request for the first UI control, the prompt node to be updated corresponding to the prompt state update request can be determined in a preset prompt node tree, the node state information of the prompt node to be updated is updated according to the prompt state update request, then, a callback request for the prompt state update request can be generated according to the updated node state information and sent to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting the node tree at the server is realized, logic disorder and logic leak caused by red dot dispersion management are reduced, the client does not need to maintain the node tree, the logic processing process in the operation process is simplified, and the data processing amount of the client is reduced, the client can run more smoothly.
Drawings
In order to more clearly illustrate the technical solutions of the present application, the drawings needed to be used in the description of the present application will be briefly introduced below, and it is apparent that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive labor.
FIG. 1 is a flowchart illustrating steps of a method for providing information prompting according to an embodiment of the present application;
FIG. 2 is a flow chart illustrating steps of another method for prompting for information provided by an embodiment of the present application;
FIG. 3 is a flow diagram of a red dot event call provided herein;
FIG. 4 is a flow chart illustrating steps of another method for prompting for information provided by an embodiment of the present application;
FIG. 5 is a schematic diagram of a hint node tree file provided herein;
FIG. 6 is a flow chart illustrating steps of another method for prompting for information provided by an embodiment of the present application;
fig. 7 is a schematic structural diagram of an information prompt apparatus according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of another information prompt apparatus according to an embodiment of the present application.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, the present application is described in further detail with reference to the accompanying drawings and the detailed description. It is to be understood that the embodiments described are only a few embodiments of the present application and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, a flowchart illustrating steps of a method for prompting information according to an embodiment of the present application is shown, which may be applied to a server, and specifically may include the following steps:
step 101, responding to a prompt state update request aiming at a first UI control;
the prompt state update request may be a prompt state update request generated by the client in response to a specified event and directed to the first UI control, or may be a prompt state update request generated by the server after the specified event is detected and directed to the first UI control.
In a specific implementation, when a prompt state update request for the first UI control is detected, the server may respond to the prompt state update request.
As an example, the specified event may include any of:
and the state change of the virtual object corresponding to the first UI control aims at the information viewing operation of the first UI control.
Specifically, the state change of the virtual object may include a number change and an attribute parameter change, for example, a virtual currency or an item award after the game task is ended is issued, the number of game commodities is increased when a new item is put on the shelf in the game mall, the number of game characters is increased when a new game character is added, and when the player uses the game item or the game character, the attribute parameter of the game item or the game character is increased.
In practical application, a plurality of UI controls can be arranged in a client, the UI controls can correspond to user interfaces one by one, when a user clicks the UI controls, the client can display the user interfaces corresponding to the UI controls to display related information, in order to remind the user to check new information in the user interfaces in time, a prompt mark can be arranged in the UI controls, and when the new information exists, the prompt mark can be displayed on the UI controls.
During operation, the client may detect whether a specified event for the first UI control is triggered, and when the specified event is triggered by the client, in response to the specified event being triggered, the client may generate a prompt state update request and send the prompt state update request to the client, so as to update the prompt state of the prompt identifier on the UI control.
Alternatively, when a specified event is triggered by the server, the server may generate a prompt status update request, for example, by updating the data of the server, adding a new game character to the game, or setting up a new track in a mall.
Step 102, determining a prompt node to be updated corresponding to the prompt state updating request in a preset prompt node tree; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
as an example, the hint node may have node attribute information that includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
Specifically, a specific prompt node can be determined in the prompt node tree through the prompt node identification, the new information quantity or the information quantity to be checked of the UI control corresponding to the prompt node can be identified through the prompt information quantity, and the child node or the parent node associated with the prompt node can be determined through the child prompt node information and the parent prompt node information.
In practical application, a prompt node tree may be preset in the server, the prompt node tree may include multiple prompt nodes, each prompt node may correspond to a UI control in the client, specifically, the prompt node may have a prompt node identifier, the UI control may have a UI control identifier, and the prompt node and the UI control may be associated by generating a correspondence list of the prompt node identifier and the UI control identifier.
In a specific implementation, when the client generates a prompt state update request, a UI control identifier may be added to the request, and when the prompt state update request is received, the server may obtain the UI control identifier, and determine a prompt node to be updated in a preset prompt node tree through the UI control identifier.
103, updating the node state information of the prompt node to be updated according to the prompt state updating request;
as an example, the node state information may include the number of prompts identified by the prompt on the UI control, and the style of the prompt identification.
After the prompt node to be updated is determined, the server can obtain the current node state information of the prompt node to be updated, and update the node state information of the prompt node to be updated according to the prompt state update request.
And step 104, generating a callback request aiming at the prompt state updating request according to the updated node state information, and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
As an example, the client may be configured with a red dot component corresponding to the UI control, and the red dot component may provide a function interface called by the server.
After the node state information is updated, the server may generate a callback request for the prompt state update request and send the callback request to the client, where the callback request may include the updated node state information. After receiving the callback request, the client can acquire the node state information from the callback request, input the node state information in a function interface provided by the red point component for the server, and update the information prompt state of the first UI control.
Specifically, the client inputs node state information in a function interface, which may be input based on a python dynamic injection mechanism, and the function interface may include "_ init _ dot", "register _ UI _ loc", "on _ refresh _ event", and "set _ dot _ style", in an example, a prompt identifier may be created for a UI control by "_ init _ dot", and the prompt identifier in the UI control is used as a child node and is linked to a parent UI control associated with the child node; the node number of the prompt identifier can be set through the register _ ui _ loc; by setting "on _ refresh _ event", the information prompt state update time of the prompt flag can be changed; the style of the cue flag can be changed by setting set _ dot _ style ".
By setting the red dot component for managing the UI control, program developers can be prevented from repeatedly writing logic codes for the UI control, meanwhile, by calling the red dot component, prompt identifiers on the UI control can be conveniently modified, for example, the style of the prompt identifiers is modified, the prompt identifiers are deleted or added, and the problem that a UI maker needs to repeatedly delete or add each UI control when modifying the UI control is avoided, so that a large amount of manpower is consumed.
In the embodiment of the application, by responding to the prompt state update request for the first UI control, the prompt node to be updated corresponding to the prompt state update request can be determined in a preset prompt node tree, the node state information of the prompt node to be updated is updated according to the prompt state update request, then, a callback request for the prompt state update request can be generated according to the updated node state information and sent to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting the node tree at the server is realized, logic disorder and logic leak caused by red dot dispersion management are reduced, the client does not need to maintain the node tree, the logic processing process in the operation process is simplified, and the data processing amount of the client is reduced, the client can run more smoothly.
Referring to fig. 2, a flowchart illustrating steps of another method for prompting information according to an embodiment of the present application is shown, which may be applied to a server, and specifically includes the following steps:
step 201, responding to a prompt state updating request aiming at a first UI control;
step 202, determining a first prompt node corresponding to the first UI control in a preset prompt node tree;
as an example, the hint node may have node attribute information that includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
In practical application, a prompt node tree may be preset in the server, the prompt node tree may include multiple prompt nodes, each prompt node may correspond to a UI control in the client, specifically, the prompt node may have a prompt node identifier, the UI control may have a UI control identifier, and the prompt node and the UI control may be associated by generating a correspondence list of the prompt node identifier and the UI control identifier.
When a prompt state update request is generated, a client can add a UI control identifier in the request, and when the prompt state update request is received, a server can obtain the UI control identifier from the prompt state update request, search a prompt node identifier corresponding to the UI control identifier in a corresponding relation class table, and then search a first prompt node corresponding to the prompt node identifier in a preset prompt node tree.
Step 203, determining an ancestor prompting node corresponding to the first prompting node;
as an example, an ancestor hint node may include a superordinate node directly or indirectly associated with a hint node, such as a parent of the hint node, a parent of the parent, and so forth.
After the first prompt node is determined, the server can also obtain father prompt node information of the first prompt node, and through the father prompt node information, the server can traverse a preset prompt node tree to determine an ancestor prompt node of the first prompt node.
Step 204, using the first prompt node and the ancestor prompt node as the prompt node to be updated corresponding to the prompt state update request;
after obtaining the ancestor prompt node, the server may determine that the prompt node requested to be updated by the prompt state update request includes the first prompt node and the ancestor prompt node, and may further determine the first prompt node and the ancestor prompt node as a prompt node to be updated corresponding to the prompt state update request.
Step 205, in the prompt state update request, determining a first prompt information quantity corresponding to the first prompt node, and updating the prompt information quantity corresponding to the first prompt node into the first prompt information quantity in the prompt node tree;
as an example, the first hint number can be an updated hint number for the first hint node.
In a specific implementation, after the client detects that a specified event is triggered, a first prompt information quantity may be determined, and the first prompt information quantity is added when a prompt state update request for the first UI control is generated. After receiving the prompt state update request, the server may determine the first prompt information quantity of the first prompt node from the prompt state update request, and update the current prompt information quantity of the first prompt node to the first prompt information quantity.
Step 206, determining a second prompt message quantity corresponding to the ancestor prompt node by using the first prompt message quantity, and updating the prompt message quantity corresponding to the ancestor prompt node into the second prompt message quantity in the prompt node tree; the prompting information quantity of each father prompting node is the sum of the prompting information quantities of one or more child prompting nodes;
in practical applications, the number of hint messages of each parent hint node may be the sum of the number of hint messages of one or more child hint nodes thereof, for example, if the node a includes two child nodes a and b, the number of hint messages of the child node a is 4, the number of hint messages of the child node b is 2, and the number of hint messages of the node a is 6. Based on this, after the number of the first prompt messages is updated to the first prompt messages, the server may determine a second prompt messages, and update the current prompt messages of the ancestor nodes to the second prompt messages in the prompt node tree.
And step 207, generating a callback request aiming at the prompt state update request according to the updated node state information, and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
In order to enable those skilled in the art to better understand the above steps, the following is an example to illustrate the embodiments of the present application, but it should be understood that the embodiments of the present application are not limited thereto.
As shown in fig. 3, when a user clicks a UI control with red dots, in response to a click event, the client may generate a prompt status update request, where the request may include a control identifier of the UI control and red dot removal information, and then the client may send the prompt status update request to the server by means of an RPC (Remote Procedure Call) to modify the red dot status on the UI control.
When receiving the RPC request, the server may actually modify the red point status, and specifically, may obtain the number of the prompt node corresponding to the red point from the prompt status update request, and change the number of the prompt information of the prompt node and its ancestor node in the preset prompt node tree.
After the prompt node tree is modified, the server side can send a callback request to the client side through the RPC to inform the client side that the red dot state changes, after the request is received, the client side can determine that the red dot state changes from the callback request, determine the corresponding red dot through the prompt node number, call a red dot assembly preset on a corresponding UI control through event distribution, modify the red dot state to respond to the display of the red dot, and finally enable a user to see the change of the red dot, such as the reduction of numbers or the showing and hiding of the red dot.
In the embodiment of the application, after responding to a prompt state update request for a first UI control and determining a first prompt node corresponding to the first UI control in a preset prompt node tree, an ancestor prompt node corresponding to the first prompt node and the first prompt node can be determined as prompt nodes to be updated, then the prompt information quantity corresponding to the first prompt node in the prompt node tree is updated to a first prompt information quantity, the prompt information quantity corresponding to the ancestor prompt node is updated to a second prompt information quantity, and a callback request for the prompt state update request is generated and sent to a client by using the updated node state information, so that the client updates the information prompt state corresponding to the first UI control according to the callback request, thereby dynamically modifying the prompt information quantity of the UI control in the client by using the node tree of the server, the client can directly acquire the number of the modified prompt messages and update the number of the prompt messages, so that the data processing amount of the client is reduced, and the interface jamming is avoided in the operation process.
Referring to fig. 4, a flowchart illustrating steps of another method for prompting information provided in an embodiment of the present application is shown, which may be applied to a server, and specifically may include the following steps:
step 401, obtaining a prompt node tree file; the prompt node tree file is generated by adopting a visual editor;
in practical application, a program developer may create a prompt node tree file in a visual editor, where the prompt node tree file may include a plurality of nodes, each node may correspond to a UI control in a user interface one-to-one through a node number in a node attribute, and a one-to-many or one-to-one mapping relationship between UI controls in the user interface may be visually shown through a connection relationship between the nodes, and then edit data of the prompt node tree file may be exported and stored in a python module.
In an example, the nodes in the hint node tree file can also have other node attributes, such as node name, node type, and the like.
As shown in fig. 5, a schematic diagram of a prompt node tree file is shown, in the node tree, an interface of a "game hall" (hall in fig. 5) in a client is taken as a root node of the node tree, and a mapping relationship with controls such as "garage", "shop" and the like is shown, wherein the interface of the "game hall" can be associated with interfaces such as "pass", "shop" and "garage", the "shop" can be associated with "preference" and "daily choice" interface, the "garage" can be associated with "new car", and when each interface is associated, an upper level interface can be connected with "in" of a lower level interface through "out" in a visual editor.
By means of the intuitive and clear mapping relation of the prompt node tree file, when a program developer maintains the prompt node tree in the later stage, the program developer can determine the place to be modified more conveniently and quickly, and the management process of the prompt node is optimized.
Step 402, creating a prompt node tree by using the prompt node tree file;
as an example, the hint nodes in the hint node tree can include a plurality of node types, which can include fixed nodes and dynamic nodes, wherein the amount of hint information for a dynamic node is associated with user data.
In practical application, when the edit data of the prompt node tree file is exported and stored in a Python module, the edit data can be preprocessed, specifically, the edit data can be converted into a dictionary type by a server, the dictionary is a data structure provided by Python, the data with a mapping relation can be stored in the dictionary, and the dictionary can contain target elements with different data types. When the edit data is converted into the dictionary type, the server can store various node attributes including the node type, mapping relations among the nodes and corresponding relations between the node numbers and the UI control identifications in a Python dictionary. After obtaining the prompt node tree file, the server may create a prompt node tree based on the mapping relationship and the node attributes in the prompt node tree file.
In an embodiment of the present application, step 402 may include the following sub-steps:
substep 11, determining a data type corresponding to the target element in the prompt node tree file;
as an example, the target element may be one or more nodes in a hint node tree file.
After the prompt node tree file is obtained, the server side can determine the data type of the target element in the prompt node tree file.
Substep 12, if the data type is a first data type, generating a prompt node corresponding to the target element and a sub-prompt node corresponding to the prompt node;
as an example, the first data type may be a dictionary type.
When the data type is a dictionary type, the server may determine that a mapping relationship still exists in the target element, may further traverse the mapping relationship in the target element, and generate a prompt node of the target element and one or more sub-prompt nodes of the prompt node.
Substep 13, if the data type is a second data type, generating a prompt node corresponding to the target element, wherein the prompt node is a leaf node
As an example, the second data type may be a string type.
When the data type is a dictionary type, the server may determine that no mapping relationship exists in the target element, and then generate a hint node of the target element, where the hint node may be a leaf node without a child hint node.
Step 403, responding to a prompt state update request for the first UI control;
step 404, determining a prompt node to be updated corresponding to the prompt state update request in a preset prompt node tree; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
step 405, updating the node state information of the prompt node to be updated according to the prompt state updating request;
step 406, generating a callback request for the prompt state update request according to the updated node state information, and sending the callback request to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request;
step 407, receiving a prompt node creation request for a second UI control sent by the client; the prompt node creation request is a request generated when the client responds to the creation operation of the second UI control;
in practical application, when the client detects a creation operation for the second UI control, for example, a user first obtains a game prop in a game, and in response to the user operation, the client may generate a prompt node creation request for the second UI control and send the prompt node creation request to the server, and then the server may receive the prompt node creation request for the second UI control.
And 408, creating a second prompt node corresponding to the second UI control in the prompt node tree.
After receiving a prompt node creation request for the second UI control, the server may determine, in the prompt node tree, a parent node associated with the prompt node creation request, and after creating a second prompt node corresponding to the second UI control, may hang the second prompt node to the parent node associated therewith.
In the embodiment of the application, the prompt node tree file generated by the visual editor is acquired, the prompt node tree file can be used for creating the prompt node tree, when a prompt node creation request for a second UI control sent by a client is received, a second prompt node corresponding to the second UI control can be created in the prompt node tree, the prompt node tree is created by using the visual node tree file in a server, and in the process of program operation, nodes are dynamically created in the node tree according to the creation request of the client, so that the creation and maintenance efficiency of the node tree and the nodes is improved.
Referring to fig. 6, a flowchart illustrating steps of another method for prompting information provided in an embodiment of the present application is shown, which may be applied to a client, and specifically includes the following steps:
601, receiving a callback request sent by the server; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and the prompt state information of the prompt state update request is generated by adopting the updated node state information;
step 602, updating the information prompt state corresponding to the first UI control according to the callback request.
In an embodiment of the present application, the method further includes:
responding to the creating operation of the second UI control, generating a prompt node creating request for the second UI control, and sending the prompt node creating request to the server; and the server is used for creating a second prompt node corresponding to the second UI control in the prompt node tree.
In an embodiment of the present application, before the step of receiving the callback request sent by the server, the method further includes:
and responding to the triggering of the specified event, generating a prompt state updating request aiming at the first UI control, and sending the prompt state updating request to the server.
In an embodiment of the application, the specified event includes any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
In an embodiment of the present application, the prompt node includes multiple node types in the prompt node tree, the multiple node types include fixed nodes and dynamic nodes, the prompt message quantity corresponding to the fixed nodes is fixed and unchangeable, and the prompt message quantity corresponding to the dynamic nodes is changeable.
In an embodiment of the present application, each hint node has node attribute information, where the node attribute information includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
In an embodiment of the present application, a red dot component corresponding to a UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
In the embodiment of the application, by responding to the prompt state update request for the first UI control, the server may determine, in a preset prompt node tree, a prompt node to be updated corresponding to the prompt state update request, and updates the node state information of the prompt node to be updated according to the prompt state update request, generates a callback request by adopting the updated node state information and returns the callback request to the client, then, the client can update the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting the node tree at the server is realized, logic confusion and logic holes caused by red point dispersion management are reduced, and the client does not need to maintain the node tree, so that the logic processing process in the operation process is simplified, the data processing amount of the client is reduced, and the client can operate more smoothly.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the embodiments are not limited by the order of acts described, as some steps may occur in other orders or concurrently depending on the embodiments. Further, those skilled in the art will also appreciate that the embodiments described in the specification are presently preferred and that no particular act is required of the embodiments of the application.
Referring to fig. 7, a schematic structural diagram of an information prompting apparatus provided in an embodiment of the present application is shown, which may be applied to a server, and specifically includes the following modules:
an update request response module 701, configured to respond to a prompt state update request for the first UI control;
a to-be-updated prompt node determining module 702, configured to determine, in a preset prompt node tree, a to-be-updated prompt node corresponding to the prompt state update request; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
a node state information updating module 703, configured to update the node state information of the to-be-updated prompt node according to the prompt state update request;
a callback request sending module 704, configured to generate a callback request for the prompt state update request according to the updated node state information, and send the callback request to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
In an embodiment of the present application, the apparatus further includes:
the prompt node creation request receiving module is used for receiving a prompt node creation request aiming at a second UI control sent by the client; the prompt node creation request is a request generated when the client responds to the creation operation of the second UI control;
and the prompt node creating module is used for creating a second prompt node corresponding to the second UI control in the prompt node tree.
In an embodiment of the present application, the to-be-updated hint node determining module 702 may include:
the first prompt node determination submodule is used for determining a first prompt node corresponding to the first UI control in a preset prompt node tree;
an ancestor prompt node determination submodule, configured to determine an ancestor prompt node corresponding to the first prompt node;
and the to-be-updated prompt node updating submodule is used for taking the first prompt node and the ancestor prompt node as the to-be-updated prompt node corresponding to the prompt state updating request.
In an embodiment of the present application, the node status information updating module 703 includes:
a first prompt information quantity determining submodule, configured to determine, in the prompt state update request, a first prompt information quantity corresponding to the first prompt node, and update, in the prompt node tree, the prompt information quantity corresponding to the first prompt node to the first prompt information quantity;
a second prompt message quantity determining submodule, configured to determine, by using the first prompt message quantity, a second prompt message quantity corresponding to the ancestor prompt node, and update, in the prompt node tree, the prompt message quantity corresponding to the ancestor prompt node to the second prompt message quantity; and the prompting information quantity of each father prompting node is the sum of the prompting information quantities of one or more child prompting nodes.
In an embodiment of the application, the prompt state update request is triggered by the client in response to a specified event, and a prompt state update request for the first UI control is generated.
In an embodiment of the application, the specified event comprises any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
In an embodiment of the present application, the apparatus further includes:
the prompt node tree file acquisition module is used for acquiring a prompt node tree file; the prompt node tree file is generated by adopting a visual editor;
and the prompt node tree creating module is used for creating a prompt node tree by adopting the prompt node tree file.
In an embodiment of the present application, the module for creating a hint node tree includes:
the data type determining submodule is used for determining a data type corresponding to a target element in the prompt node tree file, and if the data type is a first data type, the first sub-prompt node generating submodule is called; if the data type is a second data type, calling a second sub-prompt node generation sub-module
The first sub-prompt node generation sub-module is used for generating a prompt node corresponding to the target element and a sub-prompt node corresponding to the prompt node;
and the second sub-prompt node generation sub-module is used for generating prompt nodes corresponding to the target elements, and the prompt nodes are leaf nodes.
In an embodiment of the present application, the first data type is a dictionary type, and the second data type is a character string type.
In an embodiment of the present application, the prompt node in the prompt node tree includes multiple node types, the multiple node types include a fixed node and a dynamic node, and the prompt information amount corresponding to the dynamic node is associated with user data.
In an embodiment of the present application, each hint node has node attribute information, where the node attribute information includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
In an embodiment of the present application, a red dot component corresponding to a UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
In the embodiment of the application, by responding to the prompt state update request for the first UI control, the prompt node to be updated corresponding to the prompt state update request can be determined in a preset prompt node tree, the node state information of the prompt node to be updated is updated according to the prompt state update request, then, a callback request for the prompt state update request can be generated according to the updated node state information and sent to the client, so that the client updates the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting the node tree at the server is realized, logic disorder and logic leak caused by red dot dispersion management are reduced, the client does not need to maintain the node tree, the logic processing process in the operation process is simplified, and the data processing amount of the client is reduced, the client can run more smoothly.
Referring to fig. 8, a schematic structural diagram of another information prompting apparatus provided in an embodiment of the present application is shown, which may be applied to a client, and specifically includes the following modules:
a callback request receiving module 801, configured to receive a callback request sent by the server; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and prompt state information aiming at the prompt state update request is generated according to the updated node state information;
and an information prompt state updating module 802, configured to update the information prompt state corresponding to the first UI control according to the callback request.
In an embodiment of the present application, the apparatus further includes:
the creating operation response module is used for responding to the creating operation aiming at the second UI control, generating a prompt node creating request aiming at the second UI control and sending the prompt node creating request to the server; and the server is used for creating a second prompt node corresponding to the second UI control in the prompt node tree.
In an embodiment of the present application, the apparatus further includes:
and the specified event response module is used for responding to the triggering of the specified event, generating a prompt state updating request aiming at the first UI control and sending the prompt state updating request to the server.
In an embodiment of the application, the specified event includes any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
In an embodiment of the present application, the prompt node includes multiple node types in the prompt node tree, the multiple node types include fixed nodes and dynamic nodes, the prompt message quantity corresponding to the fixed nodes is fixed and unchangeable, and the prompt message quantity corresponding to the dynamic nodes is changeable.
In an embodiment of the present application, each hint node has node attribute information, where the node attribute information includes the following items:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
In an embodiment of the present application, a red dot component corresponding to a UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
In the embodiment of the application, by responding to the prompt state update request for the first UI control, the server may determine, in a preset prompt node tree, a prompt node to be updated corresponding to the prompt state update request, and according to the prompt state updating request, updating the node state information of the prompt node to be updated, according to the updated node state information generating a callback request and returning to the client, then, the client can update the information prompt state corresponding to the first UI control according to the callback request, the control of information prompt of the UI control in the client by adopting the node tree at the server is realized, logic confusion and logic holes caused by red point dispersion management are reduced, and the client does not need to maintain the node tree, so that the logic processing process in the operation process is simplified, the data processing amount of the client is reduced, and the client can operate more smoothly.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
An embodiment of the present application further provides an electronic device, which may include a processor, a memory, and a computer program stored on the memory and capable of running on the processor, and when the computer program is executed by the processor, the steps of the method for prompting information as described above are implemented.
An embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the above information prompting method.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present application are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present application have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including the preferred embodiment and all such alterations and modifications as fall within the true scope of the embodiments of the application.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The method and apparatus for information prompt, the electronic device, and the storage medium provided above are introduced in detail, and a specific example is applied in this document to explain the principle and the implementation of the present application, and the description of the above embodiment is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (23)

1. A method for prompting information is applied to a server side, and the method comprises the following steps:
responding to a prompt state update request for the first UI control;
determining a prompt node to be updated corresponding to the prompt state updating request in a preset prompt node tree; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
updating the node state information of the prompt node to be updated according to the prompt state updating request;
and generating a callback request aiming at the prompt state updating request according to the updated node state information, and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
2. The method of claim 1, further comprising:
receiving a prompt node creation request aiming at a second UI control sent by the client; the prompt node creation request is a request generated when the client responds to the creation operation of the second UI control;
and creating a second prompt node corresponding to the second UI control in the prompt node tree.
3. The method according to claim 1 or 2, wherein the step of determining, in a preset prompt node tree, a prompt node to be updated corresponding to the prompt state update request comprises:
determining a first prompt node corresponding to the first UI control in a preset prompt node tree;
determining an ancestor prompting node corresponding to the first prompting node;
and taking the first prompt node and the ancestor prompt node as prompt nodes to be updated corresponding to the prompt state updating request.
4. The method according to claim 3, wherein the step of updating the node state information of the prompt node to be updated according to the prompt state update request comprises:
determining a first prompt message quantity corresponding to the first prompt node in the prompt state updating request, and updating the prompt message quantity corresponding to the first prompt node into the first prompt message quantity in the prompt node tree;
determining a second prompt message quantity corresponding to the ancestor prompt node by adopting the first prompt message quantity, and updating the prompt message quantity corresponding to the ancestor prompt node into the second prompt message quantity in the prompt node tree; and the prompting information quantity of each father prompting node is the sum of the prompting information quantities of one or more child prompting nodes.
5. The method of claim 1, wherein the prompt state update request is triggered by the client in response to a specified event, and wherein the prompt state update request is generated for a first UI control.
6. The method of claim 5, wherein the specified event comprises any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
7. The method of claim 1, further comprising:
acquiring a prompt node tree file; the prompt node tree file is generated by adopting a visual editor;
and creating a prompt node tree by adopting the prompt node tree file.
8. The method of claim 7, wherein the step of creating a hint node tree using the hint node tree file comprises:
determining a data type corresponding to a target element in a prompt node tree file;
if the data type is a first data type, generating a prompt node corresponding to the target element and a sub-prompt node corresponding to the prompt node;
and if the data type is a second data type, generating a prompt node corresponding to the target element, wherein the prompt node is a leaf node.
9. The method of claim 8, wherein the first data type is a dictionary type and the second data type is a string type.
10. The method of claim 1, wherein the hint nodes in the hint node tree comprise a plurality of node types, wherein the plurality of node types comprise fixed nodes and dynamic nodes, and wherein the amount of hint information corresponding to the dynamic nodes is associated with user data.
11. The method of claim 1, wherein each hint node has node attribute information that includes a plurality of:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
12. The method according to claim 1, wherein a red dot component corresponding to a UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
13. A method for prompting information is applied to a client, and the method comprises the following steps:
receiving a callback request sent by the server; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and prompt state information aiming at the prompt state update request is generated according to the updated node state information;
and updating the information prompt state corresponding to the first UI control according to the callback request.
14. The method of claim 13, further comprising:
responding to the creating operation of the second UI control, generating a prompt node creating request for the second UI control, and sending the prompt node creating request to the server; and the server is used for creating a second prompt node corresponding to the second UI control in the prompt node tree.
15. The method according to claim 13 or 14, wherein before the step of receiving the callback request sent by the server, the method further comprises:
and responding to the triggering of the specified event, generating a prompt state updating request aiming at the first UI control, and sending the prompt state updating request to the server.
16. The method of claim 15, wherein the specified event comprises any one of:
the state of the virtual object corresponding to the first UI control changes, and the information viewing operation aiming at the first UI control is carried out.
17. The method of claim 13, wherein the hint nodes in the hint node tree include a plurality of node types, the plurality of node types include fixed nodes and dynamic nodes, the number of hints corresponding to the fixed nodes is fixed and the number of hints corresponding to the dynamic nodes is variable.
18. The method of claim 13, wherein each hint node has node attribute information, the node attribute information comprising a plurality of:
prompt node identification, prompt information quantity, child prompt node information and father prompt node information.
19. The method according to claim 13, wherein a red dot component corresponding to a UI control is configured in the client, and the red dot component is used for providing a function interface called by the server.
20. An information prompting device, which is applied to a server, the device comprising:
the updating request response module is used for responding to a prompt state updating request aiming at the first UI control;
a to-be-updated prompt node determining module, configured to determine, in a preset prompt node tree, a to-be-updated prompt node corresponding to the prompt state update request; the prompt node tree comprises a plurality of prompt nodes, and each prompt node corresponds to a UI control in the client;
the node state information updating module is used for updating the node state information of the prompt node to be updated according to the prompt state updating request;
and the callback request sending module is used for generating a callback request aiming at the prompt state updating request according to the updated node state information and sending the callback request to the client so that the client updates the information prompt state corresponding to the first UI control according to the callback request.
21. An information prompting device applied to a client, the device comprising:
the callback request receiving module is used for receiving a callback request sent by the server side; the callback request is a prompt state update request of the server side responding to a first UI control, a prompt node to be updated corresponding to the prompt state update request is determined in a preset prompt node tree, node state information of the prompt node to be updated is updated according to the prompt state update request, and prompt state information aiming at the prompt state update request is generated according to the updated node state information;
and the information prompt state updating module is used for updating the information prompt state corresponding to the first UI control according to the callback request.
22. An electronic device comprising a processor, a memory and a computer program stored on the memory and capable of running on the processor, the computer program, when executed by the processor, implementing the steps of the method of information prompting according to any one of claims 1 to 19.
23. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of information prompting according to any one of claims 1 to 19.
CN201911150794.9A 2019-11-21 2019-11-21 Information prompting method and device, electronic equipment and storage medium Active CN110928710B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911150794.9A CN110928710B (en) 2019-11-21 2019-11-21 Information prompting method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911150794.9A CN110928710B (en) 2019-11-21 2019-11-21 Information prompting method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110928710A true CN110928710A (en) 2020-03-27
CN110928710B CN110928710B (en) 2022-05-31

Family

ID=69851475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911150794.9A Active CN110928710B (en) 2019-11-21 2019-11-21 Information prompting method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110928710B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112190942A (en) * 2020-10-23 2021-01-08 网易(杭州)网络有限公司 Red dot system and data processing method based on red dot system
CN112230819A (en) * 2020-11-02 2021-01-15 深圳市欢太科技有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN112541793A (en) * 2020-12-23 2021-03-23 北京五八信息技术有限公司 Information processing method, information processing device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8539440B1 (en) * 2012-03-19 2013-09-17 National Instruments Corporation Interactively designing a hardware implementation of a graphical program
CN107450903A (en) * 2017-05-31 2017-12-08 阿里巴巴集团控股有限公司 A kind of information processing method and device
CN109885358A (en) * 2019-01-10 2019-06-14 珠海金山网络游戏科技有限公司 A kind of red dot representation method and system based on tree form data structure
CN110215696A (en) * 2019-07-23 2019-09-10 网易(杭州)网络有限公司 Label display methods, device, electronic equipment and the storage medium of game

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8539440B1 (en) * 2012-03-19 2013-09-17 National Instruments Corporation Interactively designing a hardware implementation of a graphical program
CN107450903A (en) * 2017-05-31 2017-12-08 阿里巴巴集团控股有限公司 A kind of information processing method and device
CN109885358A (en) * 2019-01-10 2019-06-14 珠海金山网络游戏科技有限公司 A kind of red dot representation method and system based on tree form data structure
CN110215696A (en) * 2019-07-23 2019-09-10 网易(杭州)网络有限公司 Label display methods, device, electronic equipment and the storage medium of game

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112190942A (en) * 2020-10-23 2021-01-08 网易(杭州)网络有限公司 Red dot system and data processing method based on red dot system
CN112230819A (en) * 2020-11-02 2021-01-15 深圳市欢太科技有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN112230819B (en) * 2020-11-02 2022-11-25 海南欧珀通讯科技有限公司 Information processing method, information processing apparatus, storage medium, and electronic device
CN112541793A (en) * 2020-12-23 2021-03-23 北京五八信息技术有限公司 Information processing method, information processing device and electronic equipment
CN112541793B (en) * 2020-12-23 2022-04-26 北京五八信息技术有限公司 Information processing method, information processing device and electronic equipment

Also Published As

Publication number Publication date
CN110928710B (en) 2022-05-31

Similar Documents

Publication Publication Date Title
CN110928710B (en) Information prompting method and device, electronic equipment and storage medium
US11163851B2 (en) Method, apparatus, computer device and storage medium of page displaying
CN108292231B (en) Method and system for generating applications from data
CN110162296A (en) Generation method, device and the terminal device of application programming interface document
CN105511873B (en) User interface control display method and device
US20130219307A1 (en) System and method for runtime user interface management
US11797273B2 (en) System and method for enhancing component based development models with auto-wiring
WO2019155369A1 (en) Tri-affinity model driven method and platform for authoring, realizing, and analyzing a cross-platform application
CN104219246A (en) Method and device for controlling display interface of client
CN112632919B (en) Document editing method and device, computer equipment and storage medium
CN114816401B (en) Interface element positioning method, electronic equipment and storage medium
CN114064024A (en) Method, apparatus, device, storage medium, and program product for developing micro-application
CN108958731B (en) Application program interface generation method, device, equipment and storage medium
CN115061685A (en) Interface element positioning method of software client, electronic device and storage medium
CN114741667A (en) Document display method and device and computer readable storage medium
CN111970192B (en) Information editing method and device based on session group
US20130127863A1 (en) Determining an optimal sequence of status transitions for business objects
US10169055B2 (en) Access identifiers for graphical user interface elements
WO2017128964A1 (en) Method and device for application fusion
US10713064B2 (en) User interface configuration using activator fields
CN111934985A (en) Media content sharing method, device and equipment and computer readable storage medium
CN114257624B (en) Configuration method, device and equipment of Internet of things equipment and storage medium
CN113051336B (en) Visual data operation method, system, equipment and medium
CN107479982B (en) data synchronization method and terminal
CN114385672A (en) Information processing method and device, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant