CN113687829A - A specific theme updating method, device and medium for mobile phone software - Google Patents

A specific theme updating method, device and medium for mobile phone software Download PDF

Info

Publication number
CN113687829A
CN113687829A CN202111003472.9A CN202111003472A CN113687829A CN 113687829 A CN113687829 A CN 113687829A CN 202111003472 A CN202111003472 A CN 202111003472A CN 113687829 A CN113687829 A CN 113687829A
Authority
CN
China
Prior art keywords
icon
app
specific
folder
identifier
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111003472.9A
Other languages
Chinese (zh)
Inventor
岳凯
张雪
李照川
荀海峰
赵海兴
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Original Assignee
Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chaozhou Zhuoshu Big Data Industry Development Co Ltd filed Critical Chaozhou Zhuoshu Big Data Industry Development Co Ltd
Priority to CN202111003472.9A priority Critical patent/CN113687829A/en
Publication of CN113687829A publication Critical patent/CN113687829A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

本申请公开了一种手机软件的特定主题更新方法、设备及介质,其中,通过获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。通过上述方案,以实现跨平台的特定主题更新,降低了更新成本,提高了更新效率。

Figure 202111003472

The present application discloses a method, device and medium for updating a specific theme of mobile phone software, wherein at least one specific icon of the mobile phone software APP is acquired, and each specific icon is stored in a pre-created icon folder; and by The preset info.plist file configures the icon folders to obtain the folder identifiers of each icon folder; when it is detected that the APP starts and the APP start time is the preset time, determine the The preset time corresponding to the APP startup time; the folder identifier corresponding to the preset time corresponding to the APP startup time is taken as the target folder identifier; from the icon folder corresponding to the target folder identifier, obtain the corresponding to update the specific icon. Through the above solution, the cross-platform specific theme update is realized, the update cost is reduced, and the update efficiency is improved.

Figure 202111003472

Description

一种手机软件的特定主题更新方法、设备及介质A specific theme updating method, device and medium for mobile phone software

技术领域technical field

本申请涉及计算机技术领域,尤其涉及一种手机软件的节日主题更新方法、设备及介质。The present application relates to the field of computer technology, and in particular, to a method, device and medium for updating festival theme of mobile phone software.

背景技术Background technique

手机软件(Application,APP)运营商在特定的节假日(例如:春节、中秋节等)或者公司重大活动(例如:周年庆),往往需要更换应景的特定主题(该特定主题包括:App图标和/或特定主题动画)。Mobile phone software (Application, APP) operators often need to change specific themes (such as: App icons and/or or theme-specific animations).

然而,现在的手机操作系统存在不同(例如:IOS、Android),因此针对不同的手机操作系统需要不同的代码实现,需要较大的人力、物力成本。另一方面,在需要发布新的主题之前,由于软件商店不确定的审核时间,研发人员往往需要提前1-2周完成功能并提交审核,因此,特定主题的发布就变得十分被动。However, the current mobile phone operating systems are different (for example: IOS, Android), so different code implementations are required for different mobile phone operating systems, which requires a large cost of manpower and material resources. On the other hand, before a new theme needs to be released, due to the uncertain review time of the software store, developers often need to complete the function and submit it for review 1-2 weeks in advance. Therefore, the release of a specific theme becomes very passive.

基于此,实现手机软件的特定主题快速高效、低成本的更新成为亟需解决的技术问题。Based on this, it has become an urgent technical problem to realize the fast, efficient and low-cost update of specific themes of mobile phone software.

发明内容SUMMARY OF THE INVENTION

本说明书实施例提供一种手机软件的特定主题更新方法、设备及介质,用于解决现有技术的如下技术问题:现有的手机软件的特定主题更新方式需要耗费大量的人力、物力,效率低成本高,特定主题的发布十分被动。The embodiments of this specification provide a method, device and medium for updating a specific theme of mobile phone software, which are used to solve the following technical problems in the prior art: the existing method for updating specific theme of mobile phone software requires a lot of manpower and material resources, and the efficiency is low The cost is high, and the publishing of specific topics is very passive.

本申请实施例提供了一种手机软件的特定主题更新方法,所述方法包括:An embodiment of the present application provides a method for updating a specific theme of mobile phone software, the method comprising:

获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and

通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder;

在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP;

将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier;

从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.

在本申请的一些实施例中,所述方法还包括:In some embodiments of the present application, the method further includes:

确定所述APP的至少一个特定主题动画,并对所述特定主题动画进行处理,得到相应的Json文件;Determine at least one specific theme animation of the APP, and process the specific theme animation to obtain a corresponding Json file;

将所述Json文件上传至所述APP对应的管理平台;以及uploading the Json file to the management platform corresponding to the APP; and

确定所述特定主题动画对应的显示时间;determining the display time corresponding to the specific theme animation;

在检测到所述APP启动,且所述APP启动时间为所述特定主题动画的显示时间的情况下,从所述管理平台下载所述Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。In the case that the startup of the APP is detected, and the startup time of the APP is the display time of the animation of the specific theme, download the Json file from the management platform, and play the corresponding Json file through the preset lottie plug-in. Theme-specific animations.

在本申请的一些实施例中,各所述图标文件夹包括多个特定图标,所述多个特定图标之间的图标内容相同且图标尺寸不同。In some embodiments of the present application, each of the icon folders includes a plurality of specific icons, and the icon contents among the plurality of specific icons are the same and the icon sizes are different.

在本申请的一些实施例中,从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新,具体包括;In some embodiments of the present application, obtaining a corresponding specific icon from the icon folder corresponding to the target folder identifier for updating, which specifically includes;

