WO2020151331A1 - 动态配置文案方法、装置、电子设备及存储介质 - Google Patents
动态配置文案方法、装置、电子设备及存储介质 Download PDFInfo
- Publication number
- WO2020151331A1 WO2020151331A1 PCT/CN2019/118282 CN2019118282W WO2020151331A1 WO 2020151331 A1 WO2020151331 A1 WO 2020151331A1 CN 2019118282 W CN2019118282 W CN 2019118282W WO 2020151331 A1 WO2020151331 A1 WO 2020151331A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- key
- user
- copywriting
- file
- modified
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
Definitions
- This application relates to the field of cloud transmission technology, and more specifically, to a method, device, electronic device, and storage medium for dynamically configuring copywriting.
- the purpose of this application is to provide a dynamic configuration copywriting method, device, electronic device, and storage medium that can modify the copy at any time in the background and the front end immediately perceives the change of the copy.
- a method for dynamically configuring copywriting includes:
- the file is downloaded, and when the user operates to call the Key in the file, the character string in the file is displayed.
- a dynamic configuration copywriting device which is characterized in that it includes:
- each string corresponds to a Key
- Modification module when the string corresponding to the Key is modified, the Key is fixed, only the string is modified, the modified string and its Key are packaged into a file, and the corresponding copy version number of the application is modified;
- the display module displays the character string in the file, that is, the updated character string when the Key in the file is called by the user's operation.
- an electronic device including a memory and a processor
- the memory includes a dynamic configuration copywriting program, when the dynamic configuration copywriting program is executed by the processor, the following is achieved step:
- the file is downloaded, and when the user operates to call the Key in the file, the character string in the file is displayed.
- the present application also provides a computer non-volatile readable storage medium, the computer non-volatile readable storage medium includes a dynamic configuration copywriting program, the dynamic configuration copywriting program is When executed, the steps of the above-mentioned dynamic configuration copywriting method are realized.
- FIG. 1 is a schematic diagram of an application environment of a preferred embodiment of a method for dynamically configuring a copy of the present application
- FIG. 2 is a schematic diagram of modules of a preferred embodiment of the dynamic configuration copywriting program in FIG. 1;
- FIG. 3 is a flowchart of a preferred embodiment of the method for dynamically configuring copywriting according to the present application
- FIG. 4 is a flowchart of the front-end update file described in this application.
- Fig. 5 is a flow chart of the front-end reading character string of the present application.
- This application provides a method for dynamically configuring copywriting, which is applied to an electronic device 1.
- FIG. 1 it is a schematic diagram of an application environment of a preferred embodiment of a method for dynamically configuring a copy of this application.
- the electronic device 1 may be a terminal client with computing functions such as a server, a mobile phone, a tablet computer, a portable computer, a desktop computer, and the like.
- the memory 11 includes at least one type of readable storage medium.
- the at least one type of readable storage medium may be a non-volatile storage medium such as flash memory, hard disk, multimedia card, card-type memory, and the like.
- the readable storage medium may be an internal storage unit of the electronic device 1, such as a hard disk of the electronic device 1.
- the readable storage medium may also be an external memory of the electronic device 1, for example, a plug-in hard disk or a smart memory card (Smart Media Card, SMC) equipped on the electronic device 1. Secure Digital (SD) card, flash card (Flash Card), etc.
- SD Secure Digital
- flash card Flash Card
- the readable storage medium of the memory 11 is generally used to store the dynamic configuration copywriting program 10 and the like installed in the electronic device 1.
- the memory 11 can also be used to temporarily store data that has been output or will be output.
- the processor 12 may be a central processing unit (CPU), microprocessor or other data processing chip, used for running program codes or processing data stored in the memory 11, for example, executing dynamic configuration files Procedure 10 etc.
- CPU central processing unit
- microprocessor or other data processing chip, used for running program codes or processing data stored in the memory 11, for example, executing dynamic configuration files Procedure 10 etc.
- the network interface 13 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface), and is usually used to establish a communication connection between the electronic device 1 and other electronic clients.
- a standard wired interface and a wireless interface such as a WI-FI interface
- the communication bus 14 is used to realize the connection and communication between these components.
- FIG. 1 only shows the electronic device 1 with the components 11-14, but it should be understood that it is not required to implement all the illustrated components, and more or fewer components may be implemented instead.
- the electronic device 1 may also include a user interface, and the user interface may include an input unit such as a keyboard (Keyboard), a voice input device such as a microphone (microphone) and other clients with voice recognition functions, and a voice output device such as a speaker or earphone.
- the user interface may also include a standard wired interface and a wireless interface.
- the electronic device 1 may also include a display, and the display may also be called a display screen or a display unit.
- it may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an organic light-emitting diode (Organic Light-Emitting Diode, OLED) touch device, etc.
- the display is used for displaying information processed in the electronic device 1 and for displaying a visualized user interface.
- the electronic device 1 further includes a touch sensor.
- the area provided by the touch sensor for the user to perform touch operations is called a touch area.
- the touch sensor described here may be a resistive touch sensor, a capacitive touch sensor, or the like.
- the touch sensor includes not only a contact type touch sensor, but also a proximity type touch sensor and the like.
- the touch sensor may be a single sensor, or may be, for example, a plurality of sensors arranged in an array.
- the electronic device 1 may also include logic gate circuits, sensors, audio circuits, etc., which will not be repeated here.
- the memory 11 as a computer storage medium may include an operating system and a dynamic configuration copywriting program 10; when the processor 12 executes the dynamic configuration copywriting program 10 stored in the memory 11, the following steps are implemented :
- the file is downloaded, and when the user operates to call the Key in the file, the character string in the file is displayed.
- the step of downloading the file by the front end includes:
- the step of displaying the character string in the file by the front end includes:
- null character When there is no character string corresponding to the Key, a null character is displayed.
- the null character indicates that the character string corresponding to the Key has not been modified.
- the dynamic configuration copywriting program 10 may also be divided into one or more modules, and the one or more modules are stored in the memory 11 and executed by the processor 12 to complete the application.
- the module referred to in this application refers to a series of computer program instruction segments that can complete specific functions.
- FIG. 2 it is a functional module diagram of a preferred embodiment of the dynamic configuration copywriting program 10 in FIG. 1.
- the dynamic configuration copywriting program 10 performs dynamic configuration of the copywriting on the front end according to the background application program, and can be divided into:
- each character string corresponds to a Key
- the modification module 120 when the character string corresponding to the Key is modified, the Key is fixed, only the character string is modified, the modified character string and its Key are packaged into a file, and the copy version number corresponding to the application is modified;
- the request module 130 when the user starts the application, after requesting the copywriting version number of the background; judging whether the copywriting version number of the background application is consistent with the copywriting version number of the front-end application, and downloading the file packaged in the background when they are inconsistent;
- the display module 140 displays the character string in the file, that is, the updated character string, when the Key in the file is called by the user's operation.
- the dynamic configuration copywriting program 10 further includes:
- Registration module the user registers the application at the front end to obtain user information
- the user permission setting module sets different permissions for different users according to user information.
- this application also provides a method for dynamically configuring copywriting.
- FIG. 3 it is a flowchart of a preferred embodiment of a method for dynamically configuring a copy of this application.
- the method can be executed by a device, and the device can be implemented by software and/or hardware.
- the method for dynamically configuring the copywriting which dynamically configures the copywriting on the front end according to the background application, includes:
- Step S1 In the front-end and back-end copywriting, each character string is set with a Key.
- the character string includes information prompt, interface layout (such as different coordinate positions of different display contents, different styles, etc.) and text format (color, size, etc.) , Font, etc.) etc.;
- Step S2 in the background, modify the string corresponding to the Key, the Key is fixed, only the string is modified, the modified string and its Key are packaged into a file, and the copy version number corresponding to the application is modified;
- Step S3 At the front end, when it is detected that the user starts the application, the file is downloaded, and when the user operates to call the Key in the file, the character string in the file is displayed, that is, the updated character string.
- the step S3 includes: a step of updating a file by the front end and a step of reading a character string by the front end, wherein:
- the steps of the front-end update file include:
- Step S311 start the application at the front end, for example, open the APP corresponding to the application;
- Step S312 request the version number of the background copy
- step S313 After obtaining the copywriting version number of the background, in step S313, it is determined whether the copywriting version number of the background application is consistent with the copywriting version number of the front-end application;
- step S314 download the file with the modified character string and its Key package in the background.
- the steps of the front-end reading a character string include:
- Step S321 Read the Key in the copy version number of the front-end application
- Step S322 Search in the back-end packaged files downloaded by the front-end to determine whether there is a character string corresponding to the Key;
- step S323 displaying the corresponding character string in the file
- step S324 a blank character is displayed, and the blank character indicates that the character string corresponding to the Key has not been modified.
- the copy can be configured and has the functions of adding, deleting, and modifying. For example, when the key is mapped to the modification in the application, the user clicks "modify" in the application, and the modified string is displayed directly on the front end.
- the method for modifying the character string corresponding to the Key in the background further includes: in the modified character string and the file packaged with the Key, the same Key can be modified according to user permissions.
- the latter character string allows different users to see different effects, for example, the displayed font, color, display position, etc. are different, and even the displayed string content can be different.
- the method for modifying the character string corresponding to the Key in the background further includes the step of generating different character strings according to the preferences of the front-end user when modifying the character string corresponding to the Key in the background.
- the operation data includes one or more of browsing data, usage data, download data and modification data;
- Different versions of the modified string are generated according to the different operating preferences of each user group. For example, in some game operations, different users have different choices for different key functions.
- the key corresponding to the key function can be modified according to the user's operating preferences.
- the above-mentioned dynamic configuration copywriting method modifies the character string corresponding to the Key in the background according to different operation preferences of different users, and packs it into a file. The user only needs to download the file at the front end to get the copywriting version he prefers.
- the method for clustering the users according to the operation data includes:
- the number of operations per unit time of the user in the period from release to pre-modification of the Key is used as a preference indicator to construct a preference matrix of each user for the Key.
- the number of operations includes the number of views, the number of uses, the number of downloads, and the number of modifications.
- the hierarchical clustering method and K-means clustering method are used for clustering to obtain the user group.
- the method for clustering the users according to the operation data includes:
- Clustering is performed according to the similarity between different sequences, so as to obtain a cluster of users.
- the similarity includes Euclidean distance and dynamic bending distance.
- the methods in the above embodiments can be used to generate different character strings according to the preferences of the front-end user in sequence.
- the front-end user pairing The operation data of the multiple keys corresponding to the multiple character strings are grouped, and the multiple character strings are modified according to the grouping result.
- the method for modifying the character string corresponding to the Key in the background further includes:
- the new user is matched with the user group according to the user characteristics, the user group to which the new user belongs is obtained, and the modified string version of the user group is sent to the new user.
- the method for modifying the character string corresponding to Key in the background further includes:
- the dependency relationship between the multiple keys corresponding to the multiple strings is judged.
- the front-end displays the dependency relationship or the set number of the dependency relationship.
- Other keys where the dependency relationship is that a change of one key will affect another key.
- the front end displays the association relationship or/and the combination relationship or the association relationship is large, or/and Set the number of other keys with a large combination relationship. Further, preferably, it is optionally displayed in the order of combination relationship, association relationship, and dependency relationship, where the combination relationship refers to the relationship between the two keys being a whole and a part. , And the whole and part are inseparable; the associated key of the association relationship refers to the global variable of the associated Key.
- the step of determining the dependency relationship between the multiple Keys includes:
- the dependency between the keys is determined according to the similarity between their corresponding strings (for example, the similarity of the strings obtained according to the edit distance algorithm), the greater the similarity , The greater the dependence.
- the above-mentioned dynamic configuration copywriting method judges the relationship between the keys, so that the front-end user can display the strings of other keys related to the key by downloading a package file after the key is modified, and can understand the whole function in time. Variety.
- the method for dynamically configuring copywriting includes:
- the relationship includes no relationship, dependency relationship, association relationship, aggregation relationship and combination relationship.
- the aggregation relationship refers to the relationship between two Keys as a whole and part, and the whole and part can be separated. ;
- the operation data includes the user's operation data of the corresponding front-end application in the background, and also includes the operation data of the similar Key from the network or other APP
- K [k 1 ,...,k n ]
- U is the user matrix
- K is the Key matrix
- C is the preference information matrix
- c mn is the operation data of the user U m on Keyk n ;
- the above-mentioned dynamic configuration copywriting method further includes: judging that the user has operating data in the corresponding application (APP, webpage, etc.) in the background; if there is no operating data, setting the user as a new user and setting the user group to which the new user belongs The version number of the copywriting is recommended to the new user.
- APP application
- webpage webpage
- the above-mentioned dynamic configuration copywriting method further includes: judging that the user has operating data in the corresponding application (APP, webpage, etc.) in the background; if there is no operating data, setting the user as a new user and setting the user group to which the new user belongs The version number of the copywriting is recommended to the new user.
- the method for clustering the users according to the operation data includes
- C n is the time period from release to pre-modification of Keyk n
- p mn is the preference index of user U m for Keyk n ;
- the preference indicators of the same dish Key of different users in the new cluster are averaged (each column of the preference matrix of the new cluster is added to average) to obtain the cluster center of the new cluster ;
- the Key is clustered according to the Key and its corresponding character string.
- the character string of one Key in the clustering result changes, other Keys in the clustering result are also displayed on the front end.
- the method for clustering the Key according to the Key and its corresponding character string includes:
- Generate word vectors based on character strings for example, use GenericUDF to generate word vectors from character strings;
- the word vector is clustered to determine the category of each user feature.
- the embodiment of the present application also proposes a computer non-volatile readable storage medium, the computer non-volatile readable storage medium includes a dynamic configuration copywriting program, which is realized when the dynamic configuration copywriting program is executed by a processor The following steps:
- each string corresponds to a Key
- the file is downloaded, and when the user operates and calls the Key in the file, the character string in the file is displayed.
- the method of downloading the file includes:
- the method of displaying the character string in the file when the key in the file is invoked by a user operation includes:
- null character When there is no character string corresponding to the Key, a null character is displayed.
- the null character indicates that the character string corresponding to the Key has not been modified.
- it also includes a modified character string and a file packed with its Key.
- the same Key sets different modified character strings according to user rights, so that different users can see different effects.
- this application also provides a dynamic configuration copywriting device, including:
- each string corresponds to a Key
- Modification module when the string corresponding to the Key is modified, the Key is fixed, only the string is modified, the modified string and its Key are packaged into a file, and the corresponding copy version number of the application is modified;
- the display module displays the character string in the file, that is, the updated character string when the Key in the file is called by the user's operation.
- the above request module includes:
- the detection unit detects the user who starts the application
- the judging unit judges whether the copywriting version number of the background application is consistent with the copywriting version number of the front-end application, and when they are inconsistent, it sends a signal to the downloading unit;
- the download unit downloads the modified character string and the file packed with its Key in the background.
- the above-mentioned display module includes:
- the reading unit reads the Key in the copy version number of the front-end application
- the search unit searches for the character string corresponding to the Key in the back-end packaged file downloaded by the front end, and when the corresponding character string is found, sends a first signal to the display unit, and when the corresponding character string is not found , Send the second signal to the display unit;
- the display unit when receiving the first signal from the search unit, displays the corresponding character string in the file; when receiving the second signal from the search unit, displays a blank character, which indicates that the character string corresponding to the Key has not been modified.
- the above-mentioned modification module includes:
- the collection unit collects the operation data of the front-end user on the Key, the operation data includes one or more of browsing data, usage data, download data and modification data;
- the grouping unit clusters the users according to the operation data to obtain user groups with different operation preferences
- the modification unit generates different versions of modified strings according to the different operating preferences of each user group
- it also includes:
- Registration module the user registers the application at the front end to obtain user information
- the user authority setting module sets different rights for different users according to user information
- the judging module when pre-modifying multiple strings, judges the dependency relationship between the multiple keys corresponding to the multiple strings, wherein, when the request module calls one of the keys, the display module displays the dependency or dependency relationship on the front end Set the number of other keys with a larger number.
- the above-mentioned dynamic configuration copywriting method, device, electronic equipment, and computer non-volatile readable storage medium only need to download changed files, no need to modify the application program, and no need to read the entire old application program. Part of it is modified accordingly, and there is no need to repackage the modified application on the front end, saving traffic and time. In addition, front-end users can immediately perceive changes in the copy.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Document Processing Apparatus (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
一种动态配置文案的方法、装置、电子设备及存储介质,涉及云传输技术。所述方法包括:在前端和后台的文案中,每一个字符串设置一个Key(S1);Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号(S2);在前端,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串(S3)。通过该方法,后台随时修改文案,前端立马感知文案变化。
Description
本申请要求申请号为201910053818.2,申请日为2019年1月21日,发明创造名称为“动态配置文案方法、电子装置及存储介质”的专利申请的优先权。
本申请涉及云传输技术领域,更为具体地,涉及一种动态配置文案方法、装置、电子设备及存储介质。
现有技术中,在开发的应用中,很多应用的文案是固定,通过程序实现字符串的修改,需要修改整个程序,经过研发人员、产品经理、环境发布者等多个程序,在前端用户打开应用时,通常的步骤是:显示应用出现新版本,是否更新版本,如果用户选择更新版本,则从后台下载整个应用程序,下载完应用程序后进行安装,需要读取整个旧的应用程序对有变化的部分进行相应修改后,在前端重新打包修改后的应用程序,在前端和后台之间进行版本更新时,耗费流量和时间,另外,前端的用户无法立马感知文案的变化。
申请内容
鉴于上述问题,本申请的目的是提供一种后台随时修改文案,前端立马感知文案变化的动态配置文案方法、装置、电子设备及存储介质。
根据本申请的一个方面,一种动态配置文案方法,包括:
在前端和后台的文案中,每一个字符串设置一个Key;
在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
根据本申请的另一个方面,提供一种动态配置文案装置,其特征在于,包括:
设置模块,在前端和后台的文案中,每一个字符串对应一个Key;
修改模块,当Key对应的字符串有修改时,Key固定,只修改字符串, 将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
请求模块,当用户启动应用时,下载修改模块打包的文件;
显示模块,当用户的操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串。
根据本申请的第三个方面,提供一种电子设备,所述电子设备包括存储器和处理器,所述存储器中包括动态配置文案程序,所述动态配置文案程序被所述处理器执行时实现如下步骤:
在前端和后台的文案中,每一个字符串设置一个Key;
在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
此外,为了实现上述目的,本申请还提供一种计算机非易失性可读存储介质,所述计算机非易失性可读存储介质中包括动态配置文案程序,所述动态配置文案程序被处理器执行时,实现上述的动态配置文案方法的步骤。
本申请所述动态配置文案方法、装置、电子设备及计算机非易失性可读存储介质后台更新应用时,无需在整个应用的程序中对修改地方进行修改,无需重新打包,只需要修改Key对应的字符串,节省了经过研发人员、产品经理、环境发布者等多个程序,方便文案的修改,节约人力物力;前端更新应用时,也不需要下载和打开应用程序,在前端和后台应用程序没有变化,只是多出了修改后的配置文件,前端打开应用时,只需要跟新配置文件中相关Key的字符串,也就是说本申请没有整个应用的下载和更新(安装),节省流量,传输速度快,因此,本申请可以随时修改文案,Key固定,文案变化,则用户所视文字也随之变化。
图1是本申请动态配置文案方法较佳实施例的应用环境示意图;
图2是图1中动态配置文案程序较佳实施例的模块示意图;
图3是本申请动态配置文案方法较佳实施例的流程图;
图4是本申请所述前端更新文件的流程图;
图5是本申请所述前端读取字符串的流程图。
应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
以下将结合附图对本申请的具体实施例进行详细描述。
本申请提供一种动态配置文案方法,应用于一种电子设备1。参照图1所示,为本申请动态配置文案方法较佳实施例的应用环境示意图。
在本实施例中,电子设备1可以是服务器、手机、平板电脑、便携计算机、桌上型计算机等具有运算功能的终端客户端。
存储器11包括至少一种类型的可读存储介质。所述至少一种类型的可读存储介质可为如闪存、硬盘、多媒体卡、卡型存储器等的非易失性存储介质。在一些实施例中,所述可读存储介质可以是所述电子设备1的内部存储单元,例如该电子设备1的硬盘。在另一些实施例中,所述可读存储介质也可以是所述电子设备1的外部存储器,例如所述电子设备1上配备的插接式硬盘,智能存储卡(Smart Media Card,SMC),安全数字(Secure Digital,SD)卡,闪存卡(Flash Card)等。
在本实施例中,所述存储器11的可读存储介质通常用于存储安装于所述电子设备1的动态配置文案程序10等。所述存储器11还可以用于暂时地存储已经输出或者将要输出的数据。
处理器12在一些实施例中可以是一中央处理器(Central Processing Unit,CPU),微处理器或其他数据处理芯片,用于运行存储器11中存储的程序代码或处理数据,例如执行动态配置文案程序10等。
网络接口13可选地可以包括标准的有线接口、无线接口(如WI-FI接口),通常用于在该电子设备1与其他电子客户端之间建立通信连接。
通信总线14用于实现这些组件之间的连接通信。
图1仅示出了具有组件11-14的电子设备1,但是应理解的是,并不要求实施所有示出的组件,可以替代的实施更多或者更少的组件。
可选地,该电子设备1还可以包括用户接口,用户接口可以包括输入单元比如键盘(Keyboard)、语音输入装置比如麦克风(microphone)等具有语音识别功能的客户端、语音输出装置比如音响、耳机等,可选地用户接口还可以 包括标准的有线接口、无线接口。
可选地,该电子设备1还可以包括显示器,显示器也可以称为显示屏或显示单元。
在一些实施例中可以是LED显示器、液晶显示器、触控式液晶显示器以及有机发光二极管(Organic Light-Emitting Diode,OLED)触摸器等。显示器用于显示在电子设备1中处理的信息以及用于显示可视化的用户界面。
可选地,该电子设备1还包括触摸传感器。所述触摸传感器所提供的供用户进行触摸操作的区域称为触控区域。此外,这里所述的触摸传感器可以为电阻式触摸传感器、电容式触摸传感器等。而且,所述触摸传感器不仅包括接触式的触摸传感器,也可包括接近式的触摸传感器等。此外,所述触摸传感器可以为单个传感器,也可以为例如阵列布置的多个传感器。
可选地,该电子设备1还可以包括逻辑门电路,传感器、音频电路等等,在此不再赘述。
在图1所示的装置实施例中,作为一种计算机存储介质的存储器11中可以包括操作系统以及动态配置文案程序10;处理器12执行存储器11中存储的动态配置文案程序10时实现如下步骤:
在前端和后台的文案中,每一个字符串设置一个Key;
在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
优选地,所述前端下载所述文件的步骤包括:
在前端启动应用;
请求后台的文案版本;
获得后台的文案版本后,判断后台的应用的文案版本号和前台的应用的文案版本号是否一致;
后台的文案版本号和前台的文案版本号不一致时,下载后台有修改的字符串及其Key打包的文件。
此外,优选地,所述前端显示所述文件中的字符串的步骤包括:
读取前端的应用的文案版本号中的Key;
在前端下载的后台的打包的文件中搜索,判断是否存在Key对应的字符串;
如果存在Key对应的字符串,显示文件中对应字符串;
当不存在Key对应的字符串,显示空字符空字符,所述空字符表示Key对应的字符串没有修改。
在其他实施例中,所述动态配置文案程序10还可以被分割为一个或者多个模块,一个或者多个模块被存储于存储器11中,并由处理器12执行,以完成本申请。本申请所称的模块是指能够完成特定功能的一系列计算机程序指令段。参照图2所示,为图1中动态配置文案程序10较佳实施例的功能模块图。所述动态配置文案程序10根据后台的应用程序在前端进行文案的动态配置,可以被分割为:
设置模块110,在前端和后台的文案中,每一个字符串对应一个Key;
修改模块120,当Key对应的字符串有修改时,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
请求模块130,当用户启动应用时,请求后台的文案版本号后;判断后台的应用的文案版本号和前端的应用的文案版本号是否一致,不一致时,下载后台打包的文件;
显示模块140,当用户的操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串。
优选地,所述动态配置文案程序10还包括:
注册模块,用户在前端对所述应用进行注册,获得用户信息;
用户权限设置模块,根据用户信息对不同用户设置不同的权限。
此外,本申请还提供一种动态配置文案方法。参照图3所示,为本申请动态配置文案方法较佳实施例的流程图。该方法可以由一个装置执行,该装置可以由软件和/或硬件实现。
在本实施例中,动态配置文案方法,根据后台的应用程序在前端进行文案的动态配置,包括:
步骤S1,在前端和后台的文案中,每一个字符串设置一个Key,所述字符串包括信息提示、界面布局(例如不同显示内容的不同坐标位置,不同风格等)和文字格式(颜色、大小、字型等)等;
步骤S2,在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
步骤S3,在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串。
所述步骤S3包括:前端更新文件的步骤和前端读取字符串的步骤,其中:
如图4所示,所述前端更新文件的步骤包括:
步骤S311,在前端启动应用,例如打开应用对应的APP;
步骤S312,请求后台的文案版本号;
获得后台的文案版本号后,在步骤S313中,判断后台的应用的文案版本号和前端的应用的文案版本号是否一致;
后台的文案版本号和前端的文案版本号不一致时,在步骤S314中,下载后台有修改的字符串及其Key打包的文件。
如图5所示,所述前端读取字符串的步骤包括:
步骤S321,读取前端的应用的文案版本号中的Key;
步骤S322,在前端下载的后台的打包的文件中搜索,判断是否存在Key对应的字符串;
如果存在Key对应的字符串,步骤S323,显示文件中对应字符串;
当不存在Key对应的字符串,步骤S324,显示空字符,所述空字符表示Key对应的字符串没有修改。
在一个具体实施例中:
"20107":{
"respMsg":"抱歉,Android相机出现问题。您可能需要重启设备。"
}
"20107"为Key,{"respMsg":"抱歉,Android相机出现问题。您可能需要重启设备。"}为Key对应的字符串,将上述Key及字符打包到一个文件中,假设文件名string.json,
文案可以配置,具有增加,删除,修改功能,例如Key映射到的是应用中的修改时,用户点击应用中的“修改”,在前端直接显示修改后的字符串。
在本申请的一个实施例中,所述在后台,对Key对应的字符串修改的方 法还包括:修改的字符串及其Key打包的文件中,所述同一Key可以根据用户权限设置不同的修改后的字符串,使得不同用户看到不同效果,例如,显示的字体、颜色、显示位置等不一样,甚至显示的字符串内容也可以不一样。
在本申请的一个实施例中,所述在后台,对Key对应的字符串修改的方法还包括:后台修改Key对应的字符串时根据前端用户的偏好生成不同的字符串的步骤,所述步骤包括:
采集前端用户对Key的操作数据,所述操作数据包括浏览数据、使用数据、下载数据和修改数据中的一种或多种;
根据所述操作数据对所述各用户进行聚类,得到不同操作偏好的用户群;
根据各用户群的不同操作偏好生成修改字符串的不同版本,例如,在一些游戏的操作中,不同用户对不同的按键功能有不同的选择,可以根据用户的操作偏好修改按键功能对应的Key的字符串;
当用户操作调用所述文件中的Key时,显示所述用户所属属用户群的修改后的字符串版本。
上述动态配置文案方法根据不同用户的不同操作偏好在后台修改Key对应的字符串,打包成文件,用户仅需要在前端下载所述文件,即可得到自己偏好的文案版本。
在一个可选实施例中,所述根据所述操作数据对所述各用户进行聚类的方法包括:
将用户在Key从发布到预修改的时间段内单位时间的操作次数作为偏好指标,构建各用户对所述Key的偏好矩阵,所述操作次数包括浏览次数、使用次数、下载次数和修改次数中的一种或多种;
通过上述偏好矩阵,采用层次聚类方法、K-means聚类方法进行聚类,得到用户群。
在另一个可选实施例中,所述根据所述操作数据对所述各用户进行聚类的方法包括:
构建用户对所述Key的操作数据随时间变化的时间序列;
根据不同序列之间的相似度进行聚类,从而得到用户的聚类,所述相似度包括欧式距离和动态弯曲距离。
在一个可选实施例中,当修改的字符串有多个时可以采用上述各实施例 中的方法依次根据前端用户的偏好生成不同的字符串,在一个优选实施例中,可以采用前端用户对多个字符串对应的多个Key的操作数据进行分群,根据分群结果修改所述多个字符串。
在一个可选实施例中,所述在后台,对Key对应的字符串修改的方法还包括:
获得每一个用户群的用户特征,所述用户特征包括年龄、性别、籍贯、职业和消费水平中的一个或多个;
根据用户特征将新用户和用户群进行匹配,得到新用户归属的用户群,将所属用户群的修改后的字符串版本发送给新用户。
在本申请的一个实施例中,所述在后台,对Key对应的字符串修改的方法还包括:
当预修改多个字符串,判断所述多个字符串对应的多个Key之间的依赖关系,当用户操作调用其中一个Key时,在前端显示有依赖关系或依赖关系大的设定个数其他Key,其中,所述依赖关系是一个Key的变化会影响到另一个Key。
优选地,还可以判断上述多个Key之间是否存在关联关系或/和组合关系,当用户操作调用其中一个Key时,在前端显示有关联关系或/和组合关系或者关联关系大、或/和组合关系大的设定个数其他Key,进一步,优选地,按照组合关系、关联关系和依赖关系的顺序可选地进行显示,其中,所述组合关系是指两个Key是整体和部分的关系,且整体和部分不可分;所述关联关系关联Key引用了被关联Key的全局变量。
优选地,所述多个Key之间的依赖关系确定的步骤包括:
筛选出完全依赖的Key集合,当一个Key对应的字符串修改使得另一Key对应的字符串功能缺失或者功能冲突时,所述一个Key与另一个Key完全依赖;
当Key之间不存在完全依赖的依赖关系时,根据其对应的字符串之间的相似度(例如,根据编辑距离算法获得字符串的相似度)确定Key之间的依赖关系,相似度越大,依赖关系越大。
上述动态配置文案方法通过Key之间关系的判断,使得前端用户通过下载一个Key修改字符串后的打包文件,即可现实与所述Key有关系的其他Key 的字符串,能够及时了解整个功能的变化。
在本申请的一个实施例中,动态配置文案方法包括:
在后台设定各Key之间的关系,所述关系包括无关系、依赖关系、关联关系、聚合关系和组合关系,所述聚合关系指两个Key是整体和部分的关系,整体和部分可分;
当预变化一个Key时,筛选出于所述Key有依赖关系、关联关系、聚合关系或/和组合关系的其他Key;
采集用户对所述Key及与其存在上述关系的其他的Key操作数据,所述操作数据包括用户对后台对应的前端的应用的操作数据,还包括从网络或者其他APP中相似Key的操作数据
U=[U
1,...,U
m]
K=[k
1,...,k
n]
其中,U为用户矩阵,K为Key矩阵,C为偏好信息矩阵,c
mn为用户U
m对Keyk
n的操作数据;
根据所述操作数据对所述各用户进行聚类,得到不同操作偏好的用户群;
根据各用户群的不同操作偏好生成修改字符串的不同版本,将有修改的字符串及其Key打包到一个文件,并修改对应的文案版本号;
在前端,当用户启动应用时,判断用户所属的用户群;
下载所述用户群对应的文案版本号的所述文件,当用户操作调用所述文件中的Key时,显示所述文件中版本的字符串。
优选地,上述动态配置文案方法还包括:判断用户是在后台对应的应用(APP,网页等)具有操作数据,如果没有操作数据,设定所述用户为新用户,将新用户所属用户群的文案版本号推荐给所述新用户。
优选地,所述根据所述操作数据对所述各用户进行聚类的方法包括
根据Key矩阵构建各用户对所述Key的偏好矩阵,
其中,C
n为Keyk
n从发布到预修改的时间段,p
mn为用户U
m对Keyk
n的偏好指标;
将偏好矩阵中的每一行元素看成一个向量,随机选取设定个数的向量,作为设定个数的初始簇的聚类中心;
分析偏好矩阵中除了聚类中心的其他向量与所述聚类中心的欧式距离,将其他向量指向欧式距离最小的初始簇,形成新簇;
将其他向量指向最相似的簇合成新簇以后,将新簇中不同用户相同菜品Key的偏好指标求均值(新簇的偏好矩阵的各列分别相加求平均),得到新簇的聚类中心;
判断新簇的聚类中心是否等于初始簇的聚类中心。
若是等于,则用户分群完成;
若是不等于,将该新簇的中心作为初始簇的聚类中心,返回分析向量之间欧式距离的步骤,直至新簇的中心不再发生变化,即,用户分群完成。
在本申请的一个实施例中,根据Key及其对应的字符串对Key进行聚类,当聚类结果中一个Key的字符串发生变动时,在前端还显现聚类结果中的其他Key。
优选地,所述根据Key及其对应的字符串对Key进行聚类的方法包括:
获取多个Key及其对应的字符串;
根据字符串生成词向量,例如,利用GenericUDF将字符串生成词向量;
对词向量进行聚类,确定各用户特征所属类别。
此外,本申请实施例还提出一种计算机非易失性可读存储介质,所述计算机非易失性可读存储介质中包括动态配置文案程序,所述动态配置文案程 序被处理器执行时实现如下步骤:
在前端和后台的文案中,每一个字符串对应一个Key;
在后台,当Key对应的字符串有修改时,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
在前端,当用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
优选地,所述在前端,当用户启动应用时,下载所述文件的方法包括:
在前端启动应用;
请求后台的文案版本;
获得后台的文案版本后,判断后台的应用的文案版本号和前台的应用的文案版本号是否一致;
后台的文案版本号和前台的文案版本号不一致时,下载后台有修改的字符串及其Key打包的文件。
此外,优选地,所述当用户操作调用所述文件中的Key时,显示所述文件中的字符串的方法包括:
读取前端的应用的文案版本号中的Key;
在前端下载的后台的打包的文件中搜索,判断是否存在Key对应的字符串;
如果存在Key对应的字符串,显示文件中对应字符串;
当不存在Key对应的字符串,显示空字符空字符,所述空字符表示Key对应的字符串没有修改。
此外,优选地,还包括修改的字符串及其Key打包的文件中,所述同一Key根据用户权限设置不同的修改后的字符串,使得不同用户看到不同效果。
此外,本申请还提供一种动态配置文案装置,包括:
设置模块,在前端和后台的文案中,每一个字符串对应一个Key;
修改模块,当Key对应的字符串有修改时,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;
请求模块,当用户启动应用时,下载修改模块打包的文件;
显示模块,当用户的操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串。
优选地,上述请求模块包括:
检测单元,检测启动应用的用户;
请求单元,请求后台的文案版本号后;
判断单元,判断后台的应用的文案版本号和前端的应用的文案版本号是否一致,不一致时,发送信号给下载单元;
下载单元,根据判断单元的信号,下载后台有修改的字符串及其Key打包的文件。
优选地,上述显示模块包括:
读取单元,读取前端的应用的文案版本号中的Key;
搜索单元,在前端下载的后台的打包的文件中搜索所述Key对应的字符串,搜索到所述对应的字符串时,发送第一信号给显示单元,未搜索到所述对应的字符串时,发送第二信号给显示单元;
显示单元,接收到搜索单元的第一信号时,显示文件中对应字符串;接收到搜索单元的第二信号时,显示空字符,所述空字符表示Key对应的字符串没有修改。
优选地,上述修改模块包括:
采集单元,采集前端用户对Key的操作数据,所述操作数据包括浏览数据、使用数据、下载数据和修改数据中的一种或多种;
分群单元,根据所述操作数据对所述各用户进行聚类,得到不同操作偏好的用户群;
修改单元,根据各用户群的不同操作偏好生成修改字符串的不同版本;
优选地,还包括:
注册模块,用户在前端对所述应用进行注册,获得用户信息;
用户权限设置模块,根据用户信息对不同用户设置不同的权;
判断模块,当预修改多个字符串,判断所述多个字符串对应的多个Key之间的依赖关系,其中,请求模块调用其中一个Key时,显示模块在前端显示有依赖关系或依赖关系大的设定个数其他Key。
本申请之计算机非易失性可读存储介质的具体实施方式与上述动态配置文案方法、装置、电子设备的具体实施方式大致相同,在此不再赘述。
上述动态配置文案方法、装置、电子设备及计算机非易失性可读存储介 质只需要下载有变化的文件,不需要修改应用程序,更加不需要不需要读取整个旧的应用程序对有变化的部分进行相应修改,也无需在前端重新打包修改后的应用程序,节省流量和时间,另外,前端的用户能够立马感知文案的变化。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、装置、物品或者方法不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、装置、物品或者方法所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、装置、物品或者方法中还存在另外的相同要素。
以上仅为本申请的优选实施例,并非因此限制本申请的专利范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。
Claims (20)
- 一种动态配置文案方法,其特征在于,包括:在前端和后台的文案中,每一个字符串设置一个Key;在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述在前端,当检测到用户启动应用时,下载所述文件的方法包括:在前端启动应用;请求后台的文案版本号;获得后台的文案版本号后,判断后台的应用的文案版本号和前端的应用的文案版本号是否一致;后台的文案版本号和前端的文案版本号不一致时,下载后台有修改的字符串及其Key打包的文件。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述当用户操作调用所述文件中的Key时,显示所述文件中的字符串的方法包括:读取前端的应用的文案版本号中的Key;在前端下载的后台的打包的文件中搜索,判断是否存在Key对应的字符串;如果存在Key对应的字符串,显示文件中对应字符串;当不存在Key对应的字符串,显示空字符,所述空字符表示Key对应的字符串没有修改。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述在后台,对Key对应的字符串修改的方法还包括:同一Key根据用户权限设置不同的修改后的字符串,使得不同用户看到不同效果。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述在后台,对Key对应的字符串修改的方法还包括:后台修改Key对应的字符串时根据前端用户的偏好生成不同的字符串的步骤,所述步骤包括:采集前端用户对Key的操作数据,所述操作数据包括浏览数据、使用数据、下载数据和修改数据中的一种或多种;根据所述操作数据对所述各用户进行聚类,得到不同操作偏好的用户群;根据各用户群的不同操作偏好生成修改字符串的不同版本;当用户操作调用所述文件中的Key时,显示所述用户所属用户群的修改后的字符串版本。
- 根据权利要求5所述的动态配置文案方法,其特征在于,所述根据所述操作数据对所述各用户进行聚类的步骤包括:将用户在Key从发布到预修改的时间段内单位时间的操作次数作为偏好指标,构建各用户对所述Key的偏好矩阵,所述操作次数包括浏览次数、使用次数、下载次数和修改次数中的一种或多种;通过上述偏好矩阵,采用聚类方法进行聚类,得到用户群。
- 根据权利要求5所述的动态配置文案方法,其特征在于,所述根据所述操作数据对所述各用户进行聚类的步骤包括:构建用户对所述Key的操作数据随时间变化的时间序列;根据不同序列之间的相似度进行聚类,从而得到用户的聚类,所述相似度包括欧式距离和动态弯曲距离。
- 根据权利要求5所述的动态配置文案方法,其特征在于,所述在后台,对Key对应的字符串修改的方法还包括:获得每一个用户群的用户特征,所述用户特征包括年龄、性别、籍贯、职业和消费水平中的一个或多个;根据用户特征将新用户和用户群进行匹配,得到新用户归属的用户群,将所属用户群的修改后的字符串版本发送给新用户。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述在后台,对Key对应的字符串修改的方法还包括:当预修改多个字符串,判断所述多个字符串对应的多个Key之间的依赖关系,当用户操作调用其中一个Key时,在前端显示有依赖关系或依赖关系大的设定个数其他Key。
- 根据权利要求9所述的动态配置文案方法,其特征在于,所述多个Key之间的依赖关系确定的步骤包括:筛选出完全依赖的Key集合,当一个Key对应的字符串修改使得另一Key对应的字符串功能缺失或者功能冲突时,所述一个Key与另一个Key完全依赖;当Key之间不存在完全依赖的依赖关系时,根据其对应的字符串之间的相似度确定Key之间的依赖关系,相似度越大,依赖关系越大。
- 根据权利要求1所述的动态配置文案方法,其特征在于,所述在后台,对Key对应的字符串修改的方法还包括:当预修改多个字符串,判断上述多个Key之间是否存在关联关系或/和组合关系,当用户操作调用其中一个Key时,在前端显示有关联关系或/和组合关系或者关联关系大、或/和组合关系大的设定个数其他Key,其中,所述组合关系是指两个Key是整体和部分的关系,且整体和部分不可分;所述关联关系关联Key引用了被关联Key的全局变量。
- 根据权利要求1所述的动态配置文案方法,其特征在于,还包括:在后台设定各Key之间的关系,所述关系包括无关系、依赖关系、关联关系和组合关系;当预变化一个Key时,筛选出于所述Key有依赖关系、关联关系或/和组合关系的其他Key;采集用户对所述Key及与其存在上述关系的其他的Key操作数据;根据所述操作数据对所述各用户进行聚类,得到不同操作偏好的用户群;根据各用户群的不同操作偏好生成修改字符串的不同版本,将有修改的字符串及其Key打包到一个文件,并修改对应的文案版本号;在前端,当用户启动应用时,判断用户所属的用户群;下载所述用户群对应的文案版本号的所述文件,当用户操作调用所述文件中的Key时,显示所述文件中版本的字符串。
- 根据权利要求12所述的动态配置文案方法,其特征在于,还包括:判断用户是在后台对应的应用具有操作数据,如果没有操作数据,设定所述用户为新用户,将新用户所属用户群的文案版本号推荐给所述新用户。
- 一种动态配置文案装置,其特征在于,包括:设置模块,在前端和后台的文案中,每一个字符串对应一个Key;修改模块,当Key对应的字符串有修改时,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;请求模块,当用户启动应用时,下载修改模块打包的文件;显示模块,当用户的操作调用所述文件中的Key时,显示所述文件中的字符串,即更新后的字符串。
- 根据权利要求14所述的动态配置文案装置,其特征在于,所述请求模块包括:检测单元,检测启动应用的用户;请求单元,请求后台的文案版本号后;判断单元,判断后台的应用的文案版本号和前端的应用的文案版本号是否一致,不一致时,发送信号给下载单元;下载单元,根据判断单元的信号,下载后台有修改的字符串及其Key打包的文件。
- 根据权利要求14所述的动态配置文案装置,其特征在于,所述显示模块包括:读取单元,读取前端的应用的文案版本号中的Key;搜索单元,在前端下载的后台的打包的文件中搜索所述KeyKey对应的字符串,搜索到所述对应的字符串时,发送第一信号给显示单元,未搜索到所述对应的字符串时,发送第二信号给显示单元;显示单元,接收到搜索单元的第一信号时,显示文件中对应字符串;接收到搜索单元的第二信号时,显示空字符,所述空字符表示Key对应的字符串没有修改。
- 根据权利要求14所述的动态配置文案装置,其特征在于,还包括:注册模块,用户在前端对所述应用进行注册,获得用户信息。
- 根据权利要求14所述的动态配置文案装置,其特征在于,还包括:用户权限设置模块,根据用户信息对不同用户设置不同的权。
- 一种电子设备,其特征在于,包括存储器和处理器,所述存储器中存储有动态配置文案程序,所述动态配置文案程序被所述处理器执行时实现如 下步骤:在前端和后台的文案中,每一个字符串设置一个Key;在后台,对Key对应的字符串修改,Key固定,只修改字符串,将有修改的字符串及其Key打包到一个文件,并修改应用对应的文案版本号;在前端,当检测到用户启动应用时,下载所述文件,当用户操作调用所述文件中的Key时,显示所述文件中的字符串。
- 一种计算机非易失性可读存储介质,其特征在于,所述计算机非易失性可读存储介质中包括有动态配置文案程序,所述动态配置文案程序被处理器执行时,实现如权利要求1至13中任一项权利要求所述动态配置文案方法的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910053818.2 | 2019-01-21 | ||
| CN201910053818.2A CN109901859B (zh) | 2019-01-21 | 2019-01-21 | 动态配置文案方法、电子装置及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020151331A1 true WO2020151331A1 (zh) | 2020-07-30 |
Family
ID=66943992
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/118282 Ceased WO2020151331A1 (zh) | 2019-01-21 | 2019-11-14 | 动态配置文案方法、装置、电子设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN109901859B (zh) |
| WO (1) | WO2020151331A1 (zh) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109901859B (zh) * | 2019-01-21 | 2022-04-22 | 平安科技(深圳)有限公司 | 动态配置文案方法、电子装置及存储介质 |
| CN111124482B (zh) * | 2019-12-25 | 2024-05-07 | 北京达佳互联信息技术有限公司 | 文案信息的配置方法和装置 |
| CN116304463A (zh) * | 2023-03-15 | 2023-06-23 | 平安壹钱包电子商务有限公司 | 一种前端开发中的网页文案管理方法、装置、设备和介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170192941A1 (en) * | 2016-01-05 | 2017-07-06 | Quixey, Inc. | Computer-Automated Generation of Application Deep Links |
| US20180300318A1 (en) * | 2017-04-18 | 2018-10-18 | Salesforce.Com, Inc. | Natural language translation and localization |
| CN108804318A (zh) * | 2018-05-24 | 2018-11-13 | 北京金山安全软件有限公司 | 一种页面元素测试方法、装置、电子设备及存储介质 |
| CN108984170A (zh) * | 2017-06-02 | 2018-12-11 | 阿里巴巴集团控股有限公司 | H5页面多语言渲染方法及装置 |
| CN109901859A (zh) * | 2019-01-21 | 2019-06-18 | 平安科技(深圳)有限公司 | 动态配置文案方法、电子装置及存储介质 |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106155652A (zh) * | 2015-04-02 | 2016-11-23 | 阿里巴巴集团控股有限公司 | 一种多语言数据文件的生成方法和系统 |
| JP2017010476A (ja) * | 2015-06-26 | 2017-01-12 | 三菱電機株式会社 | 類似判定装置、類似判定方法及び類似判定プログラム |
| CN107741858A (zh) * | 2017-11-28 | 2018-02-27 | 深圳市鼎晟开元科技有限公司 | 多种语言版本的应用程序更新方法、装置及系统 |
-
2019
- 2019-01-21 CN CN201910053818.2A patent/CN109901859B/zh active Active
- 2019-11-14 WO PCT/CN2019/118282 patent/WO2020151331A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20170192941A1 (en) * | 2016-01-05 | 2017-07-06 | Quixey, Inc. | Computer-Automated Generation of Application Deep Links |
| US20180300318A1 (en) * | 2017-04-18 | 2018-10-18 | Salesforce.Com, Inc. | Natural language translation and localization |
| CN108984170A (zh) * | 2017-06-02 | 2018-12-11 | 阿里巴巴集团控股有限公司 | H5页面多语言渲染方法及装置 |
| CN108804318A (zh) * | 2018-05-24 | 2018-11-13 | 北京金山安全软件有限公司 | 一种页面元素测试方法、装置、电子设备及存储介质 |
| CN109901859A (zh) * | 2019-01-21 | 2019-06-18 | 平安科技(深圳)有限公司 | 动态配置文案方法、电子装置及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN109901859B (zh) | 2022-04-22 |
| CN109901859A (zh) | 2019-06-18 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3499363B1 (en) | Data collection method and apparatus | |
| WO2019072201A1 (zh) | 网页内容提取方法以及终端设备 | |
| US12229167B2 (en) | Systems and methods for grouping search results into dynamic categories based on query and result set | |
| CN104395882A (zh) | 定制的表情符号项集的建立和上下文感知呈现 | |
| US9111309B2 (en) | Caching multiple views corresponding to multiple aspect ratios | |
| CN105550252B (zh) | 一种文件定位方法、装置及电子设备 | |
| WO2019085474A1 (zh) | 计算引擎实现方法、电子装置及存储介质 | |
| CN105357204B (zh) | 生成终端识别信息的方法及装置 | |
| KR102830529B1 (ko) | 지정 항목 추천 방법 | |
| CN107846511A (zh) | 一种接入移动广告的方法、终端及计算机可读存储介质 | |
| US12468495B2 (en) | Page display method and apparatus | |
| US10540415B2 (en) | Apparatus and method for managing history information in an electronic device | |
| WO2019105456A1 (en) | Image processing method, computer device, and computer readable storage medium | |
| WO2020151331A1 (zh) | 动态配置文案方法、装置、电子设备及存储介质 | |
| CN108052591A (zh) | 信息推荐方法、装置、移动终端及计算机可读存储介质 | |
| CN107656729A (zh) | 列表视图的更新装置、方法及计算机可读存储介质 | |
| KR102277240B1 (ko) | 키워드 관계 구조를 이용한 동의어 추출 방법 및 시스템 | |
| US9898467B1 (en) | System for data normalization | |
| WO2023051440A1 (zh) | 信息展示方法、装置、电子设备及可读存储介质 | |
| EP3188417B1 (en) | Information display method, terminal and server | |
| US10643252B2 (en) | Banner display method of electronic device and electronic device thereof | |
| CN110020167B (zh) | 用户性别识别方法、装置、存储介质及电子设备 | |
| CN113987496A (zh) | 恶意攻击检测的方法、装置、电子设备及可读存储介质 | |
| CN115271776A (zh) | 广告获取的方法及其相关设备 | |
| CN115858608A (zh) | 一种数据处理方法、装置、存储介质及电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 19911166 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19911166 Country of ref document: EP Kind code of ref document: A1 |
