CN112732250A - Interface processing method, device and storage medium - Google Patents

Interface processing method, device and storage medium Download PDF

Info

Publication number
CN112732250A
CN112732250A CN201911032246.6A CN201911032246A CN112732250A CN 112732250 A CN112732250 A CN 112732250A CN 201911032246 A CN201911032246 A CN 201911032246A CN 112732250 A CN112732250 A CN 112732250A
Authority
CN
China
Prior art keywords
floating layer
interface
client
information
layer configuration
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.)
Pending
Application number
CN201911032246.6A
Other languages
Chinese (zh)
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201911032246.6A priority Critical patent/CN112732250A/en
Publication of CN112732250A publication Critical patent/CN112732250A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses an interface processing method, an interface processing device and a storage medium. The method and the device can acquire the client interface, generate the floating layer configuration acquisition request according to the current client interface, send the request to the configuration server, receive the floating layer configuration information returned by the configuration server, analyze the setting parameters contained in the floating layer configuration information and the uniform resource locators of the webpage, load the corresponding floating layer in the current client interface according to the setting parameters, and open the uniform resource locators in the floating layer to display the functional interface corresponding to the uniform resource locators. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.

Description

Interface processing method, device and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to an interface processing method, an interface processing apparatus, and a storage medium.
Background
With the increasing popularity and development of terminals, users rely on terminals more and more, and various clients can be installed on the terminals, for example, a multimedia application client can enable users to perform multimedia entertainment on the terminals, such as listening to music, watching movies, watching live broadcasts, and the like.
In the prior art, if a new function needs to be added to a client, the following steps are required: the client redevelopment and interface rendering are carried out, if a plurality of ends exist, each end redevelopment needs to be carried out on the interface; the client side and the background joint debugging protocol are used for adjusting the interface; after the function joint debugging is finished, the new version is packaged and released again after the system test, and if a plurality of channels exist, the application needs to be put on the shelf in each application market; after being on shelf, the user needs to upgrade the client version to experience the new function. For example, a new lottery function needs to be developed, a client renders a lottery interface on the interface, then clicks lottery, the client sends an agreement to a background, the background returns lottery results to the client, the function is completed through a series of development and joint debugging, the client packages, upgrades and releases the lottery results after system testing, the lottery results are put on the shelves in various application markets, and finally the user needs to upgrade the version of the client to experience the new lottery function, and the development and release of a plurality of terminals are also involved.
The applicant finds that in the prior art, a client develops a new function and characteristic each time, needs to develop separately, joint debugging interface protocols, packages the client, releases a new version, and puts the new version on the shelf in each application market, and if a plurality of terminals need to support the new function and characteristic, such as an android terminal, a PC terminal and an IOS terminal, the technology cannot be used universally, and three terminals need to be developed, so that the development efficiency is low, and the development cycle is very long.
Disclosure of Invention
The embodiment of the invention provides an interface processing method, an interface processing device and a storage medium, and aims to improve the development efficiency of adding functions in a client.
In order to solve the above technical problems, embodiments of the present invention provide the following technical solutions:
an interface processing method, comprising:
acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to a configuration server;
receiving floating layer configuration information returned by the configuration server, and analyzing setting parameters contained in the floating layer configuration information and uniform resource locators of the webpage;
loading a corresponding floating layer in the current client interface according to the setting parameters;
and accessing the uniform resource locator in the floating layer to display the functional interface corresponding to the uniform resource locator.
An interface processing device, comprising:
the generating unit is used for acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to the configuration server;
the analysis unit is used for receiving the floating layer configuration information returned by the configuration server and analyzing the setting parameters contained in the floating layer configuration information and the uniform resource locator of the webpage;
the loading unit is used for loading the corresponding floating layer in the current client interface according to the setting parameters;
and the display unit is used for accessing the uniform resource locator in the floating layer so as to display the functional interface corresponding to the uniform resource locator.
A storage medium, wherein the storage medium stores a plurality of instructions, and the instructions are suitable for being loaded by a processor to execute the steps in the interface processing method.
The embodiment provided by the application can obtain a client interface, generate a floating layer configuration obtaining request according to the current client interface, send the floating layer configuration obtaining request to the configuration server, receive floating layer configuration information returned by the configuration server, analyze setting parameters contained in the floating layer configuration information and uniform resource locators of webpages, load a corresponding floating layer in the current client interface according to the setting parameters, and open the uniform resource locators in the floating layer to display a functional interface corresponding to the uniform resource locators. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a schematic view of a scenario of an interface processing system according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of an interface processing method according to an embodiment of the present invention;
FIG. 3 is another schematic flow chart diagram of an interface processing method according to an embodiment of the present invention;
fig. 4 is a schematic flowchart of another interface processing method according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an interface processing apparatus according to an embodiment of the present invention;
fig. 6 is another schematic structural diagram of an interface processing apparatus according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
An execution main body of the interface processing method may be the one provided in the embodiment of the present invention or a server integrated with the interface processing apparatus, where the interface processing apparatus may be implemented in a hardware or software manner.
Referring to fig. 1, fig. 1 is a schematic view of a scene of an interface processing system according to an embodiment of the present invention, including: the client 10 and the server 20, the client 10 may include a plurality of clients, such as an a client and a B client, and further, the plurality of clients may be based on the same device or different devices, for example, any one of the clients may be an android version client or an IOS version client based on a mobile terminal, and may also be a Windows version client or a MAC version client based on a PC terminal, and the like. The client 10 and the server 20 may be connected via a communication network, which includes a wireless network and a wired network, wherein the wireless network includes one or more of a wireless wide area network, a wireless local area network, a wireless metropolitan area network, and a wireless personal area network. The network includes network entities such as routers, gateways, etc., which are not shown in the figure. The client 10 may interact with the server 20 via a communication network, for example, an application (e.g., an instant messaging application) may be downloaded from the server 20.
The interface processing system may include an interface processing apparatus, which may be specifically integrated in a terminal having computing capability and including a storage unit, such as a tablet computer, a television, a mobile phone, a notebook computer, a desktop computer, and the like, in fig. 1, the terminal is a client 10 in fig. 1, and the client 10 may include a multimedia application, such as a video playing application or a music playing application, and the like. The client 10 may be configured to generate a floating layer configuration obtaining request, send the floating layer configuration obtaining request to the server 20, receive floating layer configuration information returned by the server 20 according to the floating layer configuration obtaining request, and load the floating layer after the client 10 receives the floating layer configuration information.
The interface processing system may further include a server 20, which is mainly configured to receive a floating layer configuration acquisition request sent by the client 10, and then search for corresponding floating layer configuration information according to the floating layer configuration acquisition request and send the floating layer configuration information to the client 10. The interface processing system may further include a memory configured to store an information base, where the information base includes an association relationship between the floating layer configuration acquisition request and the floating layer configuration information, and the like, so that the server may acquire the floating layer configuration information corresponding to the floating layer configuration acquisition request from the memory and send the floating layer configuration information to the client 10.
It should be noted that the scenario diagram of the interface processing system shown in fig. 1 is merely an example, and the interface processing system and the scenario described in the embodiment of the present invention are for more clearly illustrating the technical solution of the embodiment of the present invention, and do not form a limitation on the technical solution provided in the embodiment of the present invention.
The following are detailed below. The numbers in the following examples are not intended to limit the order of preference of the examples.
In the present embodiment, the description will be made from the perspective of an interface processing apparatus, which may be specifically integrated in a terminal that is provided with a storage unit and is capable of running an application.
An interface processing method, comprising:
acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to a configuration server;
receiving floating layer configuration information returned by the configuration server, and analyzing setting parameters contained in the floating layer configuration information and uniform resource locators of the webpage;
loading a corresponding floating layer in the current client interface according to the setting parameters;
and accessing the uniform resource locator in the floating layer to display the functional interface corresponding to the uniform resource locator.
Referring to fig. 2, fig. 2 is a schematic flow chart illustrating an interface processing method according to an embodiment of the present invention. The interface processing method comprises the following steps:
in step 101, a client interface is obtained, and a floating layer configuration obtaining request is generated according to the current client interface and sent to a configuration server.
In the process of actually using the client, the client may include multiple interfaces, for example, a system interface, a live interface, a login interface, a setting interface, and the like may be included in a live client, and therefore, in an embodiment, after the client is opened, it may be determined whether a current interface of the client is a preset interface, for example, a live interface, and if the current interface is the preset interface, the subsequent steps are further performed, that is, the client interface is obtained, and a floating layer configuration obtaining request is generated according to the current client interface and sent to the configuration server, where the steps include:
when a client is opened, judging whether the current interface of the client is a preset interface or not;
and if so, generating a floating layer configuration acquisition request by the current client interface and sending the request to the configuration server.
The above-mentioned floating layer configuration acquisition request is used for requesting floating layer configuration information from the configuration server to generate a floating layer, which is also called a mask layer or a mask, in the client interface, and is a view having a specific shape (e.g. a rectangle) and capable of floating in the client interface, and may further have a function of detecting a touch (e.g. click, slide) operation and drawing an image.
For example, when a user opens a live application program to watch live content, the client loads a home page of the live platform, where the home page presents live content of the live platform and is selected by the user together with a list, such as an anchor list or a program list, and when the client receives a user instruction to select live content, the client requests a background server (e.g., the server 20 shown in fig. 1) of the live platform for streaming, opens a corresponding live page, and invokes a decoder in an operating system of the terminal device to decode the live stream pushed by the server, so as to present the live content in a play page of the client. The current client interface is a live broadcast interface, and at this time, a floating layer configuration acquisition request can be further generated according to the current live broadcast interface and sent to the configuration server.
For example, in the client, the floating layers with corresponding functions that need to be generated by different live broadcast interfaces may be different, so that the corresponding floating layer configuration acquisition requests generated by different live broadcast interfaces are different. In an embodiment, the method for generating the floating layer configuration acquisition request according to the current live interface and sending the floating layer configuration acquisition request to the configuration server may be multiple, the feature information of the current live interface may be acquired first, the feature information may include interface type information of the current live interface, such as an outdoor live type, a game live type, a singing live type, a dancing live type, and the like, in other embodiments, the interface type information may be further divided, such as a game live type that may be divided into a hero alliance game live type, a magic animal world game live type, and the like, and then a corresponding floating layer configuration acquisition request is generated according to the interface type information of the current live interface and sent to the configuration server.
In an embodiment, the characteristic information of the current live interface may further include identification information of the current live interface, where the identification information may be a name of a anchor in the current live room, such as anchor a, anchor B, or anchor C, and the identification information may also be a room number of the current live room, such as room number 11111, room number 22222, or room number 33333, and then generate a corresponding floating layer configuration acquisition request according to the identification information of the current live interface and send the floating layer configuration acquisition request to the configuration server.
In step 102, the floating layer configuration information returned by the configuration server is received, and the setting parameters and the uniform resource locator of the webpage included in the floating layer configuration information are analyzed.
In an embodiment, the configuration server stores a plurality of types of floating layer configuration information, and returns corresponding floating layer configuration information according to a request sent by the client, where the floating layer configuration information may include a setting parameter and a uniform resource locator of a web page, and the client may analyze the floating layer configuration information to obtain the setting parameter and the uniform resource locator of the web page. And the uniform resource locator is used for opening the corresponding webpage. The parameters are set for configuring the floating layer.
In an embodiment, the setting parameter may configure a layout aspect of the floating layer, and the setting parameter may configure a presentation layout of the floating layer, where the presentation layout may include a shape, a size, a display position, and the like of the floating layer. And when configuring the display layout of the floating layer, the setting parameters can be directly input layout information in a configuration page or configured in a visual layout mode, and the visual layout is configured in a drawing mode, so that the operator can configure the display layout of the floating layer more simply and conveniently.
In other embodiments, the setting parameter may configure a data aspect of the floating layer, and the setting parameter may configure a local variable, a global variable, and the like of the floating layer. Configuring the local variable of the floating layer refers to configuring the position of the designated area of the floating layer and a dynamic data source of the designated area, the dynamic data source is used for indicating a device where dynamic data (namely data corresponding to the designated area) is located, and configuring the global variable of the floating layer refers to configuring static data which does not need to be changed of the floating layer.
Further, the setting parameters may also configure a control attribute of the floating layer, where the control attribute of the floating layer is used to indicate an operation to be executed and a content to be displayed when a certain control in the floating layer is clicked. Other aspects of the float layer may be disposed, and for example, a filter or the like of the float layer may be disposed. The floating layer filter is used for realizing filtering in configuring the floating layer, such as filtering of user account numbers.
In step 103, the corresponding floating layer is loaded in the current client interface according to the setting parameters.
Specifically, the client analyzes the floating layer configuration information after receiving the floating layer configuration information to obtain the setting parameters and the uniform resource locators of the web pages, and then loads the corresponding floating layer in the current client interface according to the setting parameters. In an embodiment, before the setting parameter loads the corresponding floating layer in the current client interface, the floating layer configuration information may also be verified, for example, identification information of the floating layer configuration information is extracted, where the identification information is used to determine a configuration end of the floating layer configuration information, and it is determined whether the configuration end of the currently received floating layer configuration information is a configuration server according to the identification information, and if so, the step of loading the corresponding floating layer in the current client interface according to the setting parameter is continuously performed.
In one embodiment, the above setting parameters are used to set the attributes of the floating layer, such as transparency, color, coordinates, size, and other information. Specifically, the attribute information corresponding to the floating layer may be set by a function, for example, an initWithFrame function may be used to set a coordinate value of the floating layer; setting a color for the float layer using a color setting function background color, setting a transparency for the float layer using a transparency setting function alpha, and so on, which is not further limited in this application. And generating a corresponding floating layer at a specific position on the client interface by the setting parameters.
In the process of actually using the client, taking the use of the live broadcast client on the mobile terminal as an example, if the user watches live broadcast in a full screen mode, the client interface is generally in a landscape screen state, and at this time, the live broadcast frame occupies the whole client interface, that is, the areas included in the client interface are all the broadcast areas. If the user quits full-screen viewing, the client interface is in a vertical screen state, and at this time, the live broadcast picture occupies part of the client interface, that is, the areas included in the client interface are a playing area and a functional area, for example, a comment area. Therefore, in an embodiment, when the client interface is in the landscape state, the client interface includes the playing area, and the floating layer is loaded in the playing area, and further, the floating layer may be set to have a transparency of 90%, so that the content displayed in the playing area may be presented through the floating layer, so as to avoid interfering with live content. When the client interface is in a vertical screen state, the client interface comprises a playing area and a function area, and at the moment, the floating layer can be loaded in the function area, so that the display content of the floating layer is not interfered with the live broadcast content. Namely, the step of loading the corresponding floating layer in the current client interface includes:
when the client interface is in a horizontal screen state, the client interface comprises a playing area, and a floating layer with transparency is loaded in the playing area;
and when the client interface is in a vertical screen state, the client interface comprises a playing area and a functional area, and a floating layer is loaded in the functional area.
In step 104, a uniform resource locator is opened in the floating layer to display a functional interface corresponding to the uniform resource locator.
In an embodiment, the floating layer may be a WebView, the WebView is a Web view used for displaying and rendering a Web page, and a Uniform Resource Locator is opened in the floating layer, that is, a URL (Uniform Resource Locator) address is obtained by using a WebView control, and page data corresponding to the URL address is loaded, where the Uniform Resource Locator URL is a concise representation of a location and an access method of a Resource that can be obtained from the internet, and is an address of a standard Resource on the internet. The process of acquiring the input URL address by adopting the WebView control comprises the following steps: and identifying the URL address by adopting the WebView control so as to obtain the URL address, and loading page data corresponding to the URL address so as to display a functional interface corresponding to the uniform resource locator.
In an embodiment, after the function interface is displayed in the floating layer, a user operation may be further received to change the attribute of the floating layer, including information such as transparency, color, coordinates, size, and the like. For example, the user may drag the border of the floating layer and move to another position, that is, the coordinate information of the floating layer is changed, and the changed coordinate information is stored, so that the changed coordinate information is directly used when the floating layer is opened again. Similarly, the user can also change the information such as the transparency, the color, the size and the like of the floating layer, and the application does not further limit the information.
In an embodiment, the Web page may further include an interactive element, and when the user clicks the interactive element, a corresponding feedback effect may be presented in the floating layer. For example, when the user clicks the thumbs-up button, a clicking special effect, such as a ripple effect of a ripple, is presented in the clicking operation area in the floating layer, and when the clicking stops and the set timing time is not reached, the user can continue clicking; when the set timing time is up, the result is presented according to the number of the click operations, for example, the number of the effective click operations of the current interaction, the number of praise for the interaction object, and the like.
As can be seen from the above, the interface processing method provided in this embodiment of the present application may obtain a client interface, generate a floating layer configuration obtaining request according to a current client interface, send the floating layer configuration obtaining request to a configuration server, receive floating layer configuration information returned by the configuration server, parse setting parameters included in the floating layer configuration information and uniform resource locators of webpages, load a corresponding floating layer in the current client interface according to the setting parameters, and open the uniform resource locators in the floating layer to show a functional interface corresponding to the uniform resource locators. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.
The following examples are further detailed with reference to the interface processing method described in the previous embodiment.
In this embodiment, the interface processing apparatus will be described by taking an example in which it is specifically integrated in a terminal.
Referring to fig. 3, fig. 3 is another schematic flow chart of an interface processing method according to an embodiment of the present invention. The method flow can comprise the following steps:
step 201, adding floating layer configuration information corresponding to a webpage realizing a preset function in a configuration server.
In an embodiment, the configuration server stores a plurality of pieces of floating layer configuration information for the client to obtain and call, and if a new function needs to be added to the client, the floating layer configuration information corresponding to a webpage realizing a preset function can be added to the configuration server, and the client does not need to change a code. The configuration parameter format of the configuration information is, for example:
{"classid":2,"WebURL":
"https://ptlogin2.qq.com/huayang_hongbao_openbtn_s","width":120,"height":85,"offsetx":175,"offsety":260,"layerno":2}
wherein width: width of
height: height of
offset: x coordinate
offset: y coordinate
WebURL: web presentation address
layerno: layout priority
After the client side obtains the configuration information, the client side can display specific functional characteristics in specific coordinates in the interface through the configuration parameters.
Step 202, a client interface is obtained, and interface type information and identification information of the current client interface are obtained.
In the process of actually using the client, the client may include multiple interfaces, for example, the live-broadcast-type client may include a system interface, a live-broadcast interface, a login interface, a setting interface, and the like, and therefore, in an embodiment, after the client is opened, it may be determined whether a current interface of the client is a preset interface, for example, a live-broadcast interface, and if the current interface is the preset interface, interface type information and identification information of the current client interface are further obtained.
Specifically, the interface type information includes, for example, an outdoor live broadcast type, a game live broadcast type, a singing live broadcast type, a dancing live broadcast type, and the like, and in other embodiments, the interface type information may be further divided, for example, the game live broadcast type may be divided into a hero alliance game live broadcast type, a magic animal world game live broadcast type, and the like. The identification information may be a name of a anchor of the current live room, such as anchor a, anchor B, or anchor C, and the like, and the identification information may also be a room number of the current live room, such as room number 11111, room number 22222, or room number 33333, and the like.
And 203, generating a floating layer configuration acquisition request according to the interface type information and the identification information, and sending the floating layer configuration acquisition request to a configuration server.
The floating layer configuration acquisition request is used for requesting floating layer configuration information from a configuration server so as to generate a floating layer in a client interface. And after the interface type information and the identification information of the client interface are acquired, generating a corresponding floating layer configuration acquisition request and sending the request to a configuration server.
In the actual use process, in order to improve the diversity, the user can also perform custom setting on the floating layer and store the setting information in the configuration server after the custom setting, so that the floating layer configuration acquisition requests corresponding to different users are different. In an embodiment, the method may further generate the floating layer configuration acquisition request according to the user parameter of the user currently logged in by the client, for example, first determine the current login state of the client, if the client does not log in, then directly generate a default floating layer configuration acquisition request according to the interface type information and the identification information, and if the client is in the login state, then further extract the user parameter, and generate the floating layer configuration acquisition request according to the user parameter, the interface type information, and the identification information. Namely, the step of generating the floating layer configuration acquisition request according to the interface type information and the identification information comprises
Judging whether the client is in a login state currently;
and if the user equipment is in the login state, acquiring user parameter information of a login user, and generating a floating layer configuration acquisition request according to the interface type information, the identification information and the user parameter information.
And 204, receiving the floating layer configuration information returned by the configuration server, and analyzing the setting parameters contained in the floating layer configuration information and the uniform resource locator of the webpage.
In an embodiment, the configuration server stores a plurality of types of floating layer configuration information, and returns corresponding floating layer configuration information according to a request sent by the client, where the floating layer configuration information may include a setting parameter and a uniform resource locator of a web page, and the client may analyze the floating layer configuration information to obtain the setting parameter and the uniform resource locator of the web page.
In an embodiment, the setting parameters may include coordinate information and size information, and may further include information such as a shape, which is used to determine layout information of the floating layer, and when configuring the display layout of the floating layer, the setting parameters may be directly input in a configuration page, or may be configured in a visual layout manner, where the visual layout is configured in a drawing manner, so that an operator may configure the display layout of the floating layer more easily and conveniently.
And step 205, determining a target position in the current client interface according to the coordinate information, and loading the WebView corresponding to the size information by taking the target position as a reference point.
In one embodiment, the above setting parameters are used to set the attributes of the floating layer, such as transparency, color, coordinates, size, shape, and other information. Specifically, the target position in the current client interface may be determined according to the coordinate information, and then the WebView corresponding to the size information may be loaded with the target position as a reference point.
When loading the WebView corresponding to the size information by using the target position as the reference point, determining a point corresponding to the target position in the floating layer, for example, if the floating layer is rectangular, setting the point corresponding to the target position in the rectangular floating layer as an upper left corner, then loading the whole WebView by using the upper left corner as the reference point, and in other embodiments, setting the point corresponding to the target position in the rectangular floating layer as an upper right corner, a lower right corner, a rectangular center, and the like. For another example, if the floating layer is circular, a point of the target position corresponding to the circular floating layer may be set as a circle center, and then the whole WebView is loaded by using the circle center as a reference point, which is not further described herein.
Furthermore, when the WebView is loaded, the attribute information corresponding to the floating layer can be set through a function, for example, an initWithFrame function can be used for setting a coordinate value of the WebView; setting colors for WebView using a color setting function background color, setting transparency for WebView using a transparency setting function alpha, and the like.
And step 206, opening the uniform resource locator in the WebView to display a functional interface corresponding to the uniform resource locator.
Specifically, opening a uniform resource locator in the floating layer, that is, acquiring a URL address by using a WebView control, and loading page data corresponding to the URL address. The process of acquiring the input URL address by adopting the WebView control comprises the following steps: and identifying the URL address by adopting the WebView control so as to obtain the URL address, and loading page data corresponding to the URL address so as to display a functional interface corresponding to the uniform resource locator.
Step 207, receiving an operation instruction for the web page, so that the web page and the service background perform function joint debugging and iteration.
In an embodiment, after the client opens the URL, the Web completes a specific function demand interface, if the function needs to be newly added to the client, the function needs to be associated and then published, specifically, the client can directly send a request to a specific service background, the service background completes the association and iteration of the whole function with the Web, the code of the client is not concerned at all, the interface is defined specifically by the back end, the front end develops according to the interface, and after both sides are completed, the function association and iteration are performed, and the development is completed.
And step 208, after the iteration is completed, the webpage and the service background issue the corresponding service to realize the corresponding function.
And the functions in the Web page can be directly released after the function joint debugging development is finished, and the functions in the Web page can be realized only by releasing corresponding services of the Web front end and the background and without relying on the code release of the client. According to the method provided by the embodiment of the application, after the new function is on-line, the new client version and the old client version can take effect directly, and a user can use the new function without upgrading the client version.
For example, please refer to fig. 4, the client is a live client for explanation, and the client may be an android version client or an IOS version client, and may also be a Windows version client or an MAC version client based on a PC. When a user enters an XX live broadcast room, a client initiates an instruction to a background, all floating floor configurations in the room are required to be pulled, the background finds all floating floor configurations in the room through a room number and user parameters transmitted by the client, such as lucky draw, red package and gift week star, and then sends the floating floor configurations to the client together, and after the client receives the instruction, the corresponding coordinate in the configuration shows the corresponding function configuration.
Specifically, a segment configuration, an x coordinate, a y coordinate, a width, a height and a lottery interface URL are issued to a client side through a background, then a WebView browser is opened by the client side under the current coordinate, then a lottery URL is opened by the browser, and the remaining lottery functions are developed by a front js module and a rear lottery module without relating to the development work of client side versions.
Through the scheme that this embodiment provided, promote development efficiency, a new function on the client in the past, involve PC, IOS, the function development joint debugging of three versions of ann tall and erect, still involve the client and send out the new version, put on shelf the application in each channel, the time cycle is long, a little function iteration just needs one to two months, after having had the solution of general floating floor, promoted development efficiency greatly, save development work load, improve code reuse degree, a function needs three-terminal development in the past, can save two thirds's development work load now. The compatibility problem of the new version and the old version is solved, the new characteristic is developed in the past, the old version is unavailable, the old version needs to be shielded and the compatibility problem needs to be processed, and the compatibility problem of the new version and the old version is perfectly solved because the version does not need to be sent by a client in the current new characteristic. The functions can be put on and taken off at any time, the configuration is flexible, the management is convenient, and the adaptability is strong.
As can be seen from the above, the interface processing method provided in this embodiment of the present application may add floating layer configuration information corresponding to a web page implementing a preset function in a configuration server, obtain a client interface, obtain interface type information and identification information of a current client interface, generate a floating layer configuration acquisition request according to the interface type information and the identification information, send the floating layer configuration acquisition request to the configuration server, receive floating layer configuration information returned by the configuration server, parse setting parameters included in the floating layer configuration information and uniform resource locators of the web page, determine a target position in the current client interface according to coordinate information, load a WebView corresponding to size information with the target position as a reference point, open the uniform resource locators in the WebView to display a functional interface corresponding to the uniform resource locators, receive an operation instruction for the web page, and after the iteration is finished, the webpage and the service background release the corresponding service to realize the corresponding function. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.
In order to better implement the interface processing method provided by the embodiment of the invention, the embodiment of the invention also provides a device based on the interface processing method. The terms are the same as those in the interface processing method, and specific implementation details can be referred to the description in the method embodiment.
In the present embodiment, description will be made from the perspective of an interface processing apparatus, which may be specifically integrated into a system composed of a plurality of terminals, each of which is a terminal having a video playback function provided with a storage unit and a display screen mounted thereon.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an interface processing apparatus according to an embodiment of the present invention. Wherein, the interface processing device may include:
the generating unit 301 is configured to obtain a client interface, generate a floating layer configuration obtaining request according to a current client interface, and send the floating layer configuration obtaining request to the configuration server.
In the process of actually using the client, the client may include multiple interfaces, for example, a system interface, a live interface, a login interface, a setting interface, and the like may be included in the live client, and therefore, in an embodiment, after the client is opened, it may be determined whether a current interface of the client is a preset interface, for example, a live interface, and if the current interface is the preset interface, a floating layer configuration acquisition request is further generated according to the current client interface and sent to the configuration server.
For example, in the client, the floating layers with corresponding functions that need to be generated by different live broadcast interfaces may be different, so that the corresponding floating layer configuration acquisition requests generated by different live broadcast interfaces are different. In an embodiment, there may be multiple methods for generating the floating layer configuration acquisition request according to the current live interface and sending the floating layer configuration acquisition request to the configuration server, where the method may include first acquiring feature information of the current live interface, where the feature information may include interface type information of the current live interface, and then generating a corresponding floating layer configuration acquisition request according to the interface type information of the current live interface and sending the floating layer configuration acquisition request to the configuration server. In other embodiments, the characteristic information of the current live interface may further include identification information of the current live interface, where the identification information may be a name of a main broadcast in the current live broadcast room or a room number of the current live broadcast room, and then a corresponding floating layer configuration acquisition request is generated according to the identification information of the current live broadcast interface and sent to the configuration server.
An analyzing unit 302, configured to receive the floating layer configuration information returned by the configuration server, and analyze the setting parameters and the uniform resource locator of the web page included in the floating layer configuration information.
In an embodiment, the configuration server stores a plurality of types of floating layer configuration information, and returns corresponding floating layer configuration information according to a request sent by the client, where the floating layer configuration information may include a setting parameter and a uniform resource locator of a web page, and the client may analyze the floating layer configuration information to obtain the setting parameter and the uniform resource locator of the web page. And the uniform resource locator is used for opening the corresponding webpage. The parameters are set for configuring the floating layer.
In an embodiment, the setting parameter may configure a layout aspect of the floating layer, and the setting parameter may configure a presentation layout of the floating layer, where the presentation layout may include a shape, a size, a display position, and the like of the floating layer.
A loading unit 303, configured to load a corresponding floating layer in the current client interface according to the setting parameter.
Specifically, the client analyzes the floating layer configuration information after receiving the floating layer configuration information to obtain the setting parameters and the uniform resource locators of the web pages, and then loads the corresponding floating layer in the current client interface according to the setting parameters. In an embodiment, before the setting parameter loads the corresponding floating layer in the current client interface, the floating layer configuration information may also be verified, for example, identification information of the floating layer configuration information is extracted, where the identification information is used to determine a configuration end of the floating layer configuration information, and it is determined whether the configuration end of the currently received floating layer configuration information is a configuration server according to the identification information, and if so, the step of loading the corresponding floating layer in the current client interface according to the setting parameter is continuously performed.
In one embodiment, the above setting parameters are used to set the attributes of the floating layer, such as transparency, color, coordinates, size, and other information.
The presentation unit 304 is configured to access the uniform resource locator in the floating layer to present a functional interface corresponding to the uniform resource locator.
In an embodiment, the floating layer may be a WebView, the WebView is a Web view used for displaying and rendering a Web page, and a Uniform Resource Locator is opened in the floating layer, that is, a URL (Uniform Resource Locator) address is obtained by using a WebView control, and page data corresponding to the URL address is loaded, where the Uniform Resource Locator URL is a concise representation of a location and an access method of a Resource that can be obtained from the internet, and is an address of a standard Resource on the internet. The process of acquiring the input URL address by adopting the WebView control comprises the following steps: and identifying the URL address by adopting the WebView control so as to obtain the URL address, and loading page data corresponding to the URL address so as to display a functional interface corresponding to the uniform resource locator.
In an embodiment, as shown in fig. 6, the generating unit 301 may include:
an obtaining subunit 3011, configured to obtain interface type information and identification information of the current client interface;
the generating subunit 3012 is configured to generate a floating layer configuration obtaining request according to the interface type information and the identification information, and send the floating layer configuration obtaining request to a configuration server.
In an embodiment, the setting parameters include coordinate information and size information, and the loading unit 303 may include:
a determining subunit 3031, configured to determine a target position in the current client interface according to the coordinate information;
and a loading sub-unit 3032, configured to load the WebView corresponding to the size information with the target position as a reference point.
As can be seen from the above, in the embodiment of the present invention, a client interface may be obtained, the generating unit 301 generates a floating layer configuration obtaining request according to a current client interface and sends the floating layer configuration obtaining request to a configuration server, the parsing unit 302 receives floating layer configuration information returned by the configuration server, parses setting parameters included in the floating layer configuration information and uniform resource locators of a web page, the loading unit 303 loads a corresponding floating layer in the current client interface according to the setting parameters, and the displaying unit 304 opens the uniform resource locators in the floating layer to display a functional interface corresponding to the uniform resource locators. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.
An embodiment of the present invention further provides a terminal, as shown in fig. 7, the terminal may include a Radio Frequency (RF) circuit 601, a memory 602 including one or more computer-readable storage media, an input unit 603, a display unit 604, a sensor 605, an audio circuit 606, a Wireless Fidelity (WiFi) module 607, a processor 608 including one or more processing cores, and a power supply 609. Those skilled in the art will appreciate that the terminal structure shown in fig. 7 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. Wherein:
the RF circuit 601 may be used for receiving and transmitting signals during a message transmission or communication process, and in particular, for receiving downlink messages from a base station and then processing the received downlink messages by one or more processors 608; in addition, data relating to uplink is transmitted to the base station. In general, the RF circuit 601 includes, but is not limited to, an antenna, at least one Amplifier, a tuner, one or more oscillators, a Subscriber Identity Module (SIM) card, a transceiver, a coupler, a Low Noise Amplifier (LNA), a duplexer, and the like. In addition, the RF circuit 601 may also communicate with networks and other devices via wireless communications. The wireless communication may use any communication standard or protocol, including but not limited to Global System for Mobile communications (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), email, Short Message Service (SMS), and the like.
The memory 602 may be used to store software programs and modules, and the processor 608 executes various functional applications and information processing by operating the software programs and modules stored in the memory 602. The memory 602 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal, etc. Further, the memory 602 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, the memory 602 may also include a memory controller to provide the processor 608 and the input unit 603 access to the memory 602.
The input unit 603 may be used to receive input numeric or character information and generate keyboard, mouse, joystick, optical or trackball signal inputs related to user settings and function control. In particular, in one particular embodiment, input unit 603 may include a touch-sensitive surface as well as other input devices. The touch-sensitive surface, also referred to as a touch display screen or a touch pad, may collect touch operations by a user (e.g., operations by a user on or near the touch-sensitive surface using a finger, a stylus, or any other suitable object or attachment) thereon or nearby, and drive the corresponding connection device according to a predetermined program. Alternatively, the touch sensitive surface may comprise two parts, a touch detection means and a touch controller. The touch detection device detects the touch direction of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch sensing device, converts the touch information into touch point coordinates, sends the touch point coordinates to the processor 608, and can receive and execute commands sent by the processor 608. In addition, touch sensitive surfaces may be implemented using various types of resistive, capacitive, infrared, and surface acoustic waves. The input unit 603 may include other input devices in addition to the touch-sensitive surface. In particular, other input devices may include, but are not limited to, one or more of a physical keyboard, function keys (such as volume control keys, switch keys, etc.), a trackball, a mouse, a joystick, and the like.
The display unit 604 may be used to display information input by or provided to the user and various graphical user interfaces of the terminal, which may be made up of graphics, text, icons, video, and any combination thereof. The Display unit 604 may include a Display panel, and optionally, the Display panel may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like. Further, the touch-sensitive surface may overlay the display panel, and when a touch operation is detected on or near the touch-sensitive surface, the touch operation is transmitted to the processor 608 to determine the type of touch event, and the processor 608 then provides a corresponding visual output on the display panel according to the type of touch event. Although in FIG. 7 the touch-sensitive surface and the display panel are two separate components to implement input and output functions, in some embodiments the touch-sensitive surface may be integrated with the display panel to implement input and output functions.
The terminal may also include at least one sensor 605, such as a light sensor, motion sensor, and other sensors. Specifically, the light sensor may include an ambient light sensor that may adjust the brightness of the display panel according to the brightness of ambient light, and a proximity sensor that may turn off the display panel and/or the backlight when the terminal is moved to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when the mobile phone is stationary, and can be used for applications of recognizing the posture of the mobile phone (such as horizontal and vertical screen switching, related games, magnetometer posture calibration), vibration recognition related functions (such as pedometer and tapping), and the like; as for other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which can be configured in the terminal, detailed description is omitted here.
Audio circuitry 606, a speaker, and a microphone may provide an audio interface between the user and the terminal. The audio circuit 606 may transmit the electrical signal converted from the received audio data to a speaker, and convert the electrical signal into a sound signal for output; on the other hand, the microphone converts the collected sound signal into an electric signal, which is received by the audio circuit 606 and converted into audio data, which is then processed by the audio data output processor 608, and then transmitted to, for example, another terminal via the RF circuit 601, or the audio data is output to the memory 602 for further processing. The audio circuit 606 may also include an earbud jack to provide communication of peripheral headphones with the terminal.
WiFi belongs to short-distance wireless transmission technology, and the terminal can help a user to receive and send e-mails, browse webpages, access streaming media and the like through the WiFi module 607, and provides wireless broadband internet access for the user. Although fig. 7 shows the WiFi module 607, it is understood that it does not belong to the essential constitution of the terminal, and may be omitted entirely as needed within the scope not changing the essence of the invention.
The processor 608 is a control center of the terminal, connects various parts of the entire handset using various interfaces and lines, and performs various functions of the terminal and processes data by operating or executing software programs and/or modules stored in the memory 602 and calling data stored in the memory 602, thereby performing overall monitoring of the handset. Optionally, processor 608 may include one or more processing cores; preferably, the processor 608 may integrate an application processor, which primarily handles operating systems, user interfaces, applications, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 608.
The terminal also includes a power supply 609 (e.g., a battery) for powering the various components, which may preferably be logically connected to the processor 608 via a power management system that may be used to manage charging, discharging, and power consumption. The power supply 609 may also include any component of one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
Although not shown, the terminal may further include a camera, a bluetooth module, and the like, which will not be described herein. Specifically, in this embodiment, the processor 608 in the terminal loads the executable file corresponding to the process of one or more application programs into the memory 602 according to the following instructions, and the processor 608 runs the application programs stored in the memory 602, thereby implementing various functions:
acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to a configuration server;
receiving floating layer configuration information returned by the configuration server, and analyzing setting parameters contained in the floating layer configuration information and uniform resource locators of the webpage;
loading a corresponding floating layer in the current client interface according to the setting parameters;
and accessing the uniform resource locator in the floating layer to display the functional interface corresponding to the uniform resource locator.
In the above embodiments, the descriptions of the embodiments have respective emphasis, and parts that are not described in detail in a certain embodiment may refer to the above detailed description of the interface processing method, and are not described herein again.
As can be seen from the above, the terminal according to the embodiment of the present invention may obtain a client interface, generate a floating layer configuration obtaining request according to a current client interface, send the floating layer configuration obtaining request to the configuration server, receive floating layer configuration information returned by the configuration server, analyze a setting parameter included in the floating layer configuration information and a uniform resource locator of a web page, load a corresponding floating layer in the current client interface according to the setting parameter, and open the uniform resource locator in the floating layer to display a functional interface corresponding to the uniform resource locator. According to the embodiment of the application, the webpage can be opened on the client interface through the floating layer configuration, so that the corresponding function is realized, the function can be added to the client without developing codes and upgrading versions of the client, the development efficiency of the client is greatly improved, and the development period is effectively shortened.
It will be understood by those skilled in the art that all or part of the steps of the methods of the above embodiments may be performed by instructions or by associated hardware controlled by the instructions, which may be stored in a computer readable storage medium and loaded and executed by a processor.
To this end, the present invention provides a storage medium, in which a plurality of instructions are stored, where the instructions can be loaded by a processor to execute the steps in any one of the interface processing methods provided by the embodiments of the present invention. For example, the instructions may perform the steps of:
acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to a configuration server;
receiving floating layer configuration information returned by the configuration server, and analyzing setting parameters contained in the floating layer configuration information and uniform resource locators of the webpage;
loading a corresponding floating layer in the current client interface according to the setting parameters;
and accessing the uniform resource locator in the floating layer to display the functional interface corresponding to the uniform resource locator.
The above operations can be implemented in the foregoing embodiments, and are not described in detail herein.
Wherein the storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
Since the instructions stored in the storage medium can execute the steps in any interface processing method provided in the embodiments of the present invention, the beneficial effects that can be achieved by any interface processing method provided in the embodiments of the present invention can be achieved, which are detailed in the foregoing embodiments and will not be described herein again.
The interface processing method, the interface processing device, the storage medium and the terminal provided by the embodiment of the invention are described in detail, a specific example is applied in the description to explain the principle and the embodiment of the invention, and the description of the embodiment is only used for helping to understand the method and the core idea of the invention; meanwhile, for those skilled in the art, according to the idea of the present invention, 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 invention.

