update to 页面类型
This commit is contained in:
parent
a85054e417
commit
fa50f20e25
@ -204,7 +204,7 @@ const siteAppListOptions: Partial<TabList> = {
|
|||||||
const dialogConfig: DialogConfig = {
|
const dialogConfig: DialogConfig = {
|
||||||
title: `卸载应用`,
|
title: `卸载应用`,
|
||||||
message: `您确定要从站点 <b>${site.pg?.name}</b> 卸载应用 <b>${row.title}</b> 吗?<br>
|
message: `您确定要从站点 <b>${site.pg?.name}</b> 卸载应用 <b>${row.title}</b> 吗?<br>
|
||||||
所有与此应用相关的文档类型和模块将被移除。`,
|
所有与此应用相关的页面类型和模块将被移除。`,
|
||||||
onSuccess({ hide }) {
|
onSuccess({ hide }) {
|
||||||
if (site.uninstallApp.loading) return;
|
if (site.uninstallApp.loading) return;
|
||||||
toast.promise(
|
toast.promise(
|
||||||
|
|||||||
@ -3788,7 +3788,7 @@ def send_renew_notification():
|
|||||||
)
|
)
|
||||||
|
|
||||||
for site in sites:
|
for site in sites:
|
||||||
# 获取团队信息(不包括phone字段,因为Team文档类型中没有这个字段)
|
# 获取团队信息(不包括phone字段,因为Team页面类型中没有这个字段)
|
||||||
team_info = jingrow.db.get_value("Team", site.team, ["user", "notify_email", "billing_email"], as_dict=True)
|
team_info = jingrow.db.get_value("Team", site.team, ["user", "notify_email", "billing_email"], as_dict=True)
|
||||||
if not team_info:
|
if not team_info:
|
||||||
continue
|
continue
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
from jingrow.model.document import Document
|
from jingrow.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class SiteAnalyticsDocType(Document):
|
class SiteAnalyticsPageType(Document):
|
||||||
# begin: auto-generated types
|
# begin: auto-generated types
|
||||||
# This code is auto-generated. Do not modify anything in this block.
|
# This code is auto-generated. Do not modify anything in this block.
|
||||||
|
|
||||||
|
|||||||
@ -79,7 +79,7 @@ Details,详细信息,
|
|||||||
Developer,开发者,
|
Developer,开发者,
|
||||||
Disabled,禁用,
|
Disabled,禁用,
|
||||||
Document Name,文档名称,
|
Document Name,文档名称,
|
||||||
Document Type,文档类型,
|
Document Type,页面类型,
|
||||||
Domain,主域名,
|
Domain,主域名,
|
||||||
Domains,域,
|
Domains,域,
|
||||||
Download,下载,
|
Download,下载,
|
||||||
@ -219,8 +219,8 @@ Read,阅读,
|
|||||||
Reason,原因,
|
Reason,原因,
|
||||||
Rebuild,重建,
|
Rebuild,重建,
|
||||||
Recipient,收件人,
|
Recipient,收件人,
|
||||||
Reference PageType,参考文档类型,
|
Reference PageType,参考页面类型,
|
||||||
Reference Pagetype,参考文档类型,
|
Reference Pagetype,参考页面类型,
|
||||||
Reference Name,参考名称,
|
Reference Name,参考名称,
|
||||||
Region,区域,
|
Region,区域,
|
||||||
Rejected,拒绝,
|
Rejected,拒绝,
|
||||||
|
|||||||
|
Loading…
x
Reference in New Issue
Block a user