获取启动所述APP的终端设备的屏幕尺寸数据;Obtain the screen size data of the terminal device that starts the APP;

从所述目标文件夹标识对应的图标文件夹中,确定与所述屏幕尺寸数据对应尺寸的特定图标;from the icon folder corresponding to the target folder identifier, determining a specific icon of a size corresponding to the screen size data;

根据与所述屏幕尺寸数据对应尺寸的特定图标,进行所述APP的图标更新。The icon update of the APP is performed according to a specific icon of a size corresponding to the screen size data.

在本申请的一些实施例中,所述特定图标不能存放至正在使用的图标的图标文件夹中。In some embodiments of the present application, the specific icon cannot be stored in the icon folder of the icon being used.

在本申请的一些实施例中,在将所述APP启动时间的预设时间所对应的文件夹标识,作为目标文件夹标识之前,所述方法还包括:In some embodiments of the present application, before using the folder identifier corresponding to the preset time of the APP startup time as the target folder identifier, the method further includes:

确定各预设时间与相应的文件夹标识之间的第一关联关系,并进行存储;determining the first association relationship between each preset time and the corresponding folder identifier, and storing it;

根据所述APP启动时间对应的预设时间、以及所述第一关联关系,确定所述APP启动时间的预设时间所对应的文件夹标识。According to the preset time corresponding to the APP startup time and the first association relationship, a folder identifier corresponding to the preset time of the APP startup time is determined.

在本申请的一些实施例中,所述方法还包括;In some embodiments of the present application, the method further comprises;

确定各特定图标与各特定主题动画之间的第二关联关系,并将各第二关联关系存储;determining the second association relationship between each specific icon and each specific theme animation, and storing each second association relationship;

在确定所述目标文件夹标识之后,根据所述目标文件夹标识以及所述第二关联关系,确定所述目标文件夹标识对应的json文件;After determining the target folder identifier, according to the target folder identifier and the second association relationship, determine the json file corresponding to the target folder identifier;

从所述管理平台下载所述Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。The Json file is downloaded from the management platform, and a specific theme animation corresponding to the Json file is played through a preset lottie plug-in.

在本申请的一些实施例中,每个特定图标对应一个图标文件夹。In some embodiments of the present application, each specific icon corresponds to an icon folder.

一种手机软件的特定主题更新设备,该设备包括:A specific theme update device for mobile phone software that includes:

至少一个处理器;以及,at least one processor; and,

与所述至少一个处理器通信连接的存储器;其中,a memory communicatively coupled to the at least one processor; wherein,

所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够:The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to:

获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and

通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder;

在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP;

将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier;

从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.

一种手机软件的特定主题更新的非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为:A non-volatile computer storage medium for a specific theme update of mobile phone software, which stores computer-executable instructions, and the computer-executable instructions are set to:

获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and

通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder;

在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP;

将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier;

从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.

本说明书实施例采用的上述至少一个技术方案能够达到以下有益效果:可以实现跨平台更新,无需针对不同的操作系统设计不同的代码,在一定程度上节省了很大的成本。另外在更新特定主题时,需要再经过软件商店,无需软件商店审核,有效规避软件商店不确定的审核时间,化被动为主动,提高更新效率。再者,由于具有短暂生命周期、并又必须在特定时间节点上更新的图标和/或特定主题动画,极大的浪费了APP的存储空间,可以动态的替换图标和/或主题动画,不需要重复占用存储空间The above-mentioned at least one technical solution adopted in the embodiments of the present specification can achieve the following beneficial effects: cross-platform update can be realized, different codes need not be designed for different operating systems, and a great cost can be saved to a certain extent. In addition, when updating a specific theme, it needs to go through the software store again, without software store review, which effectively avoids the uncertain review time of the software store, turns passive into active, and improves update efficiency. Furthermore, due to the short life cycle of icons and/or specific theme animations that must be updated at specific time nodes, the storage space of the APP is greatly wasted, and icons and/or theme animations can be dynamically replaced without the need for Duplicate storage space

附图说明Description of drawings

此处所说明的附图用来提供对本申请的进一步理解,构成本申请的一部分,本申请的示意性实施例及其说明用于解释本申请,并不构成对本申请的不当限定。在附图中:The drawings described herein are used to provide further understanding of the present application and constitute a part of the present application. The schematic embodiments and descriptions of the present application are used to explain the present application and do not constitute an improper limitation of the present application. In the attached image:

图1为本申请实施例提供的手机软件的特定主题更新方法的一种流程图;1 is a flowchart of a method for updating a specific theme of mobile phone software provided by an embodiment of the present application;

图2为本申请实施例提供的手机软件的特定主题更新方法的一种示意图;2 is a schematic diagram of a method for updating a specific theme of mobile phone software provided by an embodiment of the present application;

图3为本说明书实施例提供的手机软件的特定主题更新方法的另一种流程图;3 is another flowchart of a method for updating a specific theme of mobile phone software provided by an embodiment of the present specification;

图4为本申请实施例提供的对应于图1的用于搭载上述手机软件的特定主题更新方法的手机软件的特定主题更新设备的一种结构示意图。4 is a schematic structural diagram of a specific theme updating device for mobile phone software provided by an embodiment of the present application, which corresponds to the specific theme updating method for mobile phone software in FIG. 1 .

具体实施方式Detailed ways