Claims (11)

1. An interface processing method, characterized in that the method comprises:
acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to a configuration server;
receiving floating layer configuration information returned by the configuration server, and analyzing setting parameters contained in the floating layer configuration information and uniform resource locators of the webpage;
loading a corresponding floating layer in the current client interface according to the setting parameters;
and accessing the uniform resource locator in the floating layer to display the functional interface corresponding to the uniform resource locator.
2. The interface processing method according to claim 1, wherein the step of generating a floating layer configuration acquisition request according to the current client interface and sending the floating layer configuration acquisition request to the configuration server includes:
acquiring interface type information and identification information of the current client interface;
and generating a floating layer configuration acquisition request according to the interface type information and the identification information, and sending the floating layer configuration acquisition request to a configuration server.
3. The interface processing method according to claim 2, wherein the step of generating a float configuration acquisition request based on the interface type information and the identification information comprises
Judging whether the client is in a login state currently;
and if the user equipment is in the login state, acquiring user parameter information of a login user, and generating a floating layer configuration acquisition request according to the interface type information, the identification information and the user parameter information.
4. The interface processing method according to claim 1, wherein the setting parameter includes coordinate information and size information;
loading the corresponding floating layer in the current client interface according to the setting parameters, wherein the step comprises the following steps:
determining a target position in the current client interface according to the coordinate information;
and loading the WebView corresponding to the size information by taking the target position as a reference point.
5. The interface processing method according to claim 1, wherein before generating the floating-layer configuration acquisition request according to the current client interface and sending the floating-layer configuration acquisition request to the configuration server, the method further comprises:
and adding floating layer configuration information corresponding to the webpage realizing the preset function in the configuration server.
6. The interface processing method according to claim 1, wherein after presenting the functional interface corresponding to the uniform resource locator, the method further comprises:
receiving an operation instruction aiming at the webpage so as to enable the webpage and a service background to perform function joint debugging and iteration;
and after the iteration is finished, the webpage and the service background release the corresponding service so as to realize the corresponding function.
7. The interface processing method according to claim 1, wherein the step of loading the corresponding floating layer in the current client interface comprises:
when the client interface is in a horizontal screen state, the client interface comprises a playing area, and a floating layer with transparency is loaded in the playing area;
and when the client interface is in a vertical screen state, the client interface comprises a playing area and a functional area, and a floating layer is loaded in the functional area.
8. An interface processing apparatus, comprising:
the generating unit is used for acquiring a client interface, generating a floating layer configuration acquisition request according to the current client interface and sending the request to the configuration server;
the analysis unit is used for receiving the floating layer configuration information returned by the configuration server and analyzing the setting parameters contained in the floating layer configuration information and the uniform resource locator of the webpage;
the loading unit is used for loading the corresponding floating layer in the current client interface according to the setting parameters;
and the display unit is used for accessing the uniform resource locator in the floating layer so as to display the functional interface corresponding to the uniform resource locator.
9. The interface processing apparatus according to claim 8, wherein the generation unit includes:
the acquiring subunit is used for acquiring the interface type information and the identification information of the current client interface;
and the generating subunit is used for generating a floating layer configuration acquisition request according to the interface type information and the identification information, and sending the floating layer configuration acquisition request to a configuration server.
10. The interface processing apparatus according to claim 8, wherein the setting parameters include coordinate information and size information, and the loading unit includes:
the determining subunit is used for determining the target position in the current client interface according to the coordinate information;
and the loading subunit is used for loading the WebView corresponding to the size information by taking the target position as a reference point.
11. A storage medium storing a plurality of instructions adapted to be loaded by a processor to perform the steps of the interface processing method according to any one of claims 1 to 7.
CN201911032246.6A 2019-10-28 2019-10-28 Interface processing method, device and storage medium Pending CN112732250A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911032246.6A CN112732250A (en) 2019-10-28 2019-10-28 Interface processing method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911032246.6A CN112732250A (en) 2019-10-28 2019-10-28 Interface processing method, device and storage medium

