update to 页面类型

This commit is contained in:
jingrow 2025-04-13 17:49:07 +08:00
parent a85054e417
commit fa50f20e25
4 changed files with 6 additions and 6 deletions

View File

@ -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(

View File

@ -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

View File

@ -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.

View File

@ -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,拒绝,

1 API Key API密钥
79 Developer 开发者
80 Disabled 禁用
81 Document Name 文档名称
82 Document Type 文档类型 页面类型
83 Domain 主域名
84 Domains
85 Download 下载
219 Reason 原因
220 Rebuild 重建
221 Recipient 收件人
222 Reference PageType 参考文档类型 参考页面类型
223 Reference Pagetype 参考文档类型 参考页面类型
224 Reference Name 参考名称
225 Region 区域
226 Rejected 拒绝