为使本说明书的目的、技术方案和优点更加清楚,下面将结合本说明书具体实施例及相应的附图对本申请技术方案进行清楚、完整地描述。显然,所描述的实施例仅是本申请一部分实施例,而不是全部的实施例。基于说明书中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。In order to make the purpose, technical solutions and advantages of this specification clearer, the technical solutions of the present application will be clearly and completely described below with reference to the specific embodiments of this specification and the corresponding drawings. Obviously, the described embodiments are only a part of the embodiments of the present application, but not all of the embodiments. Based on the embodiments in the description, all other embodiments obtained by those of ordinary skill in the art without creative work fall within the scope of protection of the present application.

以下结合附图,详细说明本申请各实施例提供的技术方案。The technical solutions provided by the embodiments of the present application will be described in detail below with reference to the accompanying drawings.

APP的运营商在一些特定日期,例如一些节假日或者是重大活动日,都会对APP更换相应的特定主题,例如:在圣诞节,APP的图标更换为附带小鹿角的图标,APP启动后内页主题可以更换为红色、雪花相关的动画。然而,现有的手机操作系统不同,因此针对安装在不同操作系统的APP,往往需要设计不同的代码,耗费的成本较高。另一方面,软件商店对于APP的审核时间不一,因此在发布特定主题之前,往往需要研发人员提前设计好并提交到软件商店进行审核,发布十分被动,无法高效快速。The operator of the APP will change the corresponding specific theme for the APP on some specific dates, such as some holidays or major event days, for example: on Christmas, the icon of the APP is replaced with an icon with small antlers, and the theme of the inner page after the APP is launched Can be replaced with animations related to red and snowflakes. However, the existing mobile phone operating systems are different. Therefore, different codes need to be designed for APPs installed in different operating systems, and the cost is high. On the other hand, software stores have different review times for APPs. Therefore, before releasing a specific theme, developers often need to design and submit them to the software store for review. The release is very passive and cannot be efficient and fast.

基于此,本申请提供了一种手机软件的特定主题更新方法及相关方案。Based on this, the present application provides a method for updating a specific theme of mobile phone software and related solutions.

图1为本申请实施例提供的手机软件的特定主题更新方法的一种流程图。如图1所示,本申请实施例提供的特定主题更新方法可以通过以下步骤实现:FIG. 1 is a flowchart of a method for updating a specific theme of mobile phone software provided by an embodiment of the present application. As shown in FIG. 1, the specific theme updating method provided by the embodiment of the present application can be realized by the following steps:

S101,服务器获取APP的至少一个特定图标,并将各特定图标存放至预先创建的对应的图标文件夹中。S101, the server acquires at least one specific icon of the APP, and stores each specific icon in a corresponding pre-created icon folder.

服务器根据用户的第一操作,创建相应的图标文件夹。并且基于用户的第二操作,获取APP的至少一个特定图标,也就是说服务器可以同时获取多个特定图标。基于用户的第三操作,将各个特定图标存放至相应的图标文件夹中。The server creates a corresponding icon folder according to the first operation of the user. And based on the second operation of the user, at least one specific icon of the APP is acquired, that is to say, the server can acquire multiple specific icons at the same time. Based on the third operation of the user, each specific icon is stored in the corresponding icon folder.

在本申请的一些实施例中,每个特定图标对应一个图标文件夹。这种一一对应的方式可以使得各特定图标的存放更加调理有序,便于调用。In some embodiments of the present application, each specific icon corresponds to an icon folder. This one-to-one correspondence method can make the storage of each specific icon more orderly and easy to call.

在本申请的一些实施例中,上述特定图标不能存放在正在使用的图标的图标文件夹中。也就是说,在相应的图标正在被APP时,不能存放新的图标。In some embodiments of the present application, the above-mentioned specific icons cannot be stored in the icon folder of the icon being used. That is, when the corresponding icon is being used by the APP, a new icon cannot be stored.

在本申请实施例中,上述特定图标可以是节日特定图标,也可以是公司重大活动日特定图标,还可以是普通图标。这里所说的普通图标是指APP通常所使用的图标。也就是说,APP所使用的图标都可以叫做本申请实施例中的特定图标。In the embodiment of the present application, the above-mentioned specific icon may be a festival-specific icon, a company's major event day specific icon, or a common icon. The common icons mentioned here refer to the icons usually used by APPs. That is to say, the icons used by the APP may all be called specific icons in the embodiments of the present application.

需要说明的是,上述将服务器作为执行主体,只是作为本申请实施例的示例性的存在,本申请实施例提供的方法的执行主体并不限定于服务器,可以根据实际情况自行调整。It should be noted that the above-mentioned server as the execution body is only an exemplary existence of the embodiments of the present application, and the execution body of the methods provided by the embodiments of the present application is not limited to the server, and can be adjusted according to the actual situation.

S102,服务器通过预先设置的info.plist文件,对上述图标文件夹进行配置,得到各图标文件夹的文件夹标识。S102, the server configures the above-mentioned icon folders through a preset info.plist file, and obtains a folder identifier of each icon folder.

每次新建一个项目时,服务器中的Xcode都会自动创建一个info.plist文件。这个文件的主要作用就是提供应用在运行期的一些配置,相当的重要,不能随意删除。这个文件其实就是一个XML文件,如果用文本编辑器直接打开编辑这个文件,就会发现他是一个XML格式组织起来的文件。Every time you create a new project, Xcode in the server automatically creates an info.plist file. The main function of this file is to provide some configuration of the application at runtime, which is quite important and cannot be deleted at will. This file is actually an XML file. If you directly open and edit this file with a text editor, you will find that it is a file organized in XML format.

