CN116126446A - Global universal popup window method and system based on Ant Design Vue3 - Google Patents
Global universal popup window method and system based on Ant Design Vue3 Download PDFInfo
- Publication number
- CN116126446A CN116126446A CN202310127196.XA CN202310127196A CN116126446A CN 116126446 A CN116126446 A CN 116126446A CN 202310127196 A CN202310127196 A CN 202310127196A CN 116126446 A CN116126446 A CN 116126446A
- Authority
- CN
- China
- Prior art keywords
- popup
- vue3
- custom content
- global
- component
- 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
- 238000000034 method Methods 0.000 title claims abstract description 40
- 238000013461 design Methods 0.000 title claims abstract description 29
- 238000009877 rendering Methods 0.000 claims abstract description 9
- 238000012544 monitoring process Methods 0.000 claims abstract description 7
- 230000006870 function Effects 0.000 claims description 28
- 230000006378 damage Effects 0.000 claims description 11
- 238000013500 data storage Methods 0.000 claims description 4
- 238000005538 encapsulation Methods 0.000 abstract description 4
- 238000004806 packaging method and process Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 10
- 238000004590 computer program Methods 0.000 description 7
- 238000012545 processing Methods 0.000 description 4
- 230000000694 effects Effects 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012856 packing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- 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/36—Software reuse
-
- 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4488—Object-oriented
- G06F9/449—Object-oriented method invocation or resolution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/448—Execution paradigms, e.g. implementations of programming paradigms
- G06F9/4488—Object-oriented
- G06F9/4492—Inheritance
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
The invention discloses a global universal popup window method and a global universal popup window system based on Ant Design Vue3, wherein the method comprises the following steps: calling a popup window opening code, and transmitting the custom content and the unique identifier of the current service component; creating a popup shell and a custom content instance according to the custom content and the unique identifier; and acquiring a popup shell and a custom content instance based on the root component, and monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup. By adopting the mode of 'one-time encapsulation and global use', the popup window assembly is flexibly called in the service assembly, the multiplexing rate of service codes is improved, repeated logic codes are reduced, and the project packaging volume is reduced.
Description
Technical Field
The invention relates to the technical field of software, in particular to a global universal popup window method and system based on Ant Design Vue 3.
Background
With the increasing number of project service components, components with popup window functionality have increased, and conventional popup window referencing has not been suitable for increasing demands. In the prior art, two methods for using a popup window exist: the first is component reference, if N components in the project need to use the popup function, at least N popup components are required to be introduced into the components, and then the display and the hiding of the popup frame are manually controlled according to the service requirement; the second is a function call, although the popup window can be called through the function, in the service with internationalization function, the language parameters of the root instance cannot be transmitted into the instance of the component, and if the responsive variable needs to be transmitted, the instance of the component needs to be transmitted into the parameters of the popup window method every time, and in the Java Script/Type Script file, the instance of the component needs to be transmitted for a plurality of times by using the parameters of the function, so that the maintainability of the project is greatly reduced.
Disclosure of Invention
The embodiment of the invention aims to provide a global universal popup window method and a global universal popup window system based on Ant Design Vue3, which adopt a mode of 'one-time encapsulation and global use', flexibly call the popup window assembly in a service assembly, improve the multiplexing rate of service codes, reduce repeated logic codes and reduce the packing volume of projects.
In order to solve the above technical problems, a first aspect of the embodiments of the present invention provides a global generic popup method implemented based on Ant Design Vue3, including the following steps:
calling a popup window opening code, and transmitting the custom content and the unique identifier of the current service component;
creating a popup shell and a custom content instance according to the custom content and the unique identifier;
and acquiring the popup shell and the custom content instance based on the root component, monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup.
Further, the creating the popup shell and the custom content instance according to the custom content and the unique identifier includes:
receiving the self-defined content and the unique identifier based on the global popup component function, and merging with a component destruction code;
and calling the CreateVNode function of Vue3, inputting the merging result, creating a popup shell and a custom content instance, and storing the popup shell and the custom content instance.
Further, after the popup shell and the custom content instance are created and stored, the method includes:
storing the popup shell and the custom content instance to a memory, wherein the memory is Pinia or VueX;
and storing the object according to the unique identification and the custom content instance.
Further, after the global universal popup window is rendered by the Vue3 dynamic component, the method further includes:
and closing the popup or hiding the popup by calling the component destruction code.
Accordingly, a second aspect of the embodiment of the present invention provides a global generic popup window system implemented based on Ant Design Vue3, including:
the popup calling module is used for calling a popup opening code and transmitting the custom content and the unique identifier of the current service component;
the popup creation module is used for creating a popup shell and a user-defined content instance according to the user-defined content and the unique identifier;
and the popup generating module is used for acquiring the popup shell and the custom content instance based on the root component and monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup.
Further, the popup creation module includes:
the data receiving unit is used for receiving the self-defined content and the unique identifier based on the global popup component function and combining the self-defined content and the unique identifier with the component destruction code;
and the popup creating unit is used for calling the CreateVNode function of Vue3, inputting the merging result, creating a popup shell and a custom content instance and storing the popup shell and the custom content instance.
Further, the popup creation module further includes:
the data storage unit is used for storing the popup shell and the custom content instance into a memory, wherein the memory is Pinia or VueX;
and the data control unit is used for storing objects according to the unique identification and the custom content instance.
Further, the global generic popup window system based on Ant Design Vue3 implementation further includes:
and the popup closing module is used for closing the popup or hiding the popup by calling the component destruction code.
Accordingly, a third aspect of the embodiment of the present invention further provides an electronic device, including: at least one processor; and a memory coupled to the at least one processor; the memory stores instructions executable by the one processor, and the instructions are executed by the one processor, so that the at least one processor executes the global universal popup method based on the Ant Design Vue 3.
Accordingly, a fourth aspect of the embodiments of the present invention further provides a computer readable storage medium, on which computer instructions are stored, which when executed by a processor implement the global generic popup method implemented based on Ant Design Vue3 described above.
The technical scheme provided by the embodiment of the invention has the following beneficial technical effects:
by adopting a mode of 'one-time encapsulation and global use', the popup window component is flexibly called in the service component, after the successful call of the Javaue component or the JavaScript/TypeScript file, the instance of the popup window component inherits the Vue root instance without the need of transmitting in the appContext attribute every time, the service component in the popup window component inherits the global custom instruction, the global method and the like of the root instance uniformly, and the service component with internationalization function is supported, and in addition, the buffer function of the popup window component and the unloading and buffer function during closing are also supported.
Drawings
FIG. 1 is a flow chart of a global general popup window method implemented based on Ant Design Vue3 provided by an embodiment of the invention;
FIG. 2 is a schematic diagram of a popup window method according to an embodiment of the present invention;
FIG. 3 is a schematic diagram II of a popup window method according to an embodiment of the present invention;
FIG. 4 is a block diagram of a global generic popup window module based on an Ant Design Vue3 implementation provided by an embodiment of the present invention;
fig. 5 is a block diagram of a pop-up window creation module according to an embodiment of the present invention.
Reference numerals:
1. the system comprises a popup calling module, a popup creating module, a data receiving unit, a popup creating unit, a data storage unit, a data control unit, a popup generating module and a popup closing module.
Detailed Description
The objects, technical solutions and advantages of the present invention will become more apparent by the following detailed description of the present invention with reference to the accompanying drawings. It should be understood that the description is only illustrative and is not intended to limit the scope of the invention. In addition, in the following description, descriptions of well-known structures and techniques are omitted so as not to unnecessarily obscure the present invention.
Referring to fig. 1, 2 and 3, a first aspect of the embodiment of the present invention provides a global generic popup method implemented based on Ant Design Vue3, including the following steps:
step S100, a popup window opening code is called, and the custom content and the unique identification of the current service component are transmitted.
Step S200, according to the self-defined content and the unique identification, a popup shell and a self-defined content instance are created.
Step S300, a popup shell and a custom content instance are obtained based on the root component and monitored, and a global universal popup is obtained through the rendering of the Vue3 dynamic component.
The scheme provides a method for unifying the popup window assembly, which can be flexibly called according to service requirements, can ensure that the popup window assembly method is manually called according to the content assembly of the popup window assembly transmitted to the service requirements in any scene, successfully opens the popup window, and can be manually closed in the assembly.
Specifically, in step S200, a pop-up window shell and a custom content instance are created according to the custom content and the unique identifier, and the method specifically includes the following steps:
step S210, the self-defined content and the unique identification are received based on the global popup component function, and the self-defined content and the unique identification are combined with the component destruction code.
Step S220, calling the CreateVNode function of Vue3, transmitting the merging result, creating a popup shell and a custom content instance, and storing the popup shell and the custom content instance.
Further, in step S220, after creating and storing the popup shell and the custom content instance, the method further includes:
step S230, storing the popup shell and the custom content instance in a memory, wherein the memory is Pinia or VueX.
Step S240, storing the object according to the unique identification and the custom content instance.
Further, after rendering the global generic popup by the Vue3 dynamic component in step S300, the method further includes:
step S400, destroying the code by calling the component, and closing the popup or hiding the popup.
Referring to fig. 2 and 3, in the above technical solutions, the package of the pop-up window assembly is mainly composed of four modules, namely a pop-up window assembly housing (hereinafter referred to as a housing assembly), service assembly contents, a memory and a mounting position. The shell is a component packaged based on the Ant Design Vue3 popup window component, the component receives a parameter, the parameter is a business component content module, and the parameter is mounted inside the shell component in a dynamic component mode in the shell component. The memory is Pinia or VueX, a shell component instance is created through the CreateVNode function of Vue3, the service component content module attribute is transmitted, and the returned instance is globally stored through the memory. The mounting position is a Vue root component, the instance content of the memory is monitored in a dynamic component mode, and then the popup window component is dynamically rendered.
Accordingly, a second aspect of the embodiment of the present invention provides a global generic popup window system implemented based on Ant Design Vue3, including:
the popup calling module 1 is used for calling a popup opening code and transmitting the custom content and the unique identifier of the current service component;
the popup creation module 2 is used for creating a popup shell and a user-defined content instance according to the user-defined content and the unique identifier;
and the popup generating module 3 is used for acquiring a popup shell and a custom content instance based on the root component and monitoring, and rendering through the Vue3 dynamic component to obtain a global universal popup.
Further, the popup creation module 2 includes:
a data receiving unit 21, configured to receive the custom content and the unique identifier based on the global popup component function, and combine with the component destruction code;
and the popup creating unit 22 is used for calling the CreateVNode function of Vue3, inputting the merging result, creating and storing the popup shell and the custom content instance.
Further, the pop-up window creation module 2 further includes:
a data storage unit 23 for storing the popup shell and the custom content instance into a memory, wherein the memory is Pinia or VueX;
a data control unit 24 for object storage based on the unique identification and the custom content instance.
Further, the global universal popup window system based on the Ant Design Vue3 further comprises:
and the popup closing module 4 is used for closing the popup or hiding the popup by calling the component destruction code.
Accordingly, a third aspect of the embodiment of the present invention further provides an electronic device, including: at least one processor; and a memory coupled to the at least one processor; the memory stores instructions executable by a processor, and the instructions are executed by the processor, so that at least one processor executes the global universal popup method based on Ant Design Vue 3.
Accordingly, a fourth aspect of the embodiments of the present invention further provides a computer readable storage medium, on which computer instructions are stored, which when executed by a processor implement the global generic popup method implemented based on Ant Design Vue3 described above.
The embodiment of the invention aims to protect a global universal popup window method and a global universal popup window system realized based on Ant Design Vue3, wherein the method comprises the following steps: calling a popup window opening code, and transmitting the custom content and the unique identifier of the current service component; creating a popup shell and a custom content instance according to the custom content and the unique identifier; and acquiring a popup shell and a custom content instance based on the root component, and monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup. The technical scheme has the following effects:
by adopting a mode of 'one-time encapsulation and global use', the popup window component is flexibly called in the service component, after the successful call of the Javaue component or the JavaScript/TypeScript file, the instance of the popup window component inherits the Vue root instance without the need of transmitting in the appContext attribute every time, the service component in the popup window component inherits the global custom instruction, the global method and the like of the root instance uniformly, and the service component with internationalization function is supported, and in addition, the buffer function of the popup window component and the unloading and buffer function during closing are also supported.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical aspects of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the above embodiments, it should be understood by those of ordinary skill in the art that: modifications and equivalents may be made to the specific embodiments of the invention without departing from the spirit and scope of the invention, which is intended to be covered by the claims.
Claims (10)
1. The global universal popup window method based on Ant Design Vue3 is characterized by comprising the following steps:
calling a popup window opening code, and transmitting the custom content and the unique identifier of the current service component;
creating a popup shell and a custom content instance according to the custom content and the unique identifier;
and acquiring the popup shell and the custom content instance based on the root component, monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup.
2. The global universal popup window method based on Ant Design Vue3 implementation of claim 1, wherein the creating a popup window shell and a custom content instance according to the custom content and the unique identifier comprises:
receiving the self-defined content and the unique identifier based on the global popup component function, and merging with a component destruction code;
and calling the CreateVNode function of Vue3, inputting the merging result, creating a popup shell and a custom content instance, and storing the popup shell and the custom content instance.
3. The global universal popup window method based on Ant Design Vue3 implementation of claim 2, wherein after the popup window shell and the custom content instance are created and stored, the method comprises the following steps:
storing the popup shell and the custom content instance to a memory, wherein the memory is Pinia or VueX;
and storing the object according to the unique identification and the custom content instance.
4. The global universal popup window method based on Ant Design Vue3 implementation of claim 2, wherein after the global universal popup window is rendered by the Vue3 dynamic component, the method further comprises:
and closing the popup or hiding the popup by calling the component destruction code.
5. A global generic popup window system implemented based on Ant Design Vue3, comprising:
the popup calling module is used for calling a popup opening code and transmitting the custom content and the unique identifier of the current service component;
the popup creation module is used for creating a popup shell and a user-defined content instance according to the user-defined content and the unique identifier;
and the popup generating module is used for acquiring the popup shell and the custom content instance based on the root component and monitoring, and rendering through the Vue3 dynamic component to obtain the global universal popup.
6. The global generic popup system based on Ant Design Vue3 implementation of claim 5, wherein the popup creation module comprises:
the data receiving unit is used for receiving the self-defined content and the unique identifier based on the global popup component function and combining the self-defined content and the unique identifier with the component destruction code;
and the popup creating unit is used for calling the CreateVNode function of Vue3, inputting the merging result, creating a popup shell and a custom content instance and storing the popup shell and the custom content instance.
7. The global generic popup system based on Ant Design Vue3 implementation of claim 6, wherein the popup creation module further comprises:
the data storage unit is used for storing the popup shell and the custom content instance into a memory, wherein the memory is Pinia or VueX;
and the data control unit is used for storing objects according to the unique identification and the custom content instance.
8. The global generic popup window system based on Ant Design Vue3 implementation of claim 6, further comprising:
and the popup closing module is used for closing the popup or hiding the popup by calling the component destruction code.
9. An electronic device, comprising: at least one processor; and a memory coupled to the at least one processor; wherein the memory stores instructions executable by the one processor to cause the at least one processor to perform the global generic popup method implemented based on Ant Design Vue3 as claimed in any of claims 1-4.
10. A computer readable storage medium having stored thereon computer instructions which, when executed by a processor, implement the global generic popup method based on Ant Design Vue3 implementation of any of claims 1-4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310127196.XA CN116126446A (en) | 2023-02-06 | 2023-02-06 | Global universal popup window method and system based on Ant Design Vue3 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202310127196.XA CN116126446A (en) | 2023-02-06 | 2023-02-06 | Global universal popup window method and system based on Ant Design Vue3 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN116126446A true CN116126446A (en) | 2023-05-16 |
Family
ID=86299029
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202310127196.XA Pending CN116126446A (en) | 2023-02-06 | 2023-02-06 | Global universal popup window method and system based on Ant Design Vue3 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN116126446A (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112256377A (en) * | 2020-10-26 | 2021-01-22 | 北京达佳互联信息技术有限公司 | Popup window data processing method and device |
CN113190776A (en) * | 2021-05-11 | 2021-07-30 | 上海哔哩哔哩科技有限公司 | Popup window display method and system |
CN114153519A (en) * | 2021-11-04 | 2022-03-08 | 南京控维通信科技有限公司 | VUE-based universal page notification popup plug-in generation method and system |
-
2023
- 2023-02-06 CN CN202310127196.XA patent/CN116126446A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112256377A (en) * | 2020-10-26 | 2021-01-22 | 北京达佳互联信息技术有限公司 | Popup window data processing method and device |
CN113190776A (en) * | 2021-05-11 | 2021-07-30 | 上海哔哩哔哩科技有限公司 | Popup window display method and system |
CN114153519A (en) * | 2021-11-04 | 2022-03-08 | 南京控维通信科技有限公司 | VUE-based universal page notification popup plug-in generation method and system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106295370B (en) | Method and device for reinforcing Dynamic Link Library (DLL) file of installation package | |
CN106598679B (en) | Method and device for loading picture resources | |
CN107092475B (en) | Calling method and device of interactive control | |
CN110442327B (en) | Application program construction method, device and server | |
CN109933350B (en) | Method and device for embedding codes in application and electronic equipment | |
CN108647032B (en) | Application loading method and device, computer device and computer readable storage medium | |
US20180059978A1 (en) | Virtual disk expansion method and apparatus | |
CN112015404A (en) | Ultrasonic image diagnosis system, construction method thereof, ultrasonic device and storage medium | |
CN111476124A (en) | Camera detection method and device, electronic equipment and system | |
CN111625225A (en) | Program specified data output method and device | |
CN107273226B (en) | Method and device for integrating components in android system and calling integrated components | |
CN112114980A (en) | Middleware implementation method, intelligent terminal and storage medium supporting cross-platform service | |
CN113534682B (en) | Method and apparatus for managing logic blocks in an industrial controller | |
CN117407048B (en) | Flow configuration method and system of plug-in data processing software | |
CN114895935A (en) | Method and device for flashing vehicle ECU, electronic equipment and storage medium | |
CN116126446A (en) | Global universal popup window method and system based on Ant Design Vue3 | |
CN110825365B (en) | Method, device, equipment and medium for customizing webview characteristics | |
CN106598614B (en) | Method and device for recycling picture resources | |
KR20170108412A (en) | Apparatus for operating canvas image | |
CN109460215A (en) | Application control method and device | |
CN110033406B (en) | Method and apparatus for processing image | |
CN109819330B (en) | Live broadcast room jumping method, device, equipment and storage medium | |
CN114115871A (en) | Page data embedding method and device, storage medium and electronic equipment | |
CN110569644B (en) | Method, device and equipment for processing call request and calling function | |
CN107943539B (en) | Application page starting method and application page starting device |
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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20230516 |