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