在本申请实施例中,服务器通过预先设置的info.plist文件,基于用户的相应操作,对存放了特定图标的图标文件夹进行配置,如图2所示,以使各个图标文件夹得到相应的文件夹标识。图标文件夹的文件夹标识可以是特定节日或者重大活动日的名称。当然,图标文件夹的文件夹标识也可以是对应的时间,在本申请实施例中不做具体限定。In the embodiment of the present application, the server configures the icon folders storing specific icons through the preset info.plist file based on the corresponding operations of the user, as shown in FIG. 2 , so that each icon folder obtains corresponding icons. Folder ID. The folder ID of the icon folder can be the name of a specific holiday or major event day. Of course, the folder identifier of the icon folder may also be the corresponding time, which is not specifically limited in this embodiment of the present application.

需要说明的是,在本申请实施例中也可以先执行步骤S102,再执行步骤S101。也就是说,先对预先创建的图标文件夹进行配置,使得各个图标文件夹得到对应的文件夹标识,再根据文件夹标识将对应的特定图标存放至相应的图标文件夹中。It should be noted that, in this embodiment of the present application, step S102 may also be performed first, and then step S101 may be performed. That is to say, the pre-created icon folders are configured first, so that each icon folder obtains a corresponding folder identifier, and then the corresponding specific icon is stored in the corresponding icon folder according to the folder identifier.

S103,在检测到APP启动且APP启动时间为预设时间的情况下,服务器确定APP启动时间对应的预设时间。S103: In the case that the startup of the APP is detected and the startup time of the APP is the preset time, the server determines the preset time corresponding to the startup time of the APP.

在本申请实施例中,服务器在检测到APP启动时,获取该APP启动的APP启动时间。然后,确定该APP的APP启动时间是否为预设时间,在APP启动时间为预设时间的情况下,确定该APP启动时间所对应的预设时间。In this embodiment of the present application, when detecting that the APP is started, the server obtains the APP startup time when the APP is started. Then, it is determined whether the APP startup time of the APP is the preset time, and if the APP startup time is the preset time, the preset time corresponding to the APP startup time is determined.

例如,预设时间可以包括春节、中秋节、端午节、圣诞节、周年庆等等,先确定APP启动时间是否为上述预设时间,在APP启动时间为上述预设时间的情况下,确定所述APP启动时间对应的预设时间,例如,该APP启动时间对应的预设时间为中秋节。For example, the preset time may include Spring Festival, Mid-Autumn Festival, Dragon Boat Festival, Christmas, anniversary, etc., first determine whether the APP startup time is the above preset time, and if the APP startup time is the above preset time, determine the The preset time corresponding to the APP startup time, for example, the preset time corresponding to the APP startup time is Mid-Autumn Festival.

S104,服务器将APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识。S104, the server uses the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier.

例如,该APP启动时间对应的预设时间为中秋节,在文件夹标识为节日名称的情况,则其所对应的文件夹标识为中秋节,将中秋节作为目标文件夹标识。For example, the preset time corresponding to the startup time of the APP is the Mid-Autumn Festival. If the folder is identified as a festival name, the corresponding folder is identified as the Mid-Autumn Festival, and the Mid-Autumn Festival is used as the target folder identifier.

在本申请的一些实施例中,在执行步骤S104之前,服务器可以确定各预设时间与相应的文件夹标识之间的第一关联关系,并进行存储,根据APP启动时间对应的预设时间以及第一关联关系,确定APP启动时间对应的预设时间所对应的文件夹标识。In some embodiments of the present application, before step S104 is performed, the server may determine the first association relationship between each preset time and the corresponding folder identifier, and store it, according to the preset time corresponding to the APP startup time and The first association relationship determines the folder identifier corresponding to the preset time corresponding to the APP startup time.

通过上述方案,可以将各预设时间与文件夹标识相关联起来,以便更条理、快速的确定启动时间对应的文件夹标识。Through the above solution, each preset time can be associated with the folder identifier, so as to determine the folder identifier corresponding to the startup time in a more orderly and fast manner.

S105,服务器从目标文件夹标识对应的图标文件夹中,获取相应的特定图标并进行更新。S105, the server obtains a corresponding specific icon from the icon folder corresponding to the target folder identifier and updates it.

服务器在获取到此次APP启动需要更新的特定图标后,通过相应的接口通知APP更换当前正在使用的图标,以实现APP特定主题的更新。After obtaining the specific icon that needs to be updated for this APP startup, the server notifies the APP through the corresponding interface to replace the icon currently in use, so as to realize the update of the specific theme of the APP.

在本申请实施例中,基于info.plist文件可以实现跨平台更新,无需针对不同的操作系统设计不同的代码,在一定程度上节省了很大的成本。另外在更新图标时,需要再经过软件商店,无需软件商店审核,有效规避软件商店不确定的审核时间,化被动为主动,提高更新效率。再者,由于具有短暂生命周期、并又必须在特定时间节点上更新的图标,极大的浪费了APP的存储空间,在本申请实施例所提供的方法下可以动态的替换图标,不需要重复占用存储空间。In the embodiment of the present application, based on the info.plist file, a cross-platform update can be implemented, and there is no need to design different codes for different operating systems, which saves a great deal of cost to a certain extent. In addition, when updating the icon, it needs to go through the software store again, without the software store review, which effectively avoids the uncertain review time of the software store, turns passive into active, and improves update efficiency. Furthermore, because the icon has a short life cycle and must be updated at a specific time node, the storage space of the APP is greatly wasted. Under the method provided by the embodiment of this application, the icon can be dynamically replaced, and no repetition is required. Take up storage space.