Publications (1)

Publication Number Publication Date
CN112732250A true CN112732250A (en) 2021-04-30

Family

ID=75589266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911032246.6A Pending CN112732250A (en) 2019-10-28 2019-10-28 Interface processing method, device and storage medium

Country Status (1)

Country Link
CN (1) CN112732250A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113794891A (en) * 2021-07-30 2021-12-14 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN115243064A (en) * 2022-07-18 2022-10-25 北京字跳网络技术有限公司 Live broadcast control method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104219246A (en) * 2014-09-22 2014-12-17 广州华多网络科技有限公司 Method and device for controlling display interface of client
CN108429647A (en) * 2018-03-12 2018-08-21 腾讯科技(深圳)有限公司 Floating layer display methods, device, system, server and storage medium
CN109426499A (en) * 2017-08-30 2019-03-05 武汉斗鱼网络科技有限公司 A kind of web page extending method and device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104219246A (en) * 2014-09-22 2014-12-17 广州华多网络科技有限公司 Method and device for controlling display interface of client
CN109426499A (en) * 2017-08-30 2019-03-05 武汉斗鱼网络科技有限公司 A kind of web page extending method and device
CN108429647A (en) * 2018-03-12 2018-08-21 腾讯科技(深圳)有限公司 Floating layer display methods, device, system, server and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113794891A (en) * 2021-07-30 2021-12-14 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN113794891B (en) * 2021-07-30 2023-08-18 北京达佳互联信息技术有限公司 Interface processing method, electronic device and computer readable storage medium
CN115243064A (en) * 2022-07-18 2022-10-25 北京字跳网络技术有限公司 Live broadcast control method, device, equipment and storage medium
CN115243064B (en) * 2022-07-18 2023-11-10 北京字跳网络技术有限公司 Live broadcast control method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
JP6442076B2 (en) Dialogue method, terminal and server based on recommended content
CN106534941B (en) Method and device for realizing video interaction
CN109905754B (en) Virtual gift receiving method and device and storage equipment
WO2017008551A1 (en) Bullet screen display method and apparatus
US20170302990A1 (en) Method, terminal, and system for processing data of video stream
JP6522164B2 (en) Information acquisition method and device
WO2017202348A1 (en) Video playing method and device, and computer storage medium
CN107040609B (en) Network request processing method and device
CN106254910B (en) Method and device for recording image
CN111408136A (en) Game interaction control method, device and storage medium
CN108549519B (en) Split screen processing method and device, storage medium and electronic equipment
WO2018077041A1 (en) Method and apparatus for running application
WO2018161811A1 (en) H5-based page displaying method and terminal
CN108039963B (en) Container configuration method and device and storage medium
WO2015096747A1 (en) Operation response method, client, browser and system
CN110020293B (en) Multimedia data display method, device and storage medium
CN105828160A (en) Video play method and apparatus
CN113313804B (en) Image rendering method and device, electronic equipment and storage medium
WO2014173167A1 (en) Method, apparatus and system for filtering data of web page
CN113613064B (en) Video processing method, device, storage medium and terminal
US9582584B2 (en) Method, apparatus and system for filtering data of web page
CN108182090B (en) Flash plug-in loading method and device based on blink kernel
CN112732250A (en) Interface processing method, device and storage medium
CN107622234B (en) Method and device for displaying budding face gift
CN105320532B (en) Method, device and terminal for displaying interactive interface

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