CN115202643A - Icon resource deleting method and device, electronic equipment and medium - Google Patents
Icon resource deleting method and device, electronic equipment and medium Download PDFInfo
- Publication number
- CN115202643A CN115202643A CN202210701114.3A CN202210701114A CN115202643A CN 115202643 A CN115202643 A CN 115202643A CN 202210701114 A CN202210701114 A CN 202210701114A CN 115202643 A CN115202643 A CN 115202643A
- Authority
- CN
- China
- Prior art keywords
- icon
- information list
- icon information
- server
- resource
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/38—Creation 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)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
The disclosure provides a method, a device, equipment and a medium for deleting icon resources, and belongs to the technical field of software development. The method comprises the following steps: sending a request message including an item identifier of the target item to a server; receiving a first icon information list sent by a server, wherein the first icon information list indicates icons in a first icon resource file called by a target item; traversing the source code file of the target project to obtain a second icon information list used by the target project; determining a third icon information list based on the first icon information list and the second icon information list; sending a deletion indication message including the third icon information list to the server; and the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file. Based on the technical scheme provided by the embodiment of the disclosure, the problem that icon resources loaded by a project are more and more redundant can be solved.
Description
Technical Field
The disclosure belongs to the technical field of software development, and particularly relates to a method and a device for deleting icon resources, electronic equipment and a medium.
Background
With the development of software development technology, designers can design more and more matched custom icons for projects for developers to use. Generally, a designer can upload a self-defined icon in an icon library of a platform providing a vector icon library according to a project dimension, and a front-end developer can call a resource file of the platform providing the vector icon library in a source code of a front-end project and use the icon of the project in the platform providing the vector icon library.
Currently, with iteration of a project, after a designer uploads a new icon to a platform providing a vector icon library, a front-end developer can directly use the new icon in a front-end project and notify the designer to manually delete the icon which is not used any more in the icon library used by the project in the platform providing the vector icon library.
However, since the front-end developer may not timely notify the designer, or the designer may not timely delete the icon manually, the icon in the icon library that is used by the item in the platform that provides the vector icon library is not deleted, so that the icon resource loaded by the item becomes more redundant as time goes up.
Disclosure of Invention
An object of the embodiments of the present disclosure is to provide a method, an apparatus, an electronic device, and a medium for deleting an icon resource, which can solve the problem that an icon resource loaded by a project is more and more redundant.
In order to solve the technical problem, the present disclosure is implemented as follows:
in a first aspect, an embodiment of the present disclosure provides a method for deleting an icon resource, where the method includes: sending a request message including an item identifier of the target item to a server; receiving a first icon information list sent by a server, wherein the first icon information list indicates icons in a first icon resource file called by a target item; traversing the source code file of the target project to obtain a second icon information list used by the target project; determining a third icon information list based on the first icon information list and the second icon information list; the third icon information list includes icons that are present in the first icon information list and that are not present in the second icon information list; sending a deletion indication message including the third icon information list to the server; and the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file.
Optionally, after sending the deletion indication message to the server, the method further includes: receiving a first link sent by a server, wherein the first link is used for linking a second icon resource file of a target item, and the second icon resource file is an icon resource file generated by the server based on the icon resource deleted from the third icon information list in the first icon resource file; and updating a second link for calling the icon resource in the target project into the first link, wherein the second link is used for linking the first icon resource file in the server.
Optionally, the method further comprises: and determining the icon resource utilization rate of the target item provided by the server based on the first icon information list and the second icon information list.
Optionally, after traversing the source code file of the target item to obtain the second icon information list used by the target item, the method further includes: sending a first icon acquisition request message to the server, wherein the first icon acquisition request message comprises the second icon information list; and receiving and displaying the icon used by the target item sent by the server.
Optionally, after determining the third icon information list, the method further includes: sending a second icon acquisition request message to the server, wherein the second icon acquisition request message comprises the third icon information list; and receiving and displaying the unused icon of the target item sent by the server.
Optionally, after receiving and displaying the unused icon of the target item sent by the server, the method further includes: determining a third icon information list after deleting target icon information in the third icon information list in response to a deletion input for deleting the target icon information; the sending, to the server, a deletion instruction message including the third icon information list includes: and sending a deletion indication message comprising the third icon information list after the target icon information is deleted to the server.
In a second aspect, an embodiment of the present disclosure provides an icon resource deleting device, where the icon resource deleting device includes: the device comprises a sending module, a receiving module, a traversing module and a determining module; a sending module, configured to send a request message including an item identifier of a target item to a server; the receiving module is used for receiving a first icon information list sent by the server, and the first icon information list indicates icons in a first icon resource file called by a target item; the traversing module is used for traversing the source code file of the target project to obtain a second icon information list used by the target project; the determining module is used for determining a third icon information list based on the first icon information list received by the receiving module and the second icon information list obtained by traversing through the traversing module; the third icon information list includes icons that are present in the first icon information list and are not present in the second icon information list; a sending module, configured to send a deletion instruction message including the third icon information list to the server; and the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file.
Optionally, the device for deleting the icon resource further includes: an update module; the receiving module is further used for receiving a first link sent by the server after the sending module sends the deletion indication message to the server, wherein the first link is used for linking a second icon resource file of the target item, and the second icon resource file is an icon resource file generated by the server based on the deletion of the icon resource in the third icon information list in the first icon resource file; and the updating module is used for updating a second link for calling the icon resource in the target project into the first link, and the second link is used for linking the first icon resource file in the server.
Optionally, the determining module is further configured to determine an icon resource utilization rate of the target item provided by the server based on the first icon information list and the second icon information list.
Optionally, the device for deleting the icon resource further includes: a display module; the sending module is further configured to send a first icon acquisition request message to the server after the traversing module traverses the source code file of the target item to obtain a second icon information list used by the target item, where the first icon acquisition request message includes the second icon information list; the receiving module is further configured to receive an icon used by the target item sent by the server; and the display module is used for displaying the icons used by the target items.
Optionally, the device for deleting the icon resource further includes: a display module; the sending module is further configured to send a second icon acquisition request message to the server after the determining module determines a third icon information list, where the second icon acquisition request message includes the third icon information list; the receiving module is further configured to receive an unused icon of the target item sent by the server; the display module is used for displaying the unused icons of the target items.
Optionally, the determining module is further configured to determine, after the displaying module displays an unused icon of the target item, the third icon information list after deleting the target icon information in the third icon information list in response to a deletion input for deleting the target icon information; the sending module is specifically configured to: and sending a deletion indication message comprising the third icon information list after the target icon information is deleted to the server.
In a third aspect, an embodiment of the present disclosure provides a method for deleting an icon resource, where the method includes: receiving a request message which is sent by a client and comprises an item identifier of a target item; acquiring a first icon information list corresponding to a first icon resource file called by a target item based on the item identifier; sending a first icon information list to a client; receiving a deletion indication message which is sent by a client and comprises a third icon information list, wherein the third icon information list is determined based on the first icon information list and a second icon information list, and the second icon information list is an icon information list used by a target item; and deleting the icon resource corresponding to the third icon information list in the first icon resource file based on the deletion indication message.
Optionally, after deleting the icon resource corresponding to the third icon information list in the first icon resource file, the method further includes: generating a second icon resource file according to the deleted icon resource of the target item; generating a first link based on the second icon resource file; and sending the first link to the client so that the client updates the icon resource request link in the source code of the target item.
Optionally, after the sending the first icon information list to the client, the method further includes: receiving a first icon acquisition request message, wherein the first icon acquisition request message comprises the second icon information list; and sending the icon used by the target item to the client based on the second icon information list.
Optionally, after the sending the first icon information list to the client, the method further includes: receiving a second icon acquisition request message sent by the client, wherein the second icon acquisition request message comprises the third icon information list; and sending the unused icon of the target item to the client based on the third icon information list.
Optionally, the receiving a deletion instruction message that includes a third icon information list and is sent by the client includes: and receiving a deletion indication message which is sent by the client and comprises the third icon information list after the target icon information is deleted.
In a fourth aspect, an embodiment of the present disclosure provides an icon resource deleting device, where the icon resource deleting device includes: the device comprises a receiving module, an obtaining module, a sending module and a deleting module; the receiving module is used for receiving a request message which is sent by a client and comprises an item identifier of a target item; the acquisition module is used for acquiring a first icon information list corresponding to a first icon resource file called by a target item based on the item identifier; the sending module is used for sending the first icon information list acquired by the acquiring module to the client; the receiving module is used for receiving a deletion indication message which is sent by the client and comprises a third icon information list; and the deleting module is used for deleting the icon resources corresponding to the third icon information list in the first icon resource file based on the deleting indication message received by the receiving module.
Optionally, the device for deleting the icon resource further includes: a generating module; the generating module is used for generating a second icon resource file according to the icon resource deleted from the target project after the deleting module deletes the icon resource corresponding to the third icon information list in the first icon resource file, and generating a first link based on the second icon resource file; and the sending module is further used for sending the first link to the client so that the client updates the icon resource request link in the source code of the target item.
Optionally, the receiving module is further configured to receive a first icon obtaining request message after the sending module sends the first icon information list to the client, where the first icon obtaining request message includes the second icon information list; and the sending module is further used for sending the icon used by the target item to the client based on the second icon information list.
Optionally, the receiving module is further configured to receive a second icon obtaining request message sent by the client after the sending module sends the first icon information list to the client, where the second icon obtaining request message includes the third icon information list; the sending module is further configured to send, to the client, an icon that is not used for the target item based on the third icon information list.
Optionally, the receiving module is specifically configured to: and receiving a deletion indication message which is sent by the client and comprises the third icon information list after the target icon information is deleted.
In a fifth aspect, the disclosed embodiments provide an electronic device, which includes a processor, a memory, and a program or an instruction stored in the memory and executable on the processor, and when executed by the processor, the program or the instruction implements the steps of the icon resource deleting method according to the first aspect or the third aspect.
In a sixth aspect, the disclosed embodiments provide a readable storage medium, on which a program or instructions are stored, which when executed by a processor implement the steps of the method for deleting an icon resource according to the first aspect or the third aspect.
In a seventh aspect, an embodiment of the present disclosure provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to execute a program or an instruction to implement the steps of the method for deleting the icon resource according to the first aspect or the third aspect.
In an eighth aspect, the present disclosure provides a computer program product containing instructions, which when run on a computer, causes the computer to perform the steps of the method for deleting an icon resource according to the first aspect or the third aspect.
In the embodiment of the present disclosure, first, a client may send a request message to a server, requesting the server to send an icon information list of a full amount of icon resources corresponding to a target item; and the client searches the icon information list of the icon resource used by the target item in the source code of the target item in a traversing way. After receiving a request message sent by a client, a server acquires and sends an icon information list of full icon resources in an icon resource file corresponding to a target item in the request message to the client; after receiving the first icon information list sent by the server and traversing to obtain the second icon information list, the client determines a third icon information list which is not used by the target item at present based on the two icon information lists; and then the client carries the third icon information list in a deletion indication message and sends the deletion indication message to the server, and the server is indicated to delete the unused icon resources in the first icon resource file in the server based on the third icon information list. The server, upon receiving the deletion indication message, may be based on deleting the redundant icon resource. Compared with the prior art, the icon resources are deleted in a mode that icon names are manually copied from the server one by one to the source codes of the items for searching and arranging records and the icon resources are manually deleted, the icon resource deleting mode provided by the embodiment of the disclosure does not need manual processing any more, the client can automatically determine the redundant icons to be deleted according to the deleting mode and send deleting instructions to the server, and the server automatically deletes the icon information list carried in the indicating message according to the deleting instructions, so that the efficiency of deleting the redundant icon resources can be improved, the icon resources which are not used in the on-line icon resources can be quickly deleted, the size of the icon resources called when the target item is displayed at the front end is reduced, and the loading speed of the page of the target item at the front end is improved.
Drawings
Fig. 1 is a schematic diagram of a deletion framework of an icon resource according to an embodiment of the present disclosure;
fig. 2 is an interaction flow diagram of a method for deleting an icon resource according to an embodiment of the present disclosure;
fig. 3 is a second schematic view illustrating an interaction flow of a method for deleting an icon resource according to an embodiment of the disclosure;
FIG. 4 is a schematic diagram of a logic for deleting an icon resource according to an embodiment of the present disclosure;
fig. 5 is a schematic diagram of a possible structure of a device for deleting icon resources according to an embodiment of the present disclosure;
fig. 6 is a second schematic structural diagram of a possible icon resource deleting device according to an embodiment of the disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure;
fig. 8 is a hardware schematic diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
The technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the drawings in the embodiments of the present disclosure, and it is obvious that the described embodiments are some, but not all embodiments of the present disclosure. All other embodiments, which can be derived by a person skilled in the art from the embodiments disclosed herein without making any creative effort, shall fall within the protection scope of the present disclosure.
The terms first, second and the like in the description and in the claims of the present disclosure are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the disclosure may be practiced other than those illustrated or described herein, and that the objects identified as "first," "second," etc. are generally a class of objects and do not limit the number of objects, e.g., a first object may be one or more. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/", and generally means that the former and latter related objects are in an "or" relationship.
The method for deleting the icon resource provided by the embodiment of the present disclosure is described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
Fig. 1 is a schematic diagram of a deletion framework of an icon resource according to an embodiment of the present disclosure, as shown in fig. 1, including a client 101 and a server 102. The server 102 may be a server providing a platform of a vector icon library, and the client 101 is a client corresponding to a target project. The client 101 may obtain a full icon list of items from the server 102, obtain an icon list used by a target item from a source code file of the target item, determine an icon list no longer used by the target item in a platform providing a vector icon library, send the icon list no longer used by the target item to the server 102, and after receiving a deletion indication message, the server 102 may delete an icon no longer used in the target item in the platform providing the vector icon library, thereby implementing deletion of icon resource redundancy data of the target item in the platform providing the vector icon library.
Fig. 2 is an interaction flow diagram of a method for deleting an icon resource according to an embodiment of the present disclosure, as shown in fig. 2, the method may include the following steps S201 to S210:
s201, the client sends a request message including the item identification of the target item to the server.
The target project can be a developed front-end project, and the front-end project can call icon resources in a platform for providing a vector icon library to be displayed in a page.
It will be appreciated that the request message described above may be used to request a full list of icons for a target item, i.e., a list of information for all icons corresponding to the target item in a platform that provides a library of vector icons.
S202, the server receives a request message which is sent by the client and comprises the item identification of the target item.
S203, the server obtains a first icon information list corresponding to a first icon resource file called by the target item based on the item identifier.
The first icon information list indicates icons in the first icon resource file called by the target item.
It should be noted that the icon resource in the first icon resource file in the platform for providing the vector icon library includes a custom icon uploaded by the designer of the target item in the dimension of the target item.
For example, in the embodiment of the present disclosure, the icon information list may be a list including icon names.
S204, the server sends the first icon information list to the client.
S205, the client receives the first icon information list sent by the server.
S206, the client traverses the source code file of the target item to obtain a second icon information list used by the target item.
In general, the source code files of a target item may include at least one front end source code file.
Specifically, the client may traverse each source code file of the target item, and identify, line by line, whether each segment of code in the source code file has a keyword with a preset prefix, that is, search for a keyword with a preset prefix corresponding to an icon file appearing in each source code file, and count the full name of the keyword as the icon name (i.e., icon information) of the icon corresponding to the keyword, so as to obtain an icon information list (i.e., a second icon information list) of the icon currently used by the target item.
It should be noted that, in the embodiment of the present disclosure, the execution of the above S201 to S205 and S206 is not sequential, and the S201 to S205 may be executed first, or the S206 may be executed first, which is not specifically limited in the embodiment of the present disclosure.
S207, the client determines a third icon information list based on the first icon information list and the second icon information list.
Wherein the third icon information list includes icons that exist in the first icon information list and do not exist in the second icon information list.
It is understood that the third icon is an information list of unused icons of the current target item.
S208, the client sends a deletion indication message comprising the third icon information list to the server.
And the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file. The third icon information list is determined based on the first icon information list and the second icon information list, and the second icon information list is an icon information list used by the target item.
Illustratively, the client may send a list of icons to be deleted to a server of a platform providing the vector icon library based on an open interface of the platform providing the vector icon library.
S209, the server receives a deletion instruction message which is sent by the client and comprises a third icon information list.
S210, the server deletes the icon resource corresponding to the third icon information list in the first icon resource file based on the deletion indication message.
For example, after receiving the deletion list (i.e., the third icon information list) sent by the client, the server of the platform providing the vector icon library may delete the corresponding icon resource in the first icon resource file with reference to the third icon information list.
It should be noted that, because of the limitation of the open interface of the platform that currently provides the vector icon library, in the embodiment of the present disclosure, the example is described in which the client sends the third icon information list to the server, and if the open interface of the platform that subsequently provides the vector icon library is not limited, the client may send a deletion message including the second icon information list to the server, so that the server reserves the icon resource corresponding to the second icon information list in the first icon resource file.
The disclosed embodiment provides a method for deleting icon resources, firstly, a client can send a request message to a server, and the server is requested to send an icon information list of the full amount of icon resources corresponding to a target project; and the client searches the icon information list of the icon resource used by the target item in the source code of the target item in a traversing way. After receiving a request message sent by a client, a server acquires and sends an icon information list of full icon resources in an icon resource file corresponding to a target item in the request message to the client; after receiving the first icon information list sent by the server and traversing to obtain the second icon information list, the client determines a third icon information list which is not used by the target item at present based on the two icon information lists; and then the client carries the third icon information list in a deletion indication message and sends the deletion indication message to the server, and the server is indicated to delete the unused icon resources in the first icon resource file in the server based on the third icon information list. The server, upon receiving the deletion indication message, may be based on deleting the redundant icon resource. Compared with the mode that icon names are required to be manually copied from a server one by one to a source code of an item for searching and sorting records, and icon resources are required to be manually deleted in the related technology, the deleting mode of the icon resources provided by the embodiment of the disclosure does not need manual processing any more, a client can automatically determine redundant icons to be deleted according to the deleting mode and send a deleting instruction to the server, and the server automatically deletes the icon information list carried in the deleting instruction message according to the icon information list carried in the deleting instruction message, so that the efficiency of deleting the redundant icon resources can be improved, icon resources which are not used in the online icon resources can be quickly deleted, the size of resources called when the target item is displayed at the front end is reduced, and the loading speed of the page of the target item at the front end is improved.
Optionally, with reference to fig. 2, as shown in fig. 3, in the method for deleting an icon resource provided in the embodiment of the present disclosure, after S210 described above, the following S211 to S215 may further be included:
and S211, the server generates a second icon resource file according to the deleted icon resource of the target item.
And the second icon resource file is generated by the server based on the icon resources in the first icon resource file deleted from the third icon information list.
It can be understood that, in the embodiment of the present disclosure, the server may automatically regenerate the icon resource file corresponding to the target item according to the icon resource from which the redundant icon resource is deleted, so that the size of the icon resource file on the platform providing the vector icon library may be reduced.
For example, after the icon resource file corresponding to the target item is regenerated, the server may generate a corresponding version number for the icon resource file.
S212, the server generates a first link based on the second icon resource file.
Wherein the first link may be a resource request link on a platform providing the vector icon library.
Illustratively, the first link is a resource request link that calls an icon resource corresponding to a target item in a platform providing a vector icon library when a front page of the target item is loaded.
For example, the resource request link of the resource file may be generated based on the icon resource file after the redundant data is deleted, and the resource request link may include the version number of the icon resource file after the redundant data is deleted.
S213, the server sends the first link to the client so that the client updates the icon resource request link in the source code of the target item.
It should be noted that, the target project usually stores a resource request link for calling an icon resource of a project in a platform providing a vector icon library, and the client may load a corresponding icon in the front-end page based on the request link.
S214, the client receives the first link sent by the server.
Wherein the first link is used for linking a second icon resource file of the target item.
S215, the client updates the second link for calling the icon resource in the target project into the first link.
And the second link is used for linking the first icon resource file in the server.
For example, after the server generates a new icon resource file, a new calling link of the online resource can be generated for the target project, and the client is instructed to update the calling link of the online resource in the target project, so that the source code of the target project can accurately call the icon resource file after deleting the redundant data based on the updated link at runtime.
Based on the scheme, after the server updates the calling link of the target project calling icon resource, the updated link can be automatically sent to the client, so that the client can automatically update the icon resource calling link in the target project, the icon resource request link in the front-end project source code does not need to be changed manually, after the link of the calling icon resource in the target project is updated, when the client operates the source code of the target project and displays the page of the target project at the front end, the icon resource in the second icon resource file can be called through the updated first link, that is, the icon resource file for deleting redundant data can be loaded, thereby reducing the loaded resource and improving the loading speed of the front-end project page.
Optionally, in the method for deleting an icon resource provided in the embodiment of the present disclosure, the method may further include the following step S216:
s216, the client determines the icon resource utilization rate of the target item provided by the server based on the first icon information list and the second icon information list.
Where icon resource usage = number of icons used by target item/number% of total icons of target item.
Generally, in the related art, after an icon designer uploads an icon design to a platform providing a vector icon library, if the icon resource utilization rate needs to be calculated, the icon designer needs to manually copy icon names on the platform providing the vector icon library, and then paste the icon names into a source code file of a target item to find and determine which icons are in use one by one, and perform manual statistics, thereby determining which icon resources in the icon resources on the platform providing the vector icon library are in use by a front-end item and which icons are not in use by the front-end item, and the statistical manner needs to consume a large amount of human resources, and the statistical efficiency is low when performing repeated manual operations such as copy-paste search.
Based on the scheme, the client can automatically calculate the icon resource utilization rate of the target item according to the obtained icon total list (namely the first icon information list) and the icon use list (namely the second icon information list), so that the expected data of designers can be quickly counted, the icon names are not required to be manually copied from a platform for providing a vector icon library, and then the icons which are in use are searched and determined one by one in the source code file of the target item, so that the manual counting mode is carried out, and the efficiency of obtaining the icon resource utilization rate is improved.
Optionally, in the method for deleting an icon resource provided in the embodiment of the present disclosure, after the foregoing S206, the following S217 to S220 may further be included:
s217, the client sends a first icon acquisition request message to the server.
The first icon acquisition request message comprises a second icon information list.
That is, the client, after determining the icon information being used, may request the server to return an icon that is being used by the target item to the client before instructing the server to delete the icon that is no longer being used.
S218, the server receives the first icon acquisition request message.
S219, the server sends the icon used by the target item to the client based on the second icon information list.
Specifically, after receiving the first icon obtaining request message, the server may obtain an icon corresponding to the second icon information list in the target item, and send the icon to the client.
And S220, the client receives and displays the icon used by the target item sent by the server.
In particular, the client may display icons for the user that are in use for the target item to facilitate the user in determining which icons are in use.
Based on the scheme, after the client determines the second icon information list, the client can send the second icon information list to the server to request the server to send the icon in use of the target item to the client, so that the client can display the icon in use in the display interface, and therefore a user can determine which icons are in use, and the user can modify or delete the icons in the icon according to needs.
Optionally, in the method for deleting an icon resource provided in the embodiment of the present disclosure, after the foregoing S207, the following S221 to S224 may further be included:
and S221, the client sends a second icon acquisition request message to the server.
And the second icon acquisition request message comprises a third icon information list.
S222, the server receives a second icon acquisition request message sent by the client.
Specifically, the server may obtain an icon corresponding to the third icon information list in the target item based on the second icon obtaining request message, and return the icon to the client.
And S223, the server sends the unused icon of the target item to the client based on the third icon information list.
S224, the client receives and displays the unused icons of the target items sent by the server.
Based on the scheme, after determining the unused icon information list of the target item, the client can send the unused icon information list of the target item to the server to request the server to send the currently unused icon of the target item to the client, so that the client can show the unused icon to the user, so that the user can determine which icon target items are not used at present based on the displayed icons, thereby facilitating the user to perform statistical analysis and determine which icons need to be deleted according to actual requirements, and which icons can be temporarily reserved.
Optionally, in the method for deleting the icon resource provided in the embodiment of the present disclosure, after the foregoing S224, the following S225 may further be included:
and S225, the client responds to the deletion input of the target icon information in the third icon information list, and determines the third icon information list after the target icon information is deleted.
Further, S208 described above may be executed by S208a described below, S209 described above may be executed by S209a described below, and S210 described above may be executed by S210a described below:
and S208a, the client sends a deletion instruction message comprising the third icon information list after the target icon information is deleted to the server.
S209a, the server receives a deletion instruction message which is sent by the client and comprises a third icon information list after the target icon information is deleted.
S210a, the server deletes the icon resource corresponding to the third icon information list after the target information is deleted in the first icon resource file based on the deletion indication message.
Based on the scheme, the client can show icons which are not used any more in the target item for the user, and in the case that the user needs to adjust the icon information list to be deleted, for example, the user cancels to delete some icons, the user can delete part of icon information in the unused icons from the third icon information list, so that the icons which are not used at present and possibly used subsequently are kept in the server.
Example (a):
fig. 4 is a schematic diagram of a deleting logic of an icon resource according to an embodiment of the present disclosure. As shown in fig. 4, the client may recursively read each front source code file of the front item to obtain an icon usage list (i.e., a second icon information list), the client may send a request for a full icon list (i.e., a request message including an item identifier) to a server of a platform providing the vector icon library, and the server sends the full icon list of the item (i.e., a first icon information list) to the client; the client automatically compares the icon use list with the full icon list to obtain an icon deletion list; the method comprises the steps that a client side sends an icon deletion list to a server, the server deletes icon resources in the icon deletion list in a total number of icons to obtain icon resources after redundant data are deleted, namely online resource files after the redundant data are deleted, the server regenerates a resource request link (namely a first link) according to the online resource files after the redundant data are deleted, the regenerated resource request link is sent to the client side, the client side automatically replaces an original resource request link (namely a second link) in a project to be the resource request link regenerated by the server, and therefore the source code file of a target project calls the online resource file after the redundant data are deleted in a platform which provides a vector icon library when the icon is displayed.
It should be noted that, in the method for deleting an icon resource provided in the embodiment of the present disclosure, the execution subject may be a device for deleting an icon resource, or a control module of the method for executing deletion of an icon resource in the device for deleting an icon resource. In the embodiment of the present disclosure, a method for executing deletion of an icon resource by using a deletion apparatus of an icon resource is taken as an example, and a description is given of the deletion apparatus of an icon resource provided in the embodiment of the present disclosure.
Fig. 5 is a device for deleting an icon resource according to an embodiment of the present disclosure, and as shown in fig. 5, the device 500 for deleting an icon resource includes: a sending module 501, a receiving module 502, a traversing module 503 and a determining module 504; a sending module 501, configured to send a request message including an item identifier of a target item to a server; a receiving module 502, configured to receive a first icon information list sent by a server, where the first icon information list indicates an icon in a first icon resource file called by a target item; a traversal module 503, configured to traverse the source code file of the target item to obtain a second icon information list used by the target item; a determining module 504, configured to determine a third icon information list based on the first icon information list received by the receiving module 502 and the second icon information list obtained through traversal by the traversing module 503; the third icon information list includes icons that are present in the first icon information list and that are not present in the second icon information list; a sending module 501, configured to send a deletion instruction message including the third icon information list to the server; and the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file.
Optionally, the device for deleting the icon resource further includes: an update module; the receiving module is further used for receiving a first link sent by the server after the sending module sends the deletion indication message to the server, wherein the first link is used for linking a second icon resource file of the target item, and the second icon resource file is an icon resource file generated by the server based on the deletion of the icon resources in the third icon information list in the first icon resource file; and the updating module is used for updating a second link for calling the icon resource in the target project into the first link, and the second link is used for linking the first icon resource file in the server.
Optionally, the determining module is further configured to determine an icon resource utilization rate of the target item provided by the server based on the first icon information list and the second icon information list.
Optionally, the device for deleting the icon resource further includes: a display module; the sending module is further used for sending a first icon acquisition request message to the server after the traversing module traverses the source code file of the target item to obtain a second icon information list used by the target item, wherein the first icon acquisition request message comprises the second icon information list; the receiving module is also used for receiving the icons used by the target items sent by the server; and the display module is used for displaying the icons used by the target items.
Optionally, the device for deleting the icon resource further includes: a display module; the sending module is further used for sending a second icon acquisition request message to the server after the determining module determines the third icon information list, wherein the second icon acquisition request message comprises the third icon information list; the receiving module is also used for receiving the unused icons of the target items sent by the server; and the display module is used for displaying the unused icons of the target items.
Optionally, the determining module is further configured to determine, after the displaying module displays an unused icon of the target item, the third icon information list after deleting the target icon information in the third icon information list in response to a deletion input for deleting the target icon information; the sending module is specifically configured to: and sending a deletion indication message comprising the third icon information list after the target icon information is deleted to the server.
The embodiment of the disclosure provides a device for deleting icon resources, and firstly, the device for deleting icon resources can send a request message to a server to request the server to send an icon information list of a total amount of icon resources corresponding to a target item; and the icon resource deleting device searches the icon information list of the icon resource which is used by the target item in the source code of the target item in a traversing way. After receiving a request message sent by a deleting device of the icon resources, the server acquires and sends an icon information list of the total icon resources in the icon resource file corresponding to the target item in the request message to the deleting device of the icon resources; after the deleting device of the icon resource receives the first icon information list sent by the server and obtains the second icon information list in a traversing manner, a third icon information list which is not used by the target item at present can be determined based on the two icon information lists; and then the icon resource deleting device carries the third icon information list in a deleting indication message and sends the deleting indication message to the server, and the indication server can delete the unused icon resources in the first icon resource file in the server based on the third icon information list. The server, upon receiving the deletion indication message, may be based on deleting the redundant icon resource. Compared with the mode that icon names are required to be manually copied from a server one by one to a source code of an item for searching and sorting records, and icon resources are required to be manually deleted in the related technology, the deleting mode of the icon resources provided by the embodiment of the disclosure does not need manual processing, the deleting device of the icon resources can automatically determine redundant icons to be deleted according to the deleting mode and send a deleting indication to the server, and the server automatically deletes the icon information list carried in the deleting indication message according to the icon information list, so that the efficiency of deleting the redundant icon resources can be improved, icon resources which are not used in the on-line icon resources can be quickly deleted, the size of resources called when the target item is displayed at the front end is reduced, and the loading speed of the page of the target item at the front end is improved.
Fig. 6 is a device for deleting an icon resource according to an embodiment of the present disclosure, and as shown in fig. 6, the device 600 for deleting an icon resource includes: a receiving module 601, an obtaining module 602, a sending module 603 and a deleting module 604; a receiving module 601, configured to receive a request message sent by a client and including an item identifier of a target item; an obtaining module 602, configured to obtain, based on the item identifier, a first icon information list corresponding to a first icon resource file called by the target item; a sending module 603, configured to send the first icon information list obtained by the obtaining module 602 to the client; a receiving module 601, configured to receive a deletion indication message that includes a third icon information list and is sent by a client, where the third icon information list is determined based on a first icon information list and a second icon information list, and the second icon information list is an icon information list used by a target item; a deleting module 604, configured to delete the icon resource corresponding to the third icon information list in the first icon resource file based on the deletion indication message received by the receiving module.
Optionally, the device for deleting the icon resource further includes: a generation module; the generating module is used for generating a second icon resource file according to the icon resource deleted from the target project after the deleting module deletes the icon resource corresponding to the third icon information list in the first icon resource file, and generating a first link based on the second icon resource file; and the sending module is further used for sending the first link to the client so that the client updates the icon resource request link in the source code of the target item.
Optionally, the receiving module is further configured to receive a first icon obtaining request message after the sending module sends the first icon information list to the client, where the first icon obtaining request message includes the second icon information list; and the sending module is also used for sending the icon used by the target item to the client based on the second icon information list.
Optionally, the receiving module is further configured to receive a second icon acquisition request message sent by the client after the sending module sends the first icon information list to the client, where the second icon acquisition request message includes a third icon information list; and the sending module is also used for sending the unused icon of the target item to the client based on the third icon information list.
Optionally, the receiving module is specifically configured to: and receiving a deletion indication message which is sent by the client and comprises a third icon information list after the target icon information is deleted.
The embodiment of the disclosure provides a device for deleting icon resources, and firstly, a client can send a request message to the device for deleting icon resources, and the device for deleting icon resources is requested to send an icon information list of a total amount of icon resources corresponding to a target item; and the client searches the icon information list of the icon resource used by the target item in the source code of the target item in a traversing way. After receiving a request message sent by a client, a deleting device of the icon resources acquires and sends an icon information list of the total icon resources in the icon resource file corresponding to the target item in the request message to the client; after receiving the first icon information list sent by the icon resource deleting device and traversing to obtain the second icon information list, the client determines a third icon information list which is not used by the target item at present based on the two icon information lists; and then the client carries the third icon information list in a deletion indication message and sends the deletion indication message to a deletion device of the icon resource, and the deletion device of the indication icon resource can delete the unused icon resource in the first icon resource file in the server based on the third icon information list. The icon resource deleting means may delete the redundant icon resource upon receiving the deletion instruction message. Compared with the mode that icon names are manually copied from a server one by one to source codes of items for searching and sorting records, and icon resources are manually deleted, the icon resource deleting mode provided by the embodiment of the disclosure does not need manual processing, a client can automatically determine redundant icons to be deleted according to the deleting mode and send a deleting indication to a deleting device of the icon resources, and the deleting device of the icon resources automatically deletes icon information lists carried in the indicating message according to the deleting indication, so that the efficiency of deleting redundant icon resources can be improved, icon resources which are not used in the icon resources on a line can be quickly deleted, the size of resources called when the target item is displayed at the front end is reduced, and the loading speed of pages of the target item at the front end is improved.
The icon resource deleting device in the embodiment of the present disclosure may be a device, or may be a component, an integrated circuit, or a chip in a terminal. The device can be mobile electronic equipment or non-mobile electronic equipment. By way of example, the mobile electronic device may be a mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic device, a wearable device, a UMPC (ultra-mobile personal computer), a netbook or a PDA (personal digital assistant), and the like, and the non-mobile electronic device may be a server, a NAS (Network Attached Storage), a PC (personal computer), a TV (television), a teller machine or a self-service machine, and the like, and the disclosed embodiment is not limited in particular.
The icon resource deleting device in the embodiment of the present disclosure may be a device having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and the embodiment of the present disclosure is not particularly limited.
The device for deleting icon resources provided in the embodiment of the present disclosure can implement each process implemented by the method embodiments of fig. 1 to fig. 4, and is not described here again to avoid repetition.
Optionally, as shown in fig. 7, an electronic device 700 is further provided in an embodiment of the present disclosure, and includes a processor 701, a memory 702, and a program or an instruction stored in the memory 702 and executable on the processor 701, where the program or the instruction is executed by the processor 701 to implement each process of the above-mentioned method embodiment for deleting an icon resource executed by a client or a server, and can achieve the same technical effect, and in order to avoid repetition, the details are not repeated here.
It should be noted that the electronic device in the embodiment of the present disclosure includes the mobile electronic device and the non-mobile electronic device described above.
Fig. 8 is a schematic diagram of a hardware structure of an electronic device implementing an embodiment of the present disclosure.
The electronic device 800 includes, but is not limited to: a radio frequency unit 801, a network module 802, an audio output unit 803, an input unit 804, a sensor 805, a display unit 806, a user input unit 807, an interface unit 808, a memory 809, and a processor 810.
Those skilled in the art will appreciate that the electronic device 800 may further comprise a power source (e.g., a battery) for supplying power to the various components, and the power source may be logically connected to the processor 810 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system. The electronic device structure shown in fig. 8 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than those shown, or combine some components, or arrange different components, and thus, the description is omitted here.
It should be noted that the electronic device provided in the embodiment of the present disclosure may implement each process of the method embodiment for deleting an icon resource executed by the client or the server, and may achieve the same technical effect, and in order to avoid repetition, details are not described here again.
It is to be understood that, in the embodiment of the present disclosure, the input Unit 804 may include a GPU (Graphics Processing Unit) 841 and a microphone 842, and the Graphics processor 841 processes image data of still pictures or videos obtained by an image capturing device (such as a camera) in a video capturing mode or an image capturing mode. The display unit 806 may include a display panel 861, and the display panel 861 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 807 includes a touch panel 871 and other input devices 872. Touch panel 871, also referred to as a touch screen. The touch panel 871 may include two parts, a touch detection device and a touch controller. Other input devices 872 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein. The memory 809 may be used to store software programs as well as various data including, but not limited to, application programs and operating systems. The processor 810 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into processor 810.
The embodiment of the present disclosure further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the above embodiment of the icon resource deleting method, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
The embodiment of the present disclosure further provides a chip, where the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction to implement each process of the above method for deleting an icon resource, and can achieve the same technical effect, and in order to avoid repetition, the description is omitted here.
It should be understood that the chips mentioned in the embodiments of the present disclosure may also be referred to as system-on-chip, system-on-chip or system-on-chip, etc.
The embodiments of the present disclosure provide a computer program product including instructions, which when running on a computer, enables the computer to execute each process of the above method for deleting an icon resource, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus 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 apparatus. Without further limitation, an element defined by the phrases "comprising a component of' 8230; \8230;" does not exclude the presence of another like element in a process, method, article, or apparatus that comprises the element. Further, it is noted that the scope of the methods and apparatus in the embodiments of the present disclosure is not limited to performing functions in the order illustrated or discussed, but may include performing functions in a substantially simultaneous manner or in a reverse order based on the recited functions, e.g., the described methods may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the description of the foregoing embodiments, it is clear to those skilled in the art that the method of the foregoing embodiments may be implemented by software plus a necessary general hardware platform, and certainly may also be implemented by hardware, but in many cases, the former is a better implementation. Based on such understanding, the technical solutions of the present disclosure may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present disclosure.
While the present disclosure has been described with reference to the embodiments illustrated in the drawings, which are intended to be illustrative rather than restrictive, it will be apparent to those of ordinary skill in the art in light of the present disclosure that many more modifications may be made without departing from the spirit of the disclosure and the scope of the appended claims.
Claims (10)
1. A method for deleting icon resources is applied to a client, and is characterized by comprising the following steps:
sending a request message including an item identifier of the target item to a server;
receiving a first icon information list sent by the server, wherein the first icon information list indicates icons in a first icon resource file called by the target item;
traversing the source code file of the target project to obtain a second icon information list used by the target project;
determining a third icon information list based on the first icon information list and the second icon information list; the third list of icon information includes icons that are present in the first list of icon information and not present in the second list of icon information;
sending a deletion indication message including the third icon information list to the server;
the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file.
2. The method of claim 1, wherein after sending the deletion indication message to the server, the method further comprises:
receiving a first link sent by the server, wherein the first link is used for linking a second icon resource file of the target item, and the second icon resource file is an icon resource file generated by the server based on the icon resource deleted in the third icon information list in the first icon resource file;
and updating a second link for calling the icon resource in the target project into the first link, wherein the second link is used for linking the first icon resource file in the server.
3. The method according to claim 1 or 2, characterized in that the method further comprises:
and determining the icon resource utilization rate of the target item provided by the server based on the first icon information list and the second icon information list.
4. A method for deleting icon resources is applied to a server, and is characterized by comprising the following steps:
receiving a request message which is sent by a client and comprises an item identifier of a target item;
acquiring a first icon information list corresponding to a first icon resource file called by the target item based on the item identifier;
sending the first icon information list to the client;
receiving a deletion indication message including a third icon information list sent by the client, wherein the third icon information list is determined based on the first icon information list and a second icon information list, and the second icon information list is an icon information list used by the target item;
and deleting the icon resource corresponding to the third icon information list in the first icon resource file based on the deletion indication message.
5. The method according to claim 4, wherein after deleting the icon resource corresponding to the third icon information list in the first icon resource file, the method further comprises:
generating a second icon resource file according to the deleted icon resource of the target item;
generating a first link based on the second icon resource file;
sending the first link to the client so that the client updates the icon resource request link in the source code of the target item.
6. An apparatus for deleting an icon resource, comprising: the device comprises a sending module, a receiving module, a traversing module and a determining module;
the sending module is used for sending a request message comprising the item identifier of the target item to the server;
the receiving module is used for receiving a first icon information list sent by the server, wherein the first icon information list indicates icons in a first icon resource file called by the target item;
the traversal module is used for traversing the source code file of the target project to obtain a second icon information list used by the target project;
the determining module is configured to determine a third icon information list based on the first icon information list received by the receiving module and the second icon information list obtained by traversing through the traversing module; the third list of icon information includes icons that are present in the first list of icon information and not present in the second list of icon information;
the sending module is configured to send a deletion instruction message including the third icon information list to the server;
the deletion indication message is used for indicating the server to delete the icon resources belonging to the third icon information list in the first icon resource file.
7. An apparatus for deleting an icon resource, comprising: the device comprises a receiving module, an obtaining module, a sending module and a deleting module;
the receiving module is used for receiving a request message which is sent by a client and comprises an item identifier of a target item;
the acquisition module is used for acquiring a first icon information list corresponding to a first icon resource file called by the target item based on the item identifier;
the sending module is used for sending the first icon information list acquired by the acquiring module to the client;
the receiving module is configured to receive a deletion indication message that includes a third icon information list and is sent by the client, where the third icon information list is determined based on the first icon information list and a second icon information list, and the second icon information list is an icon information list used by the target item;
the deleting module is configured to delete the icon resource corresponding to the third icon information list in the first icon resource file based on the deletion indication message received by the receiving module.
8. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the method of deleting an icon resource as claimed in any one of claims 1 to 3, or any one of claims 4 and 5.
9. A computer-readable storage medium, on which a program or instructions are stored, which when executed by a processor, implement the steps of the method for deletion of an icon resource as claimed in any one of claims 1 to 3, or any one of claims 4 and 5.
10. A computer program product comprising instructions which, when run on a computer, cause the computer to perform the steps of the method for deletion of an icon resource as claimed in any one of claims 1 to 3, or any one of claims 4 and 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210701114.3A CN115202643A (en) | 2022-06-20 | 2022-06-20 | Icon resource deleting method and device, electronic equipment and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210701114.3A CN115202643A (en) | 2022-06-20 | 2022-06-20 | Icon resource deleting method and device, electronic equipment and medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN115202643A true CN115202643A (en) | 2022-10-18 |
Family
ID=83576769
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210701114.3A Pending CN115202643A (en) | 2022-06-20 | 2022-06-20 | Icon resource deleting method and device, electronic equipment and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115202643A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115904166A (en) * | 2022-11-10 | 2023-04-04 | 贝壳找房(北京)科技有限公司 | Project icon management method, electronic device and storage medium |
-
2022
- 2022-06-20 CN CN202210701114.3A patent/CN115202643A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115904166A (en) * | 2022-11-10 | 2023-04-04 | 贝壳找房(北京)科技有限公司 | Project icon management method, electronic device and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111639287A (en) | Page processing method and device, terminal equipment and readable storage medium | |
CN112257135A (en) | Model loading method and device based on multithreading, storage medium and terminal | |
CN112099790A (en) | Method, device and equipment for determining page theme and storage medium | |
CN110362968B (en) | Information detection method, device and server | |
CN111177247B (en) | Data conversion method, device and storage medium | |
CN112702261B (en) | Information display method and device and electronic equipment | |
CN104965914A (en) | Page display method and apparatus | |
CN113742014A (en) | Interface rendering method and device, electronic equipment and storage medium | |
CN115202643A (en) | Icon resource deleting method and device, electronic equipment and medium | |
CN114089885A (en) | Application icon management method and device, electronic equipment and readable storage medium | |
CN112416212A (en) | Program access method, device, electronic equipment and readable storage medium | |
CN109683939B (en) | Component object updating method, device and storage medium | |
CN111857466A (en) | Message display method and device | |
CN109460234B (en) | Application slimming method and device, terminal and storage medium | |
CN112578961B (en) | Application identifier display method and device | |
CN112417345B (en) | Rendering method, rendering device, electronic equipment and storage medium | |
CN112988255B (en) | Data processing method, device and computer readable storage medium | |
CN113901033A (en) | Data migration method, device, equipment and medium | |
CN113282830A (en) | Display method and display device | |
CN112711435A (en) | Version updating method, version updating device, electronic equipment and storage medium | |
CN110309315B (en) | Template file generation method and device, computer readable medium and electronic equipment | |
CN112433723A (en) | Personalized list development method and device | |
CN113778541A (en) | Applet generation method and device, electronic equipment and storage medium | |
CN112100553A (en) | Webpage configuration method and device, electronic equipment and storage medium | |
CN113672134B (en) | Media information editing method, device, computer readable medium and electronic equipment |
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 |