在本申请的一些实施例中,各图标文件夹可以包括多个特定图标,多个特定图标之间为图标内容相同但图标尺寸不同的图标。这是因为由于APP所在终端设备的屏幕尺寸有所不同,但是屏幕尺寸有一定的标准,因此为了适用于不同的屏幕尺寸,每一种特定图标都设置了不同的尺寸保存在对应的图标文件夹中。In some embodiments of the present application, each icon folder may include multiple specific icons, and the multiple specific icons are icons with the same icon content but different icon sizes. This is because the screen size of the terminal device where the APP is located is different, but the screen size has a certain standard. Therefore, in order to apply to different screen sizes, each specific icon is set to a different size and saved in the corresponding icon folder. middle.

基于此,在本申请实施例中,服务器可以先获取启动APP的终端设备的屏幕尺寸数据。然后从目标文件夹标识对应的图标文件夹中,确定与该屏幕尺寸图标所对应尺寸的特定图标,作为目标特定图标。然后根据该目标特定图标对APP的图标进行更新。Based on this, in this embodiment of the present application, the server may first obtain the screen size data of the terminal device that starts the APP. Then, from the icon folder corresponding to the target folder identifier, a specific icon with a size corresponding to the screen size icon is determined as the target specific icon. Then, the icon of the APP is updated according to the target specific icon.

由于APP特定主题的更新不仅限制于图标的更新,还有APP的内页主题的更新,例如内页主题更换为中秋节。基于此,为了进一步的提高APP特定主题更换的效率、降低成本,如图3所示,本申请实施例还提出了以下步骤:Because the update of the specific theme of the APP is not only limited to the update of the icon, but also the update of the theme of the inner page of the APP, for example, the theme of the inner page is changed to the Mid-Autumn Festival. Based on this, in order to further improve the efficiency of APP-specific theme replacement and reduce costs, as shown in FIG. 3 , the embodiment of the present application also proposes the following steps:

S301,服务器确定APP的至少一个特定主题动画,并对特定主题动画进行处理,得到相应的Json文件。S301, the server determines at least one specific theme animation of the APP, and processes the specific theme animation to obtain a corresponding Json file.

服务器在确定至少一个特定主题动画后,根据预设的插件工具,将特定主题动画转化为相应的Json文件。JSON是一种轻量级的数据交换格式,易于人阅读和编写,同时也易于机器解析和生成,并有效地提升网络传输效率。After determining at least one specific theme animation, the server converts the specific theme animation into a corresponding Json file according to a preset plug-in tool. JSON is a lightweight data exchange format that is easy for humans to read and write, and easy for machines to parse and generate, effectively improving network transmission efficiency.

S302,服务器将上述Json文件上传至APP对应的管理平台。S302, the server uploads the above Json file to the management platform corresponding to the APP.

各APP对应有相应的管理平台,服务器可以将Json文件上传至APP对应的管理平台进行存储,不再APP所属终端设备存储,节省存储空间Each APP has a corresponding management platform, the server can upload the Json file to the management platform corresponding to the APP for storage, and no longer store the terminal device to which the APP belongs, saving storage space

S303,服务器确定上述特定主题动画对应的显示时间,并存放至管理平台中。S303, the server determines the display time corresponding to the above-mentioned specific theme animation, and stores it in the management platform.

每个特定主题动画都可以预先设置有相应的显示时间。Each theme-specific animation can be preset with a corresponding display time.

需要说明的是,可以先执行上述步骤S303再执行S302,也可以先执行步骤S302再执行步骤S303,或者是S302和S303同时执行,在本申请实施例中不做限定。It should be noted that the foregoing step S303 may be performed first and then S302 may be performed, or step S302 may be performed first and then step S303 may be performed, or S302 and S303 may be performed simultaneously, which is not limited in this embodiment of the present application.

S304,在检测到APP启动,且APP启动时间为特定主题动画的显示时间的情况下,从上述管理平台下载Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。S304, when it is detected that the APP starts and the APP startup time is the display time of the specific theme animation, download the Json file from the above management platform, and play the specific theme animation corresponding to the Json file through a preset lottie plug-in.

需要说明的是,上述步骤S301-S304,可以在执行步骤S101-S105之前执行,也可以在执行步骤S101-S105之后执行,还可以同时执行,在本申请实施例中不做限制。It should be noted that the above steps S301-S304 may be performed before steps S101-S105 are performed, or may be performed after steps S101-S105 are performed, or may be performed simultaneously, which is not limited in this embodiment of the present application.

将特定主题动画的JOSN文件以及每个特定主题动画对应的显示时间存放在管理平台中,在监测到检测到APP启动,且APP启动时间为特定主题动画的显示时间的情况,即可从管理平台下载相应的Json文件,并通过lottie插件播放Json文件对应的特定主题动画,以实现APP内页主题的更新,能够实现跨平台实现,无需针对不同的操作系统设计不同的特定主题动画,进一步节省APP特定主题更新的成本。另一方面,内页主题的更新也无需软件商店进行审核,有效的规避了软件商店不确定的审核时间,进一步提高APP特定主题更新效率。再者,实现动态的更新,可以避免特定主题动画重复占用存储空间,进一步节省存储空间。Store the JOSN file of the specific theme animation and the display time corresponding to each specific theme animation in the management platform. When the APP startup is detected and the APP startup time is the display time of the specific theme animation, you can view the animation from the management platform. Download the corresponding Json file, and play the specific theme animation corresponding to the Json file through the lottie plug-in to realize the update of the theme of the inner page of the APP, which can realize cross-platform implementation, without the need to design different specific theme animations for different operating systems, further saving APP The cost of a specific topic update. On the other hand, the update of the inner page theme does not need to be reviewed by the software store, which effectively avoids the uncertain review time of the software store and further improves the update efficiency of the specific theme of the APP. Furthermore, by implementing dynamic updates, it is possible to avoid the repeated occupation of storage space by animations of a specific theme, thereby further saving storage space.

在本申请的一些实施例中,本申请实施例提供的方法还可以确定各确定各特定图标与各特定主题动画之间的第二关联关系,并将各第二关联关系存储。在确定目标文件夹标识之后,根据目标文件夹标识以及第二关联关系,确定目标文件夹标识对应的json文件。从管理平台下载Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。In some embodiments of the present application, the method provided by the embodiments of the present application may further determine the second association relationship between each specific icon and each specific theme animation, and store each second association relationship. After the target folder identifier is determined, the json file corresponding to the target folder identifier is determined according to the target folder identifier and the second association relationship. Download the Json file from the management platform, and play the specific theme animation corresponding to the Json file through the preset lottie plug-in.

在APP启动后,确定更新的目标文件夹标识后,根据第二关联关系,即可确定此次更新的特定图标所对应的特定主题动画,以更快速的查到到相应的JOSN文件,完成特定主题动画的更新。After the APP is started, after determining the updated target folder identifier, according to the second association relationship, the specific theme animation corresponding to the specific icon updated this time can be determined, so as to find the corresponding JOSN file more quickly, and complete the specific theme animation. Updates to theme animations.

基于同样的思路,本申请的一些实施例还提供了上述平台对应的设备和非易失性计算机存储介质。Based on the same idea, some embodiments of the present application also provide a device and a non-volatile computer storage medium corresponding to the above platform.

图4为本申请实施例提供的对应于图1的用于搭载上述手机软件的特定主题更新方法的手机软件的特定主题更新设备的一种结构示意图,所述设备包括:4 is a schematic structural diagram of a specific theme updating device for mobile phone software provided in an embodiment of the application corresponding to FIG. 1 for carrying the above-mentioned mobile phone software specific theme updating method, and the device includes:

至少一个处理器;以及,at least one processor; and,

与所述至少一个处理器通信连接的存储器;其中,a memory communicatively coupled to the at least one processor; wherein,

所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够:The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to:

获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and

通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder;

在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP;

将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier;

从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.

本申请的一些实施例提供的对应于图1的一种手机软件的特定主题更新的非易失性计算机存储介质,存储有计算机可执行指令,所述计算机可执行指令设置为:A non-volatile computer storage medium corresponding to a specific theme update of a mobile phone software in FIG. 1 provided by some embodiments of the present application stores computer-executable instructions, and the computer-executable instructions are set to:

获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and

通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder;

在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP;

将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier;

从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.

本申请中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于设备和介质实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。Each embodiment in this application is described in a progressive manner, and the same and similar parts between the various embodiments may be referred to each other, and each embodiment focuses on the differences from other embodiments. In particular, for the apparatus and medium embodiments, since they are basically similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for related parts.

本申请实施例提供的设备和介质与方法是一一对应的,因此,设备和介质也具有与其对应的方法类似的有益技术效果,由于上面已经对方法的有益技术效果进行了详细说明,因此,这里不再赘述设备和介质的有益技术效果。The devices, media and methods provided in the embodiments of the present application are in one-to-one correspondence. Therefore, the devices and media also have similar beneficial technical effects to their corresponding methods. Since the beneficial technical effects of the methods have been described in detail above, therefore, The beneficial technical effects of the device and the medium will not be repeated here.

本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention 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, etc.) having computer-usable program code embodied therein.

本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block in 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 the processor of a general purpose computer, special purpose computer, embedded processor or other programmable data processing device to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing device produce Means for implementing the functions specified in a flow or flow of a flowchart and/or a block or blocks of a block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory result in an article of manufacture comprising instruction means, the instructions The apparatus implements the functions specified in the flow or flow of the flowcharts and/or the block or blocks of the block diagrams.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded on a computer or other programmable data processing device to cause a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process such that The instructions provide steps for implementing the functions specified in the flow or blocks of the flowcharts and/or the block or blocks of the block diagrams.

在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.

内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。Memory may include non-persistent memory in computer readable media, random access memory (RAM) and/or non-volatile memory in the form of, for example, read only memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.

计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。Computer-readable media includes both persistent and non-permanent, removable and non-removable media, and storage of information may be implemented by any method or technology. Information may be computer readable instructions, data structures, modules of programs, or other data. Examples of computer storage media include, but are not limited to, phase-change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), Flash Memory or other memory technology, Compact Disc Read Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, Magnetic tape cartridges, magnetic tape magnetic disk storage or other magnetic storage devices or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer-readable media does not include transitory computer-readable media, such as modulated data signals and carrier waves.

还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。It should also be noted that the terms "comprising", "comprising" or any other variation thereof are intended to encompass a non-exclusive inclusion such that a process, method, article or device comprising a series of elements includes not only those elements, but also Other elements not expressly listed, or which are inherent to such a process, method, article of manufacture, or apparatus are also included. Without further limitation, an element qualified by the phrase "comprising a..." does not preclude the presence of additional identical elements in the process, method, article of manufacture, or device that includes the element.

以上所述仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。The above descriptions are merely examples of the present application, and are not intended to limit the present application. Various modifications and variations of this application are possible for those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of this application shall be included within the scope of the claims of this application.

Claims (10)

1.一种手机软件的特定主题更新方法,其特征在于,所述方法包括:1. a specific theme updating method of mobile phone software, is characterized in that, described method comprises: 获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and 通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder; 在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP; 将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier; 从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating. 2.根据权利要求1所述的方法,其特征在于,所述方法还包括:2. The method according to claim 1, wherein the method further comprises: 确定所述APP的至少一个特定主题动画,并对所述特定主题动画进行处理,得到相应的Json文件;Determine at least one specific theme animation of the APP, and process the specific theme animation to obtain a corresponding Json file; 将所述Json文件上传至所述APP对应的管理平台;以及uploading the Json file to the management platform corresponding to the APP; and 确定所述特定主题动画对应的显示时间;determining the display time corresponding to the specific theme animation; 在检测到所述APP启动,且所述APP启动时间为所述特定主题动画的显示时间的情况下,从所述管理平台下载所述Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。In the case that the startup of the APP is detected, and the startup time of the APP is the display time of the specific theme animation, download the Json file from the management platform, and play the corresponding Json file through the preset lottie plug-in Theme-specific animations. 3.根据权利要求1所述的方法,其特征在于,各所述图标文件夹包括多个特定图标,所述多个特定图标之间的图标内容相同且图标尺寸不同。3 . The method according to claim 1 , wherein each of the icon folders includes a plurality of specific icons, and the icon contents among the plurality of specific icons are the same and the icon sizes are different. 4 . 4.根据权利要求3所述的方法,其特征在于,从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新,具体包括;4. The method according to claim 3, wherein, from the icon folder corresponding to the target folder identifier, obtaining a corresponding specific icon to update, specifically comprising; 获取启动所述APP的终端设备的屏幕尺寸数据;Obtain the screen size data of the terminal device that starts the APP; 从所述目标文件夹标识对应的图标文件夹中,确定与所述屏幕尺寸数据对应尺寸的特定图标;from the icon folder corresponding to the target folder identifier, determining a specific icon of a size corresponding to the screen size data; 根据与所述屏幕尺寸数据对应尺寸的特定图标,进行所述APP的图标更新。The icon update of the APP is performed according to a specific icon of a size corresponding to the screen size data. 5.根据权利要求1所述的方法,其特征在于,所述特定图标不能存放至正在使用的图标的图标文件夹中。5. The method according to claim 1, wherein the specific icon cannot be stored in the icon folder of the icon being used. 6.根据权利要求1所述的方法,其特征在于,在将所述APP启动时间的预设时间所对应的文件夹标识,作为目标文件夹标识之前,所述方法还包括:6. The method according to claim 1, wherein before using the folder identifier corresponding to the preset time of the APP startup time as the target folder identifier, the method further comprises: 确定各预设时间与相应的文件夹标识之间的第一关联关系,并进行存储;determining the first association relationship between each preset time and the corresponding folder identifier, and storing it; 根据所述APP启动时间对应的预设时间、以及所述第一关联关系,确定所述APP启动时间的预设时间所对应的文件夹标识。According to the preset time corresponding to the APP startup time and the first association relationship, a folder identifier corresponding to the preset time of the APP startup time is determined. 7.根据权利要求1所述的方法,其特征在于,所述方法还包括;7. The method of claim 1, wherein the method further comprises: 确定各特定图标与各特定主题动画之间的第二关联关系,并将各第二关联关系存储;determining the second association relationship between each specific icon and each specific theme animation, and storing each second association relationship; 在确定所述目标文件夹标识之后,根据所述目标文件夹标识以及所述第二关联关系,确定所述目标文件夹标识对应的json文件;After determining the target folder identifier, according to the target folder identifier and the second association relationship, determine the json file corresponding to the target folder identifier; 从所述管理平台下载所述Json文件,并通过预设的lottie插件播放Json文件对应的特定主题动画。The Json file is downloaded from the management platform, and a specific theme animation corresponding to the Json file is played through a preset lottie plug-in. 8.根据权利要求1所述的方法,其特征在于,每个特定图标对应一个图标文件夹。8. The method according to claim 1, wherein each specific icon corresponds to an icon folder. 9.一种手机软件的特定主题更新设备,其特征在于,包括:9. A specific theme updating device for mobile phone software, characterized in that, comprising: 至少一个处理器;以及,at least one processor; and, 与所述至少一个处理器通信连接的存储器;其中,a memory communicatively coupled to the at least one processor; wherein, 所述存储器存储有可被所述至少一个处理器执行的指令,所述指令被所述至少一个处理器执行,以使所述至少一个处理器能够:The memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to: 获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and 通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder; 在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP; 将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier; 从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating. 10.一种手机软件的特定主题更新的非易失性计算机存储介质,存储有计算机可执行指令,其特征在于,所述计算机可执行指令设置为:10. A non-volatile computer storage medium for a specific theme update of mobile phone software, storing computer-executable instructions, wherein the computer-executable instructions are set to: 获取手机软件APP的至少一个特定图标,并将各所述特定图标存放至预先创建的图标文件夹中;以及Acquiring at least one specific icon of the mobile phone software APP, and storing each of the specific icons in a pre-created icon folder; and 通过预先设置的info.plist文件,对所述图标文件夹进行配置,得到各图标文件夹的文件夹标识;Through the preset info.plist file, the icon folder is configured to obtain the folder identifier of each icon folder; 在检测到所述APP启动且所述APP启动时间为预设时间的情况下,确定所述APP启动时间对应的预设时间;In the case that the startup of the APP is detected and the startup time of the APP is a preset time, determining a preset time corresponding to the startup time of the APP; 将所述APP启动时间对应的预设时间所对应的文件夹标识,作为目标文件夹标识;Taking the folder identifier corresponding to the preset time corresponding to the APP startup time as the target folder identifier; 从所述目标文件夹标识对应的图标文件夹中,获取相应的特定图标进行更新。From the icon folder corresponding to the target folder identifier, obtain the corresponding specific icon for updating.
CN202111003472.9A 2021-08-30 2021-08-30 A specific theme updating method, device and medium for mobile phone software Pending CN113687829A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111003472.9A CN113687829A (en) 2021-08-30 2021-08-30 A specific theme updating method, device and medium for mobile phone software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111003472.9A CN113687829A (en) 2021-08-30 2021-08-30 A specific theme updating method, device and medium for mobile phone software

Publications (1)

Publication Number Publication Date
CN113687829A true CN113687829A (en) 2021-11-23

Family

ID=78583927

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111003472.9A Pending CN113687829A (en) 2021-08-30 2021-08-30 A specific theme updating method, device and medium for mobile phone software

Country Status (1)

Country Link
CN (1) CN113687829A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024211641A1 (en) * 2023-04-07 2024-10-10 Fetch Rewards, LLC Technologies for determining and displaying visuals associated with earning digital rewards

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101389102A (en) * 2008-10-31 2009-03-18 飞图科技(北京)有限公司 Method for cyclically changing computer opening theme
CN102163156A (en) * 2011-03-10 2011-08-24 宇龙计算机通信科技(深圳)有限公司 Mobile terminal icon replacing method and mobile terminal
CN103218221A (en) * 2013-03-06 2013-07-24 广东欧珀移动通信有限公司 A control switching method and device for a software interface
CN103309695A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Icon loading method and terminal
CN107423047A (en) * 2017-04-07 2017-12-01 北京金山安全软件有限公司 Application icon display method and related equipment
CN109032652A (en) * 2018-08-29 2018-12-18 江苏龙虎网信息科技股份有限公司 The method of App application theme skin renewal
CN109814907A (en) * 2019-01-22 2019-05-28 努比亚技术有限公司 Application icon replacement method, mobile terminal and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101389102A (en) * 2008-10-31 2009-03-18 飞图科技(北京)有限公司 Method for cyclically changing computer opening theme
CN102163156A (en) * 2011-03-10 2011-08-24 宇龙计算机通信科技(深圳)有限公司 Mobile terminal icon replacing method and mobile terminal
CN103309695A (en) * 2012-03-15 2013-09-18 腾讯科技(深圳)有限公司 Icon loading method and terminal
CN103218221A (en) * 2013-03-06 2013-07-24 广东欧珀移动通信有限公司 A control switching method and device for a software interface
CN107423047A (en) * 2017-04-07 2017-12-01 北京金山安全软件有限公司 Application icon display method and related equipment
CN109032652A (en) * 2018-08-29 2018-12-18 江苏龙虎网信息科技股份有限公司 The method of App application theme skin renewal
CN109814907A (en) * 2019-01-22 2019-05-28 努比亚技术有限公司 Application icon replacement method, mobile terminal and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
JOE CONWAY 等著: "《ios编程(第2版)》", 30 April 2012, 华中科技大学出版社, pages: 24 - 27 *
老孟 编著: "《Flutter实战入门》", 30 June 2020, 机械工业出版社, pages: 21 - 23 *
谭东 著: "《Android开发进阶实战:拓展与提升》", 31 May 2020, 机械工业出版社, pages: 40 - 42 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024211641A1 (en) * 2023-04-07 2024-10-10 Fetch Rewards, LLC Technologies for determining and displaying visuals associated with earning digital rewards
US12175494B2 (en) 2023-04-07 2024-12-24 Fetch Rewards, LLC Technologies for determining and displaying visuals associated with earning digital rewards
US12354131B2 (en) 2023-04-07 2025-07-08 Fetch Rewards, LLC Technologies for determining and displaying visuals associated with earning digital rewards

Similar Documents

Publication Publication Date Title
CN108897547B (en) Software automation deployment method and device
CN111475142B (en) Method, device and equipment for generating small program file package
CN108563440A (en) The automatic adding method of List Controller code, device and readable storage medium storing program for executing
CN106886445A (en) Java packets generation method and equipment and information extracting method and equipment
CN104423961A (en) Method and system for generating testing script
CN106294113A (en) A kind of creation method based on programmable type testing service and device
CN107463422A (en) Code dispositions method and device, electronic equipment
CN107728947A (en) A kind of cold moving method of container and system
CN109710286B (en) System upgrade method, device, equipment and storage medium
CN114201174A (en) Construction method, device, electronic device and storage medium of hybrid mobile application
CN108255708A (en) Method, apparatus, storage medium and the equipment of production file are accessed in test environment
CN105094878A (en) System library file integration method and apparatus
CN104461621A (en) Attribute information updating method and device
CN115237453A (en) Software package upgrade management method and equipment for intelligent robot and storage medium
CN109857516B (en) Cluster migration method and device based on container
CN107294750A (en) A kind of distribution configuring management method and device for converging group energy self-identifying
CN114840214A (en) Program compilation and startup method, device and storage medium
CN113687829A (en) A specific theme updating method, device and medium for mobile phone software
CN107179982A (en) A kind of striding course adjustment method and device
CN111026502B (en) Business debugging architecture creating method and device, electronic equipment and storage medium
CN115061738B (en) Service module initialization method, equipment and medium for android componentization
CN110968333A (en) Configuration information replacement method and device, machine-readable storage medium and processor
CN112230930A (en) Method and device for constructing and packaging hybrid technology stack and machine-readable storage medium
CN111324373B (en) Method and device for sub-coding warehouse on multiple engineering files and computing equipment
CN112235132A (en) Method, device, medium and server for dynamically configuring service

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: 20211123