diff --git a/.gitignore b/.gitignore index b2d6de3..9651d0b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,8 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +.history + +config +.claude \ No newline at end of file diff --git a/README.md b/README.md index bce6eb2..b28211a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,13 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati ## Installation ```bash -npm install +yarn ``` -**Note**: feel free to use the package manager of your choice. - ## Local Development ```bash -npm run start +yarn start ``` This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. @@ -21,7 +19,7 @@ This command starts a local development server and opens up a browser window. Mo ## Build ```bash -npm run build +yarn build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. @@ -31,13 +29,13 @@ This command generates static content into the `build` directory and can be serv Using SSH: ```bash -USE_SSH=true npm run deploy +USE_SSH=true yarn deploy ``` Not using SSH: ```bash -GIT_USER= npm run deploy +GIT_USER= yarn deploy ``` -If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. +If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch. diff --git a/blog/1970-01-01-welcome/index.md b/blog/1970-01-01-welcome/index.md new file mode 100644 index 0000000..56f8f22 --- /dev/null +++ b/blog/1970-01-01-welcome/index.md @@ -0,0 +1,24 @@ +--- +title: Welcome +tags: + - hello + - develop +authors: + - ling +--- + +{/* truncate */} + +测试 + +```plain +aaaa11 +``` + +[官方文档](https://docusaurus.io/docs/blog) + +[blog配置](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog) + +[Decap CMS地址](https://decapcms.org/docs/docusaurus/) +![太痛了](/img/taitongle.jpg) +![我嘞个大头虾](./touxiang.jpg) diff --git a/blog/1970-01-01-welcome/touxiang.jpg b/blog/1970-01-01-welcome/touxiang.jpg new file mode 100644 index 0000000..54dde11 Binary files /dev/null and b/blog/1970-01-01-welcome/touxiang.jpg differ diff --git a/blog/2019-05-28-first-blog-post.mdx b/blog/2019-05-28-first-blog-post.mdx deleted file mode 100644 index a62ee55..0000000 --- a/blog/2019-05-28-first-blog-post.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -slug: first-blog-post -title: First Blog Post -authors: [slorber, yangshun] -tags: [hola, docusaurus] ---- - -Lorem ipsum dolor sit amet... - -{/* truncate */} - -...consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet diff --git a/blog/2019-05-29-long-blog-post.mdx b/blog/2019-05-29-long-blog-post.mdx deleted file mode 100644 index 681cf0e..0000000 --- a/blog/2019-05-29-long-blog-post.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -slug: long-blog-post -title: Long Blog Post -authors: yangshun -tags: [hello, docusaurus] ---- - -This is the summary of a very long blog post, - -Use a `{/*` `truncate` `*/}` comment to limit blog post size in the list view. - -{/* truncate */} - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet diff --git a/blog/2021-08-01-mdx-blog-post.mdx b/blog/2021-08-01-mdx-blog-post.mdx deleted file mode 100644 index 0c4b4a4..0000000 --- a/blog/2021-08-01-mdx-blog-post.mdx +++ /dev/null @@ -1,24 +0,0 @@ ---- -slug: mdx-blog-post -title: MDX Blog Post -authors: [slorber] -tags: [docusaurus] ---- - -Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/markdown-features), such as [MDX](https://mdxjs.com/). - -:::tip - -Use the power of React to create interactive blog posts. - -::: - -{/* truncate */} - -For example, use JSX to create an interactive button: - -```js - -``` - - diff --git a/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg b/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg deleted file mode 100644 index 11bda09..0000000 Binary files a/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg and /dev/null differ diff --git a/blog/2021-08-26-welcome/index.mdx b/blog/2021-08-26-welcome/index.mdx deleted file mode 100644 index a21bccd..0000000 --- a/blog/2021-08-26-welcome/index.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -slug: welcome -title: Welcome -authors: [slorber, yangshun] -tags: [facebook, hello, docusaurus] ---- - -[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog). - -Here are a few tips you might find useful. - -{/* truncate */} - -Simply add Markdown files (or folders) to the `blog` directory. - -Regular blog authors can be added to `authors.yml`. - -The blog post date can be extracted from filenames, such as: - -- `2019-05-30-welcome.md` -- `2019-05-30-welcome/index.md` - -A blog post folder can be convenient to co-locate blog post images: - -![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg) - -The blog supports tags as well! - -**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config. diff --git a/blog/2025-01-01-xy/4-其他平台账号.md b/blog/2025-01-01-xy/4-其他平台账号.md new file mode 100644 index 0000000..432c50d --- /dev/null +++ b/blog/2025-01-01-xy/4-其他平台账号.md @@ -0,0 +1,49 @@ +--- +title: 其他平台账号 +tags: [account] +--- + +{/* truncate */} + +### 催缴中台 + +| 角色 | userid | +| :------- | :------------ | +| 租务专员 | bjzuwu | +| | 196181 | +| 租务经理 | lhzwjl | +| 管理员 | admin | +| pw | srvmid@220930 | + +### 数据中台 +| 角色 | userid | +| :----- | :--------- | +| 管理员 | admin | +| pw | Xy@1997qwe | + +### cbs +| 城市 | userid | 备注 | +| :--------- | :------------ | :--------------------------------------- | +| 北京管理员 | lxyplm789 | 无菜单 509548 | +| 无锡管理员 | 575331 | 买卖 8300033,8341828 | +| 常州管理员 | 8070021 | | +| 天津管理员 | 159017 | 全能经纪人 杨元庆 8137386 蒋得宁 8280960 | +| 太原大账户 | 100943 | | +| 上海管理员 | 608349 | | +| 南京大账户 | 1125 | | +| 杭州管理员 | 649383 | | +| 郑州大账户 | 8284270 | | +| 苏州管理员 | 670832/202120 | cbs收房 670832 | +| pw | App!User5i5j@ | | + + +### 相寓+ + +| 城市 | 手机号 | 姓名 | +| :--- | :---------- | ------ | +| 苏州 | 13912345678 | | +| 上海 | 18812345678 | 王凤琴 | +| 南京 | 18001918991 | | +| 天津 | 13110050863 | | +| 武汉 | 15652168880 | | +| pw | 123456 | 666666 | diff --git a/blog/2025-01-01-xy/8-本地开发-不常用.md b/blog/2025-01-01-xy/8-本地开发-不常用.md new file mode 100644 index 0000000..b2a0110 --- /dev/null +++ b/blog/2025-01-01-xy/8-本地开发-不常用.md @@ -0,0 +1,199 @@ +--- +title: 本地开发-不常用 +tags: [develop] +--- + +{/* truncate */} + +### hibernate/jdbc + +```java +//hibernate查询 +findById(Long); +Dao.getHibernateTemplate().find(sql); +findByHql(StringBuffer, new ArrayList()); +.findByHql(hql); + +//hibernate分页 +Dao.findByHql(page, hql, params); + +//hibernate保存 +Dao.saveOrUpdate(对象); + +//jdbc查询 +queryForObject +_jdbcQueryForListNotAll +jdbcSqlQueryForListBean + +//jdbc分页 +_jdbcQueryForPage +jdbcQueryForPage + +//jdbc保存 +getJdbcTemplate().update + +//刷新hibernate事务 +Dao.getHibernateTemplate().getSessionFactory().getCurrentSession().flush(); + +//持久化对象变成托管状态 +appendixLackInfoDao.getHibernateTemplate().getSessionFactory().getCurrentSession().evict(appendix); +``` + + + +### 角色/管辖通用方法 + +```java +//登录人信息 +TawSystemSessionForm sessionform = (TawSystemSessionForm) HttpTool.getSession().getAttribute("sessionform"); + +//缓存查人查字典 +ID2NameService id2NameService = (ID2NameService) ApplicationContextHolder.getInstance().getBean("id2nameService"); +id2NameService.id2Name(peopleId, "org.hpin.basicsdate.dao.TawSystemUserDao"); +id2NameService.id2Name(dictTypeCode, "tawSystemDictTypeCache"); + +//获取角色 +roleIdLong roleId = MainRoleConstants.getInstance().getRoleId(MainRoleConstants.ROLEID_QJL); + +//登录人是否某角色 +MainRoleConstants.getInstance().isHjzxZyN(StaticMethod.nullObject2Long(sessionform.getRoleid())); +isSpecialUserRole(MainRoleConstants.ROLEID_GXGJ, true); + +//登录人是否有菜单权限 +PrivMgrLocator.getPrivMgr().hasPriv(sessionForm.getUserid(),"work_sf_termination"); + +//用户id查询用户信息 +tawSystemUserService.findByUserId(housePeopleGJId); +TawSystemSessionBo.getSessionForm(housePeopleGJId); + +//角色id查询角色 +nameITawSystemRoleManager mgr = (ITawSystemRoleManager)SpringTool.getBean("ItawSystemRoleManager"); + +//角色id查询角色(审核人的角色名) +String roleName = mgr.getRoleNameById(Long.parseLong(actApprovalInsInfo.getCurrentTaskRole())); +String roleName = iTawSystemRoleManager.getRoleNameById(Long.parseLong(sessionform.getRoleid())); + +//登录人和角色 查用户(上海) +tawSystemUserDao.getUserByUserIdAndRoleId(housePeopleGJId,MainRoleConstants.getInstance().getRoleId(MainRoleConstants.ROLEID_SFGJ)+""); + +//管辖范围和角色id 查所有用户 +tawSystemUserService.getUpUserByRegionsAndRoleId(ownRegionList, roleId); +(TawSystemUserRefRole)mgr.getUserRefRoleByuserid(actApprovalInsInfo.getLastModifiorName()).get(0).getRoleid(); + +//管辖范围 +sqlList conditionList = new ArrayList(); +conditionList.add("contractMainInfo.STORE_CODE"); +String regionCondition = DataQueryConditionUtil.getStoreQueryCondition(sessionForm, conditionList,DataQueryConditionUtil.TYPE12, null, null, false); + +//查询用户上级 +getUpUserByRegionAndRoleIds + +//刷新redis 条件是 不是windows就可以刷 +TawSystemDictTypeCache.afterPropertiesSet +``` + +### utils + +```java +//创建数据编号 +StaticCode.getGenerationCode(StaticCode.WTTP, changeContractBatch.getId().toString()) + +//字典list +.getDictSonsByDictid + +//日期util +DateUtils .convertDate + +//改文字编码 +URLDecoder.decode + +//拷贝对象 +PropertyUtils.copyProperties(new,old) +``` + +### 定时 + +| 标题 | 内容 | 备注 | +| ------------ | ------------------------------------------------------------ | ---- | +| 控制定时时间 | 5秒一次 0/5 * * * * ?
5分一次 0 0/5 * * * ?
9点到6点 5分一次 0 0/5 9-16 * * ?
每天两点 0 0 2 * * ? | | +| | | | + + + +### 杂 + +#### 网段被限制 + +``` +网段被限制 PermitIpInfoDao.java + 或 checkCurrentIpIsPermited 把false删掉 +登录被限制 WIWJ_PERMIT_EQUIPMENT_TABLE +``` + + + +#### 正则 + +```js +var regex= /^\d{11}$/; + if (!regex.test(agentPhoneNo)) { + alert("请输入11位的手机号码。"); + return true; + } +``` + + + +### sessionfrom存值 + +``` +id=8080806660b71ff10160b9c6b40a0583 +userid=8162544 +username=符永跃 +deptid=10201JH030102 +deptpriid=1126846 +deptname=万年花城一区租赁A店收房组 +privid= +isHavePriv=false +privname= +roleid=562 +rolename= +isadmin=false +romteaddr=10.1.74.43 +password=1191c13a9e1661ba2b38d766b642eb54 +rolelist=[org.hpin.commons.system.role.model.TawSystemSubRole@c20995ee] +contactMobile=13000000000 +memSubCompayid=0 +memSubCompscname= +memSubCompscode= +projectInfoId= +projectInfoName= +diptidTop=102 +circleCode=null +deviceID= +isOpen= +isFirstLogin=false +dqRegionId=101JH +ztRegionId=101JH03 +mdRegionId=101JH0301 +storeId=101JH030102 +storePkId=155637 +isMedia=false +storeCode=01.0839.003.004 +roleCircleMap={0=null} +isByCircleSearch=false +storeName=万年花城一区租赁A店收房组 +userdegree=0 +ownRegionIds=101JH030102 +sharedRegionIds= +isCWUser=false +isSFUser=false +isAllRegion=false +machineCode= +userUnit=562','8162544','10201JH030102 +roles= +roleNames= +validatorResults= +page=0 +``` + diff --git a/blog/2026-01-01-xy/1-AMS账号.md b/blog/2026-01-01-xy/1-AMS账号.md new file mode 100644 index 0000000..daa708e --- /dev/null +++ b/blog/2026-01-01-xy/1-AMS账号.md @@ -0,0 +1,217 @@ +--- +title: AMS账号 +tags: [account] +--- + + +### 北京 +| 角色 | 姓名 | userid | - | 角色 | 姓名 | userid | +| :------------------- | :------ | :-------- | :--- | :----------- | :----- | :------- | +| 经纪人 | 李凯旋 | 657803 | | 华熙经纪人 | 706010 | 8108920 | +| 商圈经理 | 薛梽纲 | 654593 | | 华熙商圈经理 | 705889 | 705480 | +| 区总监 | | 638054 | | 房山经纪人 | | 8399013 | +| 财务专员 | 武雪 | 692824x | | 房山商圈经理 | | 20241213 | +| 事业总 | 赵金阳 | 515926 ||||| +| 相寓总经理 | 杨春志 | 95175x ||||| +| 租赁总监 | 王孝毡 | 242160 ||||Xyams1997qwe| +| 财务主管 | 王媛娇 | 76833 ||||| +| 北京相寓副总经理 | 徐璇 | 104357 ||||| +| 租务部全管辖 | 李金玲 | 548568 ||||| +| 智能锁专员 | 蒋子妍 | 8248612 ||||| +| 智能锁主管 | | 8248612x1 ||||| +| 承租财务审核 | | 112233 ||||| +| 北京相寓呼叫专员 | 李霜 | 358380 ||||| +| 线上产品主管 | | 8212426x1 ||||| +| 中心店主管 | | 83875 ||||| +| 运营管理中心总监审核 | | 20220321 ||||| +| 法务专员 | 赵爽 | 8208006x ||||| +| 客服总监 | 陈楠3 | 106561 ||||| +| 相寓流程专员 | 邱瑞 | 548085 ||||| +| 相寓客诉部主管 | 王蕾 | 580561 ||||| +| 对内客服主管 | 周晓 | 638349x ||||| +| 相寓支持中心总监 | 杨贵学1 | 8158847 ||||| +| 爱家营业务法务经理 | 杜瑶瑶 | 8237974x ||||| + +{/* truncate */} + +### 杭州 + +| 角色 | 姓名 | userid | - | 角色 | 姓名 | userid | +| :----------------- | :------ | :----------- | :--- | :------- | :------ | :------ | +| 经纪人 | 章汉杰 | 8316455 | | 经纪人 | 朱二旺 | 8316455 | +| 业务主任 | 徐陈玲2 | 579507 | | 业务主任 | 徐陈玲2 | 686029 | +| 租赁区经理 | 张建君 | 597 ||||| +| 租赁区总监 | 潘玉明 | 93714/135294 ||||| +| 房管部审核专员 | 黄韩超 | 8215811 ||||Xyams1997qwe| +| 房管部主管 | 葛文燕 | 95155 ||||| +| 房管部经理 | 徐逸颖 | 72072 ||||| +| 房管部后续专员 | 周梅5 | 8215606 ||||| +| 租赁核算部会计 | 赵晓红3 | 8219450 ||||| +| 租赁核算部助理 | 吴洁6 | 8227735 ||||| +| 业务执行副总 | 杨海哨 | 66735 ||||| +| 法务专员 | 李小碟 | 8338601 ||||| +| 租务专员 | 196181 | 20240514 ||||| +| 工程部报销审核专员 | | 289481 ||||| +| 工程部助理 | | 632527 ||||| + +### 上海 +| 角色 | 姓名 | userid | - | 预生产 | +| :-------------------- | :---------- | :------------- | :--- | :------ | +| 相寓管家 | | 8155269 | | 8266406 | +| 相寓区域经理 | | 8190279 | | 8266406 | +| 相寓区域总监) | | 255506 | | 8266406 | +| 战区总 | 战区总 | 121212 ||| +| 应收会计(合同) | 主管 123123 | 639174 ||| +| 相寓/审核专员(交割单) | | 196181/106964X ||Xyams1997qwe| +| 相寓副总经理 | | 140267 ||| +| 事业部总监 | | xysybzj ||| +| 绩效数据专员 | | ||| +| 相寓总经理 | | 98363 ||| +| 相寓支持部经理 | 欧阳艳 | 630771X2 ||| +| 出纳专员 | | 587308 ||| + +### 无锡 +| 角色 | 姓名 | userid | | +| :----------------- | :------------ | :------------- | ------------ | +| 经纪人 | 朱俭俭 | 642063 | | +| 营业经理 | | 642063x/243340 | Xyams1997qwe | +| 区经理 | | 8039498 | | +| 管家(交割单) | 张寅 | 8172094 | | +| 审核(协议,交割单) | 相寓合同专员 | acai | | +| 相寓审核专员(退租) | 相寓审核专员1 | 8184324 | | +| 相寓合同专员 | | acai | | +| 运营督导中心总监 | | 8039384 | | +| 相寓部经理 | | 8039026 | | +| 管家主管(全管辖?) | | 8139318 | | +| 租务专员 | | 20240110 | | + +### -南京 +| 角色 | 姓名 | userid | | +| :------------------- | :--------- | :-------- | ------------ | +| 相寓管家 | 李月红 | 655950 | | +| 区域经理 | 孙满义 | 680143 | Xyams1997qwe | +| 区域总监 | | 657479 | | +| 运营总监 | | 97416 | | +| 相寓管理部总监 | | 97416 | | +| 合同审核专员 | | 575380 | | +| 财务专员 | | 575380 | | +| 租务专员 | 196181 | njzwzy | | +| 客服主管 | | 8232349x2 | | +| 绩效专员 | | 55878 | | +| 相寓运营管理专员审核 | 审精装合同 | 8357065x2 | | +| 相寓高级经理 | | 566625 | | + +### -苏州 +| 角色 | 姓名 | userid | | +| :------------- | :----- | :-------- | ------------ | +| 相寓管家 | 周富强 | 90000105 | | +| 区域经理 | 姚刚 | 90000108 | | +| 区域总监 | 张孝红 | 90000144 | Xyams1997qwe | +| 风控专员 | 程真真 | 639174 | | +| 租务专员 | 常艳红 | 98122 | | +| 相寓总经理 | | 1441 | | +| 分单专员(解约) | | 702902 | | +| 出纳 | | 8373219x2 | | +| 诉讼专员 | | sszy | | + +### -天津 +| 角色 | 姓名 | userid | - | cbs | +| :----------------- | :--- | :------- | :------- | :----------- | +| 相寓管家 | | 90000112 | 10000162 | 8164869 | +| 区域经理 | | 10000169 | | | +| 区域总监 | | 5698589 | | | +| 管家 | | 8214352 | | Xyams1997qwe | +| 管家部经理 | | 139632 | | | +| 风控(合同) | | 138136x2 | | | +| 财务专员 | | 8208200 | | | +| 相寓总经理 | | 128248x | | | +| 租赁副总经理 | | 128248x | | | +| 财务主管(跳过审批) | | 707315 | | | +| 相寓业务总监 | | 128248 | | | +| 租务专员 | | 617742 | | | +| 出纳专员 | | 8269204 | | | + +### -郑州 +| 角色 | 姓名 | userid | | +| :------------------- | :----- | :-------- | ------------ | +| 经纪人 | 张海山 | 698143 | | +| 店经理 | 刘艳杰 | 8126228 | Xyams1997qwe | +| 区经理(合同打印) | 赵志杰 | 8148011 | | +| 相寓总经理 | 张海峰 | 95406 | | +| 运营支持经理 | | 8113252x6 | | +| 管家 | 魏华 | 8145390 | | +| 财务专员 | 李佳星 | 112212 | | +| 租务专员 | | acaizwzy | | +| 租赁经理(所属人调配) | | 8113252 | | + +### 太原 +| 角色 | 姓名 | userid | - | cbs | +| :----------- | :------------- | :----------- | :------ | :------------ | +| 经纪人 | 宋忠义 | 617742 | 641740 | 8101469 | +| 租赁区副总监 | 张晓东 | 8140456 | 8197520 | App!User5i5j@ | +| 租赁区总监 | 崔健 | 574642 | | | +| 相寓副总经理 | 郝文斌 | 96163x3 | | | +| 相寓总经理 | 郝文斌 | 96163x5 | | Xyams1997qwe | +| 财务合同专员 | | 612376 | | | +| 财务结算专员 | 任国红 | 8199888 | | | +| 服务管家 | 智美平 | 8205144 | | | +| 财务主管 | 张瑞玲 | 355359 | | | +| 产品中心总监 | 董腊梅 | 283920 | | | +| 对外客服主管 | 王文超2 | 594605 | | | +| 出房维护人 | 梁鹏 | 8204893 | | | +| 租务专员 | 租务专员 | 543708 | | | +| 出房维护人 | 看委托录入的谁 | 梁鹏/8204893 | | | + +### 成都直营 +| 角色 | 姓名 | userid | | +| :------------------- | :------- | :---------- | ------------ | +| 资管经理 | 张良 | 8304529 | | +| 区域经理 | 何富 | 8134317 | Xyams1997qwe | +| 租赁总监 | 蒋成 | 649736 | | +| 财务专员 | 顾正莹 | 8380498 | | +| 租务专员 | | 8384688 | | +| 出纳专员(审核付款单) | | 8369923x1 | | +| 承租流程 : | 客户管理 | 带看单 | | +| | -录入 | -约带看详情 | | +| | -私客 | -反馈 | | +| | -约带看 | -成交 | | + +### 武汉直营 +| 角色 | 姓名 | userid | - | | +| :--------------- | :--- | :------- | :------ | ------------ | +| 综合管家 | | 9383147 | 9380482 | | +| 业务经理 | | 9381668 | 9379004 | Xyams1997qwe | +| 业务总监 | | 9381669 | | | +| 财务专员 | | acaicwzy | | | +| 租务专员 | | 20231123 | | | +| 风控专员(审合同) | | 2005 | | | +| 相寓总经理 | | 123456 | | | + +### 广州直营 +| 角色 | 姓名 | userid | | +| :--------------- | :--- | :-------- | ------------ | +| 管家 | | 900000002 | | +| 区经理(业务经理) | | 700000001 | Xyams1997qwe | +| 区总监(业务总监) | | 600000001 | | +| 相寓总经理 | | 20230721 | | +| 财务专员 | | 112233 | | +| 租务专员 | | 20237721 | | +| 店经理 | | 800000001 | | + +### 深圳park +| 深圳角色 | 姓名 | userid | | +| :--------- | :------- | :--------------- | ------------ | +| 管家 | | 90001 | | +| | 寓升大区 | 8389424x1 | Xyams1997qwe | +| | 莲塘大区 | 123456 | | +| 店经理 | | 80001 | | +| 区经理 | | 70001 | | +| 应收会计 | | 20230911 | | +| park总经理 | 202310 | 8360935/20250710 | | + +### 天津park +| 角色 | 姓名 | userid | | +| :------- | :----- | :--------- | ------------ | +| 管家 | 郭冰洁 | 8333013 | | +| 应收会计 | | 20230615 | Xyams1997qwe | +| 财务专员 | | 2023061502 | | diff --git a/blog/2026-01-01-xy/2-数据库表.md b/blog/2026-01-01-xy/2-数据库表.md new file mode 100644 index 0000000..c6762fe --- /dev/null +++ b/blog/2026-01-01-xy/2-数据库表.md @@ -0,0 +1,452 @@ +--- +title: 数据库表 +tags: [develop] +--- + +## 查生产用 + +### 委托合同 + +```sql +-- 合同信息 +select * from wk_sf_contract where contractcode = 'YW10495945'; +select * from wk_sf_contract where ownerphoneno = '19268402308'; + +-- 履历 +select * from WIWJ_CONTRACT_TRACKING where contractid = 10897558 and CONTRACTTYPE = 'SF' order by ACTIONDATE desc; + +-- 周期 +select * from wk_sf_cycle where contractid = 10040639; +select * from wk_sf_cycle_price where contractid = 10040639; + +select * from WK_SF_CYCLE_PRICE_BACKUPS; + +-- 共有人 +select * from WK_SF_CONTRACT_OWNER where OWNERNAME like '% %'; + +-- 打印日志 +select * from WIWJ_AGREEMENT_PRINT_HISTORY where VERSIONKEY = 'SFXY08133183'; +select * from WIWJ_PRINT_HISTORY_SUMMARY where BUSINESSCODE = 'SFXY08133183'; + +select * from WIWJ_FILEPATH_TEMPSAVE where FILEPATHSIGNATURE = '/program/xydocbase1/bjtest/sfAgreement/20241107/AFWT10555147ZY_1001200010020/signatrue/AFWT10555147ZY_1001200010020_1_20241107164916.pdf'; + +-- 锁 +select * from WIWJ_SEE_SIGN_WAIT_INFO where house_id = ; +select * from WIWJ_LOCK_INFO where isDel = 1 AND is_control = 1 AND contract_code = ? order by createtime asc; + +-- 新续关系 +select * from WIWJ_SF_CONTRACT_XY_NEW_REL where contractid = '10770742'; + +-- 手机号历史 +select * from WIWJ_CONTRACT_PHONE_HIS; + +-- 附件 +select * from WIWJ_APPENDIX; +select * from WIWJ_APPENDIX_LACK_INFO; +select * from WIWJ_APPENDIX_LOG where CONTRACT_ID = 10448729 and CONTRACT_TYPE = 'SF' order by CREATETIME desc; + +-- 签章 +select * from WIWJ_SIGN_RULE where CODE in ('030037','9754'); + +-- 绑定 +select * from WIWJ_USER_REL_CONTRACT where CITY_CODE = 'hangzhou' and CONTRACTTYPE = 'SF'; +INSERT INTO WIWJ_USER_REL_CONTRACT(ID, USERID, CONTRACTID, ISDEL, CREATETIME, LASTMODIFIEDTIME, CONTRACTTYPE, CITY_CODE) + VALUES (USER_REL_CONTRACT_SEQ.NEXTVAL, (SELECT ID FROM CUSTOMER_USER WHERE MOBILE = '18835995130'), '10304863', '1', sysdate, sysdate, 'SF', 'hangzhou'); +``` + +### 系统 + +```sql +-- 人 角色 管辖 +select * from taw_system_user where userid = '527036'; +select * from TAW_SYSTEM_USERREFROLE where USERID = '328601'; + +select * from WIWJ_USER_REGION_REL where USER_ID = '527036' and IS_DEL = '1'; +select * from WIWJ_USER_REGION_REL urr +left join TAW_SYSTEM_USERREFROLE ur on urr.USER_ID = ur.USERID +where ROLEID = '565' and is_del = '1'; + +select REGION_NAME,DQ_REGION_CODE from wiwj_management_region where REGION_TYPE = '3'; + +-- 敏感词 +select * from WIWJ_USER_ACCESS_HISTORY where user_id ='8439098' and TARGET_TYPE = 'viewHouseDetail' and trunc(ACCESS_DATE_DAY) = '2026-04-25'; + + +-- 审批流 +select userid from VIEW_APVL_USERROLEFLOW +where DATA_CODE='XW10322406' +order by FLOWID desc; + +select v.* FROM APPROVAL_TOAPPR_VIEW_NEW v +LEFT JOIN ACT_APPROVAL_INS_INFO info ON v.TARGETID = info.TARGETID +WHERE info.TARGETCODE = 'AFWT10154186ZY'; + +select apvl.* from WIWJ_APVLFLOW apvl where apvl.APVLFLOW_DEF_ID = '200011001' and apvl.DATA_ID = '862908' ;--CREATE_TIME 2026-04-27 11:38:11 START_TIME 2026-04-27 11:38:11 END_TIME 2026-04-27 13:24:07 +select * from(select * from WIWJ_APVLNODE_RUNNING union all select * from WIWJ_APVLNODE_OVER) war +where war.apvlflow_id like '% %'; + +select * from( +sf.product_item as productItem, + )view1 + where + view1.flowdefid = '1000600010115' +and view1.CURRENT_NODE_NAME = '租赁总监审核' +and view1.productItem != 'PRODUCT_000004' + + +select * from ACT_DETAIL_APPRPROC_DEF where PROCVARIABLEVALUE like '1000600010007%' and DEFENABLE = 'ENABLE'; + +select * from ACT_DETAIL_APPRPROC_DEF where PROCVARIABLEVALUE like '10006000100070001%'; +select * from ACT_DETAIL_APPRPROC_DEF order by id desc;--8091 +select SEQ_DETAIL_APPRPROC_DEF.nextval from dual; + + +-- 中台视图 +VIEW_APP_MYGJ_% + + +-- cbs交互日志 +select CITY_CODE,count(0) from SYNC_BUILDINGHOUSE_LOG where INTERFACE_CODE = 'CX01' and trunc(UPDATE_TIME) > '2025-01-20' group by CITY_CODE; + +select *from WIWJ_SYNC_BUILDINGHOUSE_LOG where CHANNELNAME = 'HR01' and REQUEST like '%%' order by TRANSFERDATETIME desc; +``` + +### 委托协议 + +```sql +select * from wiwj_agreement_info where CONFERNO = 'SFXY08465955'; +select * from wiwj_agreement_info where CONTRACTTYPE = 'SF' and contractsid = '10660041' order by CREATETIME; + +select * from wiwj_agreement_detail_info where CONFERID = 'SFXY08465955'; + select ph.*,agr.* + from wiwj_agreement_info agr + left join wiwj_agreement_detail_info detail on agr.id = detail.CONFERID + left join WIWJ_AGREEMENT_PRINT_HISTORY ph on ph.VERSIONKEY = agr.CONFERNO + where detail.NAME = 'cycleLetDaysChange' --referenceRentChange + and detail.VALUE = 'Y' + and agr.ISPRINT = '1' + ; +``` + +### 房源 + +```sql +-- 房源 +select BUILDINGHOUSEID from wk_jc_house_info where id = 1000263706; +select * from WK_JC_BUILDING_HOUSE where id = 6307038298; +WK_JC_PROJECT + +select * from WIWJ_HOUSEINFO_LOG where id in (3744206,3744210,3745103,3746402); +delete from WIWJ_HOUSEINFO_LOG where id in (3744206,3744210,3745103,3746402); + +-- 房间 +select * from WIWJ_SF_ROOM_PRICE where sfcontractid = '10033448'; + +select * from WIWJ_SF_ROOM_PERIOD_PRICE where MODIFY_CAUSE is null and ROOM_PRICE like '%.%' order by GMT_CREATE desc; +select * from WIWJ_SF_ROOM_PERIOD_PRICE where MODIFY_CAUSE = 'init' and ROOM_PRICE like '%.%' order by GMT_CREATE desc;--22年1月 +select * from WIWJ_SF_ROOM_PERIOD_PRICE where MODIFY_CAUSE = 'agr_change_add' and ROOM_PRICE like '%.%' order by GMT_CREATE desc;--有 +select * from WIWJ_SF_ROOM_PERIOD_PRICE where MODIFY_CAUSE = 'add' and ROOM_PRICE like '%.%' order by GMT_CREATE desc; +select * from WIWJ_SF_ROOM_PERIOD_PRICE where MODIFY_CAUSE = 'del' and ROOM_PRICE like '%.%' order by GMT_CREATE desc; + + +-- 评估单 +select * from wk_sf_contract sf +--LEFT JOIN WIWJ_ESTIMATE_PRODUCT_REL epr ON epr.id = sf.product_code +where sf.CountPeople is null and sf.checkstate = '1011702' order by sf.createtime desc; + +WIWJ_ESTIMATE_PRODUCT_REL +WIWJ_ESTIMATE +-- 超时但没过期 +SELECT * FROM WIWJ_EVALUATE WHERE EVALUATE_CODE = 'PGD01978458'; +UPDATE WIWJ_EVALUATE SET GMT_CREATE = TIMESTAMP '2026-06-29 10:02:35' WHERE EVALUATE_CODE = 'PGD01978458'; + +-- 推荐表 +select * from wiwj_owner_recommend where cbs_house_id = '503903621'; +``` + +### 承租 + +```sql +-- 待租 +select * from WIWJ_HOUSEVR_INFO order by PHOTO_TIME desc;--where houseid = '1000050664' +select * from WIWJ_VR_REMIND_INFO; +``` + +### app + +```sql +-- 用户 认证 +select * from CUSTOMER_USER where MOBILE = '19268402308'; +select * from WIWJ_USER_AUTHINFO where id in(2242676); + +-- 消息 +select * from WK_PUSHMESSAGE where userid = '6134510' and trunc(CREATETIME) = trunc(sysdate); +``` + +### 解约 + +```sql +select * from WIWJ_SFJY_APPLICATION where APPLICATION_CODE = 'WTTZSQ0000024048'; +select TERMINATIONDATE from WK_SF_JY_TERMINATION where TERMINATIONCODE = 'WTJY100168566'; +``` + +### 其他 + +``` +WIWJ_PROPERTY_REPRINT_APPLY 上海-交割单再次打印申请 +wiwj_contract_print_history 合同打印履历 +WIWJ_FILEPATH_TEMPSAVE 文件路径保存 +``` + +{/* truncate */} + +## 统计表 + + + +| 物理名 | 别名 | 中文名 | 说明 | +| :----------------------------- | :-------------------------- | :------------------------------------- | :----------------------------- | +| 小区与管辖 | | | | +| WK_JC_PROJECT_INFO | ProjectInfo | 小区表 | | +| WK_JC_BUILDING_HOUSE | BuildingHouse | 小区信息详情表 | | +| WK_JC_BUILDING_INFO | BuildingInfo | 楼盘库bid对应表 | | +| WIWJ_REGION_PROJECT_REL | RegionProjectRel | 小区和管辖区域关系表 | | +| WIWJ_PROJECT_REGION_SHARE_REL | ProjectRegionShareRel | 共享小区与管辖区域关系表 | | +| WIWJ_MANAGEMENT_REGION | TawSystemManagementRegion | 店组管辖区域(小区对应的责任信息表) | | +| | | | | +| 房源 | | | | +| WK_JC_HOUSE_INFO | HouseInfo | 房源表 | | +| WK_JC_BUSINESS_CIRCLE | | 小区商圈表 | | +| WK_JC_OWNER_LINK_HOUSE | OwnerLinkHouse | 业主房屋关联表 | | +| WK_JC_OWNER_INFO | OwnerInfo | 业主表 | | +| WIWJ_PRICE_INFO_UPDATE | priceInfoUpdate | 价格调整表 | | +| WIWJ_OWNER_PHONE_INFO | OwnerPhoneInfo | 业主电话表 | | +| WK_JC_OWNER_HOUSE_HISTORY | OwnerLinkHouseHistory | 业主履历表 | | +| WK_JC_OWNER_HOUSE_HISTORY | OwnerLinkHouseHistory | 房源业主履历中间表 | | +| WK_JC_HOUSE_INFO_HISTORY | HouseInfoHistory | 房源履历表 | | +| WIWJ_CONTACT_RESULT | WiwjContactResult | 沟通记录表 | | +| WIWJ_ORDER_REASON | OrderReason | 操作记录 (房源日志) | (1.房源操作记录) | +| WIWJ_HOUSEINFO_LOG | | 新版房源日志 | | +| | | | | +| 评估单 | | | | +| WIWJ_ESTIMATE | | 评估单产品表 | 新版评估单弃用 | +| WIWJ_ESTIMATE_ALLOCATION_DATA | EstimateAllocationData | 局装,原装基础数据表 | 新版评估单新表 | +| WIWJ_ESTIMATE_ALLOCATION_REL | EstimateAllocationRel | 局装,原装的真实数据 | 新版评估单新表 | +| WIWJ_ESTIMATE_ROOMS | EstimateRooms | 产品房间 | 新版评估单新表 | +| WIWJ_DECORATION_BASE_DATA | DecorationBaseData | 标装(整装)预估装配基础数据 | 新版评估单新表 | +| WIWJ_ESTIMATE_DECORATION_REL | EstimateDecorationRel | 标装(整装)其他装修项目 | 新版评估单新表 | +| WIWJ_ESTIMATE_DECORATION_DATA | EstimateDecorationData | 标装(整装)基础数据 | 新版评估单新表 | +| | | | | +| 评估单产品 | | | | +| WIWJ_ESTIMATE_PRODUCT_REL | EstimateProductRel | 评估单产品详情表 | 新版评估单成为产品单主表 | +| WIWJ_ESTIMATE_DECORATION | EstimateDecoration | 评估单产品装配表 | | +| WIWJ_ESTIMATE_ROOM_PRICE | EstimateRoomPrice | 评估单产品房间价格表 | | +| WIWJ_ESTIMATE_PRODUCT_REL_BAK | | 产品预估详情bak表 | | +| WIWJ_ESTIMATE_DECORATION_BAK | EstimateProductRelBak | 产品装配bak表 | 新版评估单也在用 | +| WIWJ_ESTIMATE_AUDIT_LOG | estimateAuditLog | 产品审核log表 | | +| WIWJ_PRODUCT_ITEM | ProductItem | 产品模板表 | 分组整租模板 | +| | | | | +| 合同 | | | | +| WK_SF_CONTRACT | ContractMainInfo | 收房合同表 | pre是实际结束日 | +| WIWJ_OWNER_GRADING | OwnerGrading | 合同业主 | 只存代理委托和共有人 | +| WK_SF_CONTRACT_OWNER | SFContractOwner | 共有人表 | | +| WK_SF_HOUSE_CERTIFICATE | SFHouseCertificate | 其他房产证表 | | +| WK_SF_CYCLE | CycleInfo | 合同免租周期表(周期) | | +| WK_SF_CYCLE_PRICE | CyclePriceInfo | 合同租金表(价格周期) | | +| WIWJ_HOUSEINFOLINKROOMS_INFO | HouseInfoLinkRooms | 房屋关联房间表 | 相辅相成 | +| WIWJ_SF_ROOM_PRICE | SFContracRoomPrice | 房间表 | | +| WIWJ_SF_ROOM_PRICE_CHANGE_LOG | SfRoomPriceChangeLog | 合同房间履历表 | | +| WTBLACKLIST | WTBlackList | 委托黑名单表 | | +| WIWJ_BLACK_HISTORY | | 黑名单历史表 | | +| WIWJ_CONTRACT_TRACKING | ContractTracking | 合同记录追踪表(合同履历表) | | +| WIWJ_DEDUCTION_ORDER | DeductionOrder | 扣款单表(维修基金) | | +| WK_PAYMENT_DEDUCT_INFO | paymentDeductInfo | 付款计划和扣款单中间表 | | +| WK_PAYMENT_ORDER | PaymentOrder | 付款计划表 | | +| WIWJ_SIGNPIC_RE_SF_CONTRACT | | 签字图片表 | | +| WIWJ_PROPERTY_FILING_APPLY | PropertyFilingApply | 产权备案申请表 | | +| WIWJ_ATTACHMENT_FILE | AttachmentFile | 附件文件表 | | +| WIWJ_ATTACHMENT_SETTING | | 附件模板表 | 有数量 | +| WIWJ_FILEPATH_TEMPSAVE | FilePathTempSave | 合同生成表 | | +| WIWJ_LET_RESUME | LetResumeInfo | 招租失败履历表 | | +| WIWJ_SIGN | | 签约表 | 出房签约表 | +| WIWJ_SF_SUPPLE_AGREEMENT | SfSuppleAgreement | 补充协议(3个字段 id 合同id 内容) | | +| WIWJ_SF_CONTRACT_BASE_PRICE | ContractBasePrice | 什么基准价 | | +| TAW_COMMON_LOGOPERATOR | tawCommonLogOperator | 合同日志表 | | +| WIWJ_PRINT_HISTORY_SUMMARY | PrintHistorySummary | 合同打印次数表 | | +| WK_JC_TEMPLATE_INFO | TemplateInfo | 装修类型模板表 | | +| | | | | +| 附件 | | | | +| WIWJ_APPENDIX | Appendix | 附件表 | 附件模板 | +| WIWJ_APPENDIX_LACK_INFO | AppendixLackInfo | 附件缺件表 | | +| WIWJ_APPENDIX_LOG | AppendixLog | 附件日志表 | | +| WIWJ_IDENTIFY_ACCOUNT_HIS | IdentifyAccountHistory | 银行卡什么表.. | | +| WIWJ_ATTACHMENT_ADDRESSEE | ContractAttachmentAddressee | 附件收件表 | | +| WIWJ_XY_INN_HOUSE | HouseInfoFilter | 过滤房源 | INN,限量,顺义大区,甲醛房 | +| WIWJ_SIGN | Sign | 签约表 | | +| WK_SF_CONTRACT_CHECK_LINK | ContractCheckLink | 合同检查关联表 | | +| WIWJ_ANNUAL_REVENUE_CYCLE | AnnualRevenueCycle | 分益租周期表 | | +| WK_SF_PRICE_FIXING | PriceFixing | 房源定价表 | | +| WIWJ_USER_ACTION_LOG | UserActionLog | app用户访问日志 | | +| WIWJ_USER_REL_CONTRACT | UserRelContract | 合同绑定app用户关联表 | | +| WIWJ_INN_CYCLE | InnCycle | Inn周期 | 可能是承租 | +| WIWJ_SK_PLAN | SkPlan | 收款单 | (不是park PK)向业主收钱 | +| WIWJ_EXPIRATION_REMINDER | ExpirationReminder | 到期提醒表 | | +| WIWJ_SF_ROOM_PERIOD_PRICE | SfRoomPeriodPrice | 合同房间价格履历 | 房间价格周期 | +| | | | | +| 协议 | | | | +| wiwj_agreement_info | AgreementInfo | 协议详情表 | 协议主表(当时为什么写的详情) | +| wiwj_agreement_detail_info | AgreementDetailInfo | 协议表(一条数据拆分成几十条信息) | 协议详情表(当时为什么写的主表) | +| WIWJ_AGREEMENT_TRACKING | AgreementTracking | 协议日志 | | +| taw_system_dicttype | TawSystemDictType | 收房协议模板列表(字典表.....) | 字典表..... | +| WIWJ_CONTRACT_AGREEMENT_FILE | ContractAgreementFile | 协议附件表 | | +| WIWJ_AGREEMENT_LACK_INFO | AppendixAgreementLackInfo | 附件协议关联表(附件缺件表) | | +| WIWJ_AGREEMENT_PRINT_HISTORY | PrintAgreementHistory | 协议打印历史 | 算次数用 | +| WIWJ_PRINT_HISTORY_SUMMARY | PrintHistorySummary | 打印历史(本页写第二次) | 跟合同用的打印是一个 | +| WK_SF_CYCLE_PRICE_BACKUPS | CyclePriceBackupsInfo | 价格周期备份表 | | +| WK_SF_XYYX_PRICE_BACKUPS | SigningAmountBackupsInfo | 基准租金价格变更留存表 | | +| | | | | +| 交割单 | | | | +| WIWJ_PROPERTY_SETTLEMENT_INFO | PropertySettlement | 交割单表 | 三种交割单 新,续签,退租 | +| WIWJ_SF_PROPERTY_ITEM | SFPropertyItem | 交割单详情列表 | 数据所在 | +| WIWJ_PROJECT_SKACCOUNT_INFO | ProjectSkaccountInfo | 整个小区的物业信息 | | +| WIWJ_PROPERTY_PIC | PropertyPic | 交割单图片表 | | +| WIWJ_PROPERTY_BASEDATA | PropertyBaseData | 交割单物品基础数据模板 | 物品模板 | +| WIWJ_PROPERTY_ITEM_STANDARD | PropertyItemStandard | 交割单基础物品规格数据模板 | 物品规格模板 | +| WIWJ_SF_RENTAUDIT_CASE | SfRentauditCase | 交割单错误原因表 | | +| wiwj_SF_CHARGE_TYPE | SFPropertyChargeType | 收款单位二级联动数据 | 一二级信息 | +| WIWJ_SF_PROPERTY_ITEM_LOG | SFPropertyItemLog | 交割单日志表(物品修改记录表) | | +| WIWJ_SF_PROPERTY_ITEM_HISTORY | SFPropertyItemHistory | 交割单历史数据 | | +| WIWJ_PROPERTY_PIC_HISTORY | PropertyPicHistory | 交割单历史图片 | | +| WIWJ_ACCOUNT_NUMBER_INFO | AccountNumberInfo | 户号信息表 | | +| WK_SF_COST_ONE | CostOne | 费用一 表 | | +| wiwj_contract_print_history | PrintHistory | 物业/合同打印次数表 | 50交割 51承租 空 合同 | +| WIWJ_SIGNPIC_RE_PROPERTY | SignpicReProperty | 承租交割单录入及租客APP确认 | | +| WIWJ_PROPERTY_SETTLEMENT_HIS | PropertySettlementHistory | 新版交割单履历 | (上海市打印历史) | +| WIWJ_PRINT_HISTORY_SUMMARY | PrintHistorySummary | 打印历史(本页写第三次) | 跟合同用的打印是一个 | +| WIWJ_PROPERTY_ITEM_APPLY | PropertyItemApply | 户号变更申请表 | | +| WIWJ_PROPERTY_CHECK_LOG | propertyCheckLog | 交割单审核记录 | | +| WIWJ_SF_RENTAUDIT_ITEM | SfRentauditItem | 收房租务审核字典表 | | +| WIWJ_PROPERTY_ITEM_APPLY_LOG | PropertyItemApplyLog | 户号变更履历 | | +| WIWJ_PROPERTY_MANAGE_ITEM | PropertyManageItem | 在管期间操作表(交割单物品审核表) | | +| WIWJ_PROPERTY_MANAGE_PIC | PropertyManagePic | 在管期间操作图片表 | | +| WIWJ_PROPERTY_REPRINT_APPLY | | 上海-交割单再次打印申请 | | +| | | | | +| 退租申请 | | | | +| WIWJ_SFJY_APPLICATION | SfjyApplication | 收房退租申请表 | | +| WIWJ_ANNUAL_REVENUE_CYCLE | AnnualRevenueCycle | 年度收益周期表(分益租周期表) | | +| WIWJ_CFJY_APPLICATION | CfjyApplication | 出房退租申请 | | +| WIWJ_SF_JYAPPLY_PRINT_HISTORY | SfjyApplyPrintHistory | 解约打印历史表 | | +| | | | | +| 解约协议 | | | | +| WK_SF_JY_TERMINATION | SFJYTermination | 解约表 | 收房解约表 | +| WIWJ_PRINT_HISTORY_SUMMARY | PrintHistorySummary | 打印历史(本页写第四次) | 跟合同用的打印是一个 | +| WIWJ_SF_TERMINATION_APPLY_REL | TerminationApplyRelSF | 解约协议和退租申请关系表 | | +| WK_SF_JY_CLEANING_LIST | SFJYCleaningList | 收房解约结算单 | | +| WK_SF_JY_CLEANING_DETAIL | SFJYCleaningDetail | 收房解约结算单明细 | | +| WIWJ_ADVANCE_DEDUCTION | AdvanceDeduction | 生活费用可扣金额(承租预扣款信息表) | | +| WIWJ_SF_JY_PROPERTY_ITEM | SFJyPropertyItem | 解约交割单详情 | | +| WIWJ_REFUND_ORDER | RefundOrder | 退款订单列表 | | +| WK_SF_JY_COST_INFORMATION_ONE | SFJYCostInformationOne | 收房解约费用信息 | | +| WIWJ_SF_JY_PROPERTY_ITEM_HIS | SFJYPropertyItemHistory | 解约交割履历 | | +| | | | | +| 系统相关 | | | | +| taw_system_priv_menuitem | | 菜单表 | | +| taw_system_priv_operation | | 菜单中间表 | | +| TAW_SYSTEM_USER | | 用户表 | 下边常量 | +| wiwj_ehr_user_info | | ehr表用户表 | | +| TAW_SYSTEM_DICTTYPE | | 字典表 | | +| WIWJ_STATUS_INFO | StatusInfo | 状态表 | | +| TAW_SYSTEM_AREA | | 行政区划 | | +| TAW_SYSTEM_ROLE | TawSystemRole | 角色表 | | +| TAW_SYSTEM_USERREFROLE | TawSystemUserRefRole | 用户和角色关系表 | | +| WIWJ_USER_REGION_REL | UserRegionRel | 用户和管辖范围关系表 | | +| | | | | +| 到期管理 | | | | +| WIWJ_EXPIRATION_REMINDER | | 到期提醒表 | | +| WIWJ_CONTACT_RESULT_DETAIL_SF | ContactResultDetailSf | 合同到期沟通记录 收房 | | +| | | | | +| 交互日志 | | | | +| WIWJ_SYNC_BUILDINGHOUSE_LOG | | cbs | | +| WIWJ_SYNC_HOUSE_LOG | | crm | | +| | | | | +| APP用户相关 | | | | +| CUSTOMER_USER | CustomerUser | app用户表 | 建行创建用户(app用户) | +| WIWJ_USER_AUTHINFO | UserAuthInfo | 实名认证表 | | +| WIWJ_SHORTMESSAGE | | 短信表 | | +| WK_PUSHMESSAGE_HZ | | app消息 通知 | | +| WK_PUSHMESSAGE | | app消息 通知 | | +| ALLUSERS | | 历史用户 | | +| WIWJ_SIGNPIC_RE_SF_CONTRACT | SignpicReSfContract | 业主签字图片所在 | | +| | | | | +| 审批流 | | | | +| WIWJ_APVLFLOW | ApvlFlow | 审批流表 | | +| WIWJ_APVLFLOW_DEF | | 审批流基础表 | | +| ACT_APPROVAL_INS_INFO | ActApprovalInsInfo | 非收房审批流信息表 | | +| ACT_APPROVAL_PROCDEF | | 非收房审批流基础表 | | +| ACT_DETAIL_APPRPROC_DEF | | 非收房子审批流基础表 | | +| act_ru_variable | | 流程变量表 | | +| act_ru_task | | 流程进度表 | | +| act_hi_taskinst | | 流程历史 | | +| | | | | +| crm推荐 | | | | +| WIWJ_OWNER_RECOMMEND | | 业主推荐表 | | +| | | | | +| 承租 | | | | +| WIWJ_HOUSE_VACANT_INFO | | 待租表 | | +| WIWJ_HOUSING_DISCOUNT_APPLY | | 杭州-待租优惠信息表 | | +| | | | | +| 调配 | | | | +| WIWJ_CHANGE_CONTRACT_BATCH | ChangeContractBatch | 合同调配 | | +| | | | | +| APP中台 | | | | +| WIWJ_CITY_CONFIG | | 中台接口地址 | | +| WIWJ_WT_INFO | | 北京相寓app业主手动委托 | | +| | | | | +| park楼栋关联信息 | | | | +| WK_JC_business_circle | | 村镇 | | +| WK_JC_APARTMENT_INFO | | 公寓 | | +| WK_JC_PROJECT_INFO | | 楼栋 | | +| WK_JC_house_INFO | | | | +| | | | | +| 私盘公盘 | | | | +| WIWJ_DEPOSIT_MESSAGE | Deposit | 委托表(私盘) | | +| WIWJ_BLACK_APPLY | BlackApply | 委托黑名单限制申请表 | 新版评估单新表 | +| WIWJ_DEPOSIT_LINK_HOUSEKEEPER | DepositLinkHousekeeper | 委托管家表 | | +| WIWJ_EVALUATE | Evaluate | 评估单 | | +| WIWJ_EVALUATE_DETAIL | EvaluateDetail | 评估单详细表 | | +| WIWJ_EVALUATE_CONFIGURATION | EvaluateConfiguration | 评估单详细装配评估表 | | +| WIWJ_EVALUATE_IMAGE | EvaluateImage | 评估单图片表 | | +| WIWJ_EVALUATE_ROOM | EvaluateRoom | 评估单面积表 | | +| | | | | +| 杂 | | | | +| WK_PAYMENT_FROM_SKPLAN | PaymentFromSkplan | 收款单和付款计划关联表 | | +| WIWJ_SF_DEDUCTIONS_PERFORMANCE | | 扣业绩 | | +| WIWJ_SK_PLAN_OPERATE_HIS | SkPlanOperateHis | 收款计划履历 | | +| WIWJ_FILEPATH_TEMPSAVE | FilePathTempSave | 文件路径保存 | | +| WIWJ_JJR_WHITELIST | | 经纪人白名单 | | +| WIWJ_EVALUATE_ITEM | | 房源整体列表 | | +| WIWJ_EVALUATE_SELECT | | 房源整体详细列表(多选框)(分组加权标准) | | +| WIWJ_CONFIGURATION_SELECT | | 装配评估表 | | +| WIWJ_EVALUATE_DISPATCH | EvaluateDispatch | 评估推荐单列表 | 过时 | +| WIWJ_PRODUCT_CONFIGURE_REGION | ProductConfigureRegion | 不可录入评估单的大区表 | | +| WIWJ_MKTPRICE_BASEPRICE | | 小区基准价表 | Basepricemid | +| WIWJ_MKTPRICE_PROJ_MONINDEX | | | 分组和整租都用 | +| WIWJ_MKTPRICE_PROJ_HOUSE_TYPE | | | 整租用 | +| WIWJ_MKTPRICE_HOUSE_AREA | | 最大最小面积 | 整租用 | +| WIWJ_JC_BANK_BRANCH_INFO | | 银行表 | | +| WIWJ_WORK_CALENDAR | | 节假日历 | | +| WIWJ_OWNER_FOLLOWUP_RECORD | | 业主追踪表 | 应该不用了(用了 换签) | +| WIWJ_CLEANING_ORDER | WiwjCleaningOrder | 空气治理房源 | | +| WIWJ_AIRCONTROL_TRACK | AircontrolTrack | 无需空气治理房 | | +| WIWJ_DECORATION | Decoration | 装修单 | | +| V_LIST_ORDER_DEPOSIT_WITH_SUB | OrderDepositWithSub | 私盘列表 | 视图 | +| USERS2_TEMP | User2Temp | 导表 | | +| WIWJ_SEE_SIGN_RESULT | SeeSignResult | 实勘表(删图片用) | where houseId = '26725833' | +| WIWJ_USER_ACCESS_HISTORY | UserAccessHistory | 敏感信息 | | +| WIWJ_WT_INFO | | 全国北京库业主app推荐信息 | | +| WIWJ_SF_BLACK_APPLY | SFBlackApply | 上海黑名单申请 | | +| WIWJ_SF_PRODUCT_ITEM | | 郑州成都不知道啥表 | | +| WIWJ_MKTPRICE_BASEPRICE_IMPORT | | 成都直营评估单新增修改表 | | +| WIWJ_MKTPRICE_PZPRICE | | | | +| WIWJ_HIDE_CALL_INFO | | | 隐号拨打回调记录 | +| CHANGESYSAGENTID | | 杭州合同更改所属人 | 存储过程 | diff --git a/blog/2026-01-01-xy/3-本地开发.md b/blog/2026-01-01-xy/3-本地开发.md new file mode 100644 index 0000000..676c14b --- /dev/null +++ b/blog/2026-01-01-xy/3-本地开发.md @@ -0,0 +1,228 @@ +--- +title: 本地开发 +tags: + - develop +--- + +{/* truncate */} + + + +## 查询数据sql + +### 审批人 + +```sql +-- 新版 +select userid from VIEW_APVL_USERROLEFLOW +where DATA_CODE='WTJY01286494' +order by FLOWID desc; + +-- 旧版 +select v.* FROM APPROVAL_TOAPPR_VIEW_NEW v +LEFT JOIN ACT_APPROVAL_INS_INFO info ON v.TARGETID = info.TARGETID +WHERE info.TARGETCODE = 'AFWT10154186ZY'; +``` + +### 菜单权限 + +```sql + +select distinct decode(sub.subrolename,null,ref.rolename,sub.subrolename) as ROLENAME,oper.* from taw_system_priv_operation oper +left join taw_system_priv_menuitem mi on mi.code = oper.code +left join taw_system_priv_assign assi on assi.privid=mi.menuid +left join taw_system_sub_role sub on sub.id =assi.objectid +left join taw_system_userrefrole ref on to_char(ref.roleid) = assi.objectid +where oper.url='confirm_let_fail'; + +-- 菜单名字 +select * from taw_system_priv_operation where code = '36' ; + +-- 角色名跟菜单名不对应时使用 +-- 填入实际角色,查询配置菜单时的角色名 +select rolepriv.name from taw_system_sub_role sub +left join taw_system_priv_assign assi on sub.id =assi.objectid + left join taw_system_priv_menu rolepriv on rolepriv.PRIVID = assi.PRIVID +where sub.SUBROLENAME = '管家'; + +-- 旧版 +select sub.subrolename,oper.* from taw_system_priv_operation oper +left join taw_system_priv_menuitem mi on mi.code = oper.code +left join taw_system_priv_assign assi on assi.privid=mi.menuid +left join taw_system_sub_role sub on sub.id =assi.objectid +where oper.url='contract_sf_del'; +``` + +### + +## 修改数据sql + +### 委托合同 + +```sql +-- 修改业主信息 +select ownername,ownerphoneno,certificatestype,certificatescode from wk_sf_contract where contractcode = 'AFWT100024229ZY'; +update wk_sf_contract set ownername = 'lhth',ownerphoneno = '18835995130',certificatestype = '1013302',certificatescode = '124124124' where contractcode = 'AFWT100024229ZY'; + +-- 修改付款方式月付/季付 +select PAYMENTTYPE from wk_sf_contract where contractcode = 'AFWT100025143ZY'; +update wk_sf_contract set PAYMENTTYPE = '10100070002' where contractcode = 'AFWT100025143ZY'; + +-- 生产修改财务审核状态为待审核 +update wk_sf_contract set checkstate = '1011703' where contractcode = 'AFWT10168121ZY'; + +-- 生产清空非代理人签约时的 代理人信息 +select AGENTPEOPLE, agentcertificatetype, AGENTCERTIFICATENO from wk_sf_contract where contractcode = 'XW10518115'; +update wk_sf_contract set AGENTPEOPLE = null, agentcertificatetype = null, AGENTCERTIFICATENO = null where contractcode = 'XW10518115'; + +-- 修改打印版本 +SELECT CONTRACTPRINTVERSION,PREFERRED_VERSION FROM wk_sf_contract WHERE contractcode = 'AFWT100025143ZY'; +update wk_sf_contract set CONTRACTPRINTVERSION = 'yxV1.0',PREFERRED_VERSION='1' WHERE contractcode = 'AFWT100025143ZY'; + +-- 电子改纸质 +-- 太原为1000100820001 纸质 +select signing_route from wk_sf_contract where contractcode = 'YW10035806'; +update wk_sf_contract set signing_route = '1000100790001' where contractcode = 'YW10035806'; + +-- 改成营业执照 +update wk_sf_contract set certificatestype = '101330001' where contractcode = 'YW10035806'; +``` + +### 添加app关联合同 + +```sql +-- 按手机号插入 +INSERT INTO WIWJ_USER_REL_CONTRACT(ID, USERID, CONTRACTID, ISDEL, + CREATETIME, LASTMODIFIEDTIME, CONTRACTTYPE, CITY_CODE) +VALUES (USER_REL_CONTRACT_SEQ.NEXTVAL, (SELECT ID FROM CUSTOMER_USER WHERE +MOBILE = '18835995130'), '10146082', '1', sysdate, sysdate, 'SF', 'sh'); + +-- 按用户id插入 198的id是:23545 +insert into WIWJ_USER_REL_CONTRACT +(ID,USERID,CONTRACTID,ISDEL,CREATETIME,LASTMODIFIEDTIME,CONTRACTTYPE,CITY_CODE) +values (USER_REL_CONTRACT_SEQ.nextval,1301,10140101,1,sysdate,sysdate,'SF','sh'); + +-- 查所有城市的字符 +select CITY_CODE,count(0) from WIWJ_USER_REL_CONTRACT group by CITY_CODE order by count(0) desc; +-- 查绑定的合同 +select * from WIWJ_USER_REL_CONTRACT where CITY_CODE = 'sh' and CONTRACTTYPE = 'SF' and userid = '1301' order by CREATETIME desc; +``` + +### 承租合同 + +```sql +-- 签约类型 +update wk_cf_contract set SERVICETYPE = 1 -- 1佣金 2服务费 +where LESSEECONTRACTCODE = '合同号' ; + +-- 修改电话,证件号 +select TENANTPHONE,tenantCredentialType,TENANTCREDENTAILNO,TENANTNAME from WK_CF_CONTRACT where lesseecontractcode = 'AFCZ111549960ZY'; + +update WK_CF_CONTRACT set TENANTPHONE = '15903239785',tenantCredentialType= '101330001', TENANTCREDENTAILNO = '33553', + TENANTNAME='牛牛牛' where lesseecontractcode = 'AFCZ111549960ZY'; + +-- 修改实际结束日 +select * from wk_cf_contract where lesseecontractcode = 'AFCZ100040827ZY' ; +update wk_cf_contract set REAL_END_DATE = '2027-10-27' where lesseecontractcode = 'AFCZ100040827ZY' ; +``` + +### 附件 + +```sql +-- 查询附件版本的合同 +select contractcode from wk_sf_contract where ATTACHMENT_VERSION = 'v2.0' and CHECKSTATE != '1011702' and isdel = 1 and rownum < 10; + +-- 查询共有人的附件信息 +select housepeoplegjid,contractcode,checkstate,signatory,sf.id from wk_sf_contract sf + left join WIWJ_APPENDIX_LACK_INFO LACK on sf.id = lack.contractid + where attachment_version='v3.0' and isprint='1' and contractstate <> '1000100070003' and checkstate='1011702' and signing_Route = '1000100790001' and CertificatesType ='1013301' and signatory = '1000300170010' + and lack.id is not null; +``` + +### 协议 + +```sql +-- 查询自动带出的协议合同 +select c.* from wiwj_agreement_info a + left join wk_sf_contract c on a.CONTRACTSID = c.id + where a.XYFROMKEY = 0 + and c.checkstate != '1011702' and c.CONTRACTSTATE not in ('1000100070003','1000100070006') + order by c.createtime desc; + +select c.* from wiwj_agreement_info a + left join wk_Cf_contract c on a.CONTRACTSID = c.id + where a.XYFROMKEY = 0 and a.CONTRACTTYPE = 'CF' + and c.checkstate != '1000200090002' and c.CONTRACTSTATE not in ('1000200010003','1000200010009','1000200010004') + order by c.createtime desc; + +-- 删除资产管理协议的其中一部分 , 所以要查在途的 +select * +from wiwj_agreement_info agr +where exists( + select 1 from wiwj_agreement_detail_info detail + where detail.name = 'paymentTypeChange' + and detail.value = 'Y' + and agr.id = detail.CONFERID +) +and agr.CONTRACTTYPE = 'SF' +and agr.PRINTCHECKSTATUS in ('1000200660001','1000200660003','1000200660004') +; +``` + +### 付款计划 + +```sql +-- 修改付款计划为已完成(含优选) +select * from WK_PAYMENT_ORDER where contractid = '100025143' and CONTRACTTYPE = 'SF' +and CFCONTRACTIDOFSXZ = '100040825' +order by PAYMENTSOURCE,STARTDATE; +select * from WK_PAYMENT_DEDUCT_INFO where PAYMENT_ID = '126507283' ; +select * from WIWJ_DEDUCTION_ORDER where contract_id = '10696539' and CONTRACT_TYPE = 'SF'; + + +update WK_PAYMENT_ORDER set PAYMENTSTATE = '1000100110006' where contractid = '100025143' and CONTRACTTYPE = 'SF' and CFCONTRACTIDOFSXZ = '100040828'; +update WK_PAYMENT_ORDER set PAYMENTSTATE = '1000100110006' where ORDERCODE in( +'FK0100296377', +'FK0100296381', +'FK0100296382', +'FK0100296383', +'FK0100296374' +); +``` + +### 收款计划 + +```sql +-- 修改收款单已完成 +select * from WIWJ_SK_PLAN where RELATION_ID = 11267751; +update WIWJ_SK_PLAN set status = '1000200430010' ,audit_status = '1000900090001' where RELATION_ID = 11267751; +``` + +## 其他 + +### --承租解约交割单起始数为空,加上数据 + +```sql +select * from WK_CF_JY_CLEANING_DETAIL where id = 37179868; +update WK_CF_JY_CLEANING_DETAIL set startnum= 1 where id = 37179868; +select * from WK_CF_JY_CLEANING_DETAIL jyd + left join WK_CF_JY_CLEANING_LIST jy on jy.id= jyd.CLEANINGLISTID + left join WK_CF_JY_TERMINATION jyxy on jyxy.id =jy.TERMINATIONID where jyxy.CONTRACTID=(select id from WK_CF_CONTRACT where LESSEECONTRACTCODE = 'AFCZ11262260ZY'); +``` + +## 接口 + +``` +app签字 V4AppSfContractAction.completeContractSignature +app附件上传 V4AppSfContractAction.commitAttachMentInfo +``` + +## 定时 + +指定执行地址 http://10.1.67.76:19999/ + +``` +优选生成付款计划 CreateSfPaymentOrderSchedule.work doCreateSfPaymentOrderScheduleTask +优选生成招租保证金 CreateRentEarnestMoneySchedule.work doCreateRentEarnestMoneyScheduleTask +``` + diff --git a/blog/authors.yml b/blog/authors.yml index 0fd3987..a61765a 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,25 +1,11 @@ -yangshun: - name: Yangshun Tay - title: Ex-Meta Staff Engineer, Co-founder GreatFrontEnd - url: https://linkedin.com/in/yangshun - image_url: https://github.com/yangshun.png +ling: + name: ling + title: title + url: ./touxiang.jpg + image_url: ./touxiang.jpg page: true socials: - x: yangshunz - linkedin: yangshun + # x: yangshunz + # linkedin: yangshun github: yangshun - newsletter: https://www.greatfrontend.com - -slorber: - name: Sébastien Lorber - title: Docusaurus maintainer - url: https://sebastienlorber.com - image_url: https://github.com/slorber.png - page: - # customize the url of the author page at /blog/authors/ - permalink: '/all-sebastien-lorber-articles' - socials: - x: sebastienlorber - linkedin: sebastienlorber - github: slorber - newsletter: https://thisweekinreact.com + # newsletter: https://www.greatfrontend.com diff --git a/blog/tags.yml b/blog/tags.yml index bfaa778..b068005 100644 --- a/blog/tags.yml +++ b/blog/tags.yml @@ -1,19 +1,19 @@ -facebook: - label: Facebook - permalink: /facebook - description: Facebook tag description - hello: label: Hello permalink: /hello - description: Hello tag description + description: 初始页 -docusaurus: - label: Docusaurus - permalink: /docusaurus - description: Docusaurus tag description +account: + label: account + permalink: /account + description: 账号 -hola: - label: Hola - permalink: /hola - description: Hola tag description +config: + label: config + permalink: /config + description: 配置 + +develop: + label: develop + permalink: /develop + description: 开发 \ No newline at end of file diff --git a/docs/2026开发笔记/26-1开发笔记.md b/docs/2026开发笔记/26-1开发笔记.md new file mode 100644 index 0000000..55258d9 --- /dev/null +++ b/docs/2026开发笔记/26-1开发笔记.md @@ -0,0 +1,435 @@ +--- +sidebar_position: 1 +title: 26-1开发笔记 +--- +# 笔记1月 + + +#### 115663 【1月初上线】【相寓优选规则调整】相寓优选2.0规则调整 + +#### 115684 【需求】【相寓优选】杭州相寓优选产品委托无纸化签约过程页面相关修改 + +#### 115682 【需求】 【相寓优选】杭州相寓优选产品, 委托合同详情相关修改 + + + +// *******115663 UPDATE BY LHTH 2026-1-5 START ******* +// *******115663 UPDATE BY LHTH 2026-1-5 END ******* + +{'<'}%-- *******115663 UPDATE BY LHTH 2026-1-5 START *******--%> +{'<'}%-- *******115663 UPDATE BY LHTH 2026-1-5 END *******--%> + + + + + + +3、委托合同详情页增加 服务费(杭州特有每年收取的)、管理费(每个月收取的)收取说明 [委托合同签约规则文档-1.3.7] + + + +7、合同模板修改 [范] + + + + + +1、招租期天数设定规则修改 [委托合同编辑页面一览表-招租期天数] + +2、招租期截止日、招租期剩余天数计算规则更改 [委托合同签约规则文档-1.3.7] + +4、维修基金变更,相寓优选2.0产品不收取。 [委托合同签约规则文档-1.3.7.2] + +5、延长期变更为默认90天,不用收房人选择 [委托合同签约规则文档-1.3.13] + +6、承租最高租金字段,上浮10%的比例变更为5% [字典值] + +风李䶮风李䶮风李䶮风李䶮李䶮风李䶮风李䶮风李䶮风李䶮风李䶮风李䶮风李䶮风李䶮李䶮风李䶮风李䶮 + + + +##### 委托合同详情页 - 委托合同签约规则文档 + +###### 1.3.7 委托合同详情 + +``` +托管招租期 +招租期剩余天数”字段显示 +.... +``` + +###### 1.3.7.2 维修基金扣除规则 + +``` +相寓优选2.0产品不收取维修基金,故不生成维修基金的扣款单。 +``` + +###### 1.3.13 委托合同延期 + +``` +承租合同延期时间: 相寓优选2.0产品,承租最多延委托预计结束日+90天(自然日) +当产品为相寓优选2.0:延长期期间需要收取资产管理费,具体收取规则见付款计划处 +``` + + + +##### 委托合同编辑页 - 委托合同编辑页面一览表 + +###### 合同主体信息 + +``` +承租最高金额 5% 字典值 +招租期天数 天数按需求给 +延长期(月) 不展示 +``` + + + +##### 资产管理费天数 + +``` +招租保证金生成时点,关联扣款单 + +付款计划生成规则: 押金收齐,防止多次生成 , 生成全部周期,生成承租周期的付款计划 + 承租跨委托(比如上份还剩不到6个月吧,续签了一个),承租生成的啥是否适配委托? +首次招租成功 挂扣消防器材的付款单(如未付款) + +承租延期生成付款计划和资产管理费扣款 + 付款金额=延期金额 , 延期的付款计划单独生成 ,比如第一次1个月2天 第二次1个月2天 , 一共4条 + 资产管理费扣款 根据天数计算 也是每次延期单独生成 + +延期承租中退 ?委托还能有下一份的情况? 删除实际结束日之后的付款计划,如卡在一条付款计划中间,也删除 + +资产管理费/资产服务费扣款单生成 生成付款计划时生成 + 资产管理费 1月3天的 月付季付哪里控制?季付3合1,如果第三个月不足月什么情况,跨两个委托年度的话 就各算各的,不足月的按公式算 , 还要关联付款单 + 资产服务费 承租合同月租金的一半 每个委托年度一个 , + +维修基金 生成的地方都删掉 + +承租解约 撤单以及 前边没有撤单的承租 要删三个付款单 + 其他情况 重新计算资产管理费(3天的那个) + +分类增加资产服务费,删除维修基金,资产管理费补扣,返还 怎么出呢 + +扣款单挂扣排序 +``` + + + +##### 招租期天数 + +``` +编辑页 +``` + + + +##### 维修基金 + +``` +详情页 +``` + + + +##### 延长期 + +``` +详情页 +``` + + + +##### 付款计划 + +``` +付款计划规则 +``` + + + +##### 委托合同模板 + +``` +一套新的 +``` + + + +##### 承租解约短信/APP通知 + +``` +内容变更 4种 +``` + + + +##### 承租签约短信/APP通知 + +``` +内容变更 +``` + + + +##### 补需求 招租截止日 + +1. 签约时 招租截止日 = 委托合同开始日+首个招租期天数-1 + +2. 承租签约审核通过时 清空招租截止日 + +3. 承租解约 当前承租之后有有效承租 招租截止日不变(清空状态) + +4. 承租解约 非3 , 如实际结束日+1 ≥ 委托实际结束日 -3月 , 招租截止日显示临期 + +5. 1承租解约 非3非4 , 如撤单 且没有已付款的付款计划 且无其他有效承租 , 招租截止日 = 委托合同开始日+首个招租期天数-1 + +​ 2承租解约 非3非4 , 如撤单 有已付款的付款计划 且无其他有效承租 , 招租截止日 = 承租实际结束日+当前委托年度每年招租期天数 + +​ 3承租解约 非3非4 , 如撤单 , 无其他有效承租 但是其他承租有已付款的付款计划 , 招租截止日 = 其他承租实际结束日+当前委托年度每年招租期天数 + +​ 4承租解约 非3非4 , 如撤单 , 有其他有效承租 , 招租截止日 = 最后一份有效承租实际结束日+当前委托年度每年招租期天数 + +6. 承租解约 非3非4 , 如非撤单 , 招租截止日 = 承租实际结束日+当前委托年度每年招租期天数 + + + + + +只拿首年的天数去算了 + + + + + + + + + + + + + + + + + + + +set.*SF_CONTRACT_TYPE_JYZ + +set.*1000100070005 + + + + + + + +北京 +TENP_CONTRACT_SIGN_STATE +WIWJ_SF_CONTRACT_XY_NEW_REL +WK_SF_CONTRACT +WK_SF_CONTRACT_OWNER +WIWJ_ESTIMATE_PRODUCT_REL +WIWJ_CONTRACT_TRACKING + + + +上海 +Sh_TENP_CONTRACT_SIGN_STATE +Sh_WIWJ_SF_CONTRACT_XY_NEW_REL +Sh_WK_SF_CONTRACT +Sh_WK_SF_CONTRACT_OWNER +Sh_WIWJ_CONTRACT_TRACKING +SH_WK_SF_CYCLE_PRICE + + + + + +--- + +页面变更新续关系 + +先签下一份委托,再承租延期 + +下一份是优选 但是延期导致重期 + +上份是招租失败且新签 + +合同重期-更名协议 + +合同重期-房源编号变更 + +合同更名协议 + +禅道改数据 + +变更房源编号 + +上线后的数据 + +--- + +#### 116499 【需求】相寓优选2.0临期3个月如有无缝续签委托进入招租期 + + + + + + + +招租截止日 + +当前日期后有有效承租不展示 + +##### 首次招租期 + +##### 托管招租期 + +1. 后边无承租 按3(1) 3(2) + +2. 委托审核通过 + +​ 条件 : 无缝续签 , 无招租截止日(临期半年内续签和3个月内到期) , 无有效承租(这里是都解约完成) , 3个月内是对的 , 委托上份合同状态是已续约(已解约没有截止日 , 解约中?) + +3. 协议变更开始日 + +##### 生成公式 : 3>2>1 + +1. 如在首年 招租截止日=承租结束日+当年招租天数-(委托开始日 到 承租实际结束日的空置天数) + + 非首年 招租截止日=承租结束日+当年招租天数-(周期开始日 到 承租实际结束日的空置天数) + +​ 空置天数具体计算 承租开始日-统计开始日 , 承租开始日-(上个承租实际结束日+1) + +2. 招租截止日跨委托年度了 , 招租截止日=下一年度开始日+招租天数-1 , 如是最后一年 , 走123 + +3. 招租截止日跨无缝续签委托且是优选2.0 招租截止日=下份委托的招租截止日 不签协议的话 最多60来天 (延期) + +##### 保证金生成 + +1. 公式1最后一年可能会导致 结束日>招租截止日 , 截止日为空是半年内还有承租 + + + + + + + + + + + + + + + +--- + +#### 116739 【需求】【26年2月初上线】武汉、成都相寓优选计算招租期规则更改 + + + +// *******116739 UPDATE BY LHTH 2026-1-23 START ******* +// *******116739 UPDATE BY LHTH 2026-1-23 END ******* + + + + + +--- + +#### 116517 【需求】【26年2月初上线】相寓优选2.0使用的《北京相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + + + +// *******116517 UPDATE BY LHTH 2026-1-28 START ******* +// *******116517 UPDATE BY LHTH 2026-1-28 END ******* + +{'<'}%-- *******116517 UPDATE BY LHTH 2026-1-28 START *******--%> +{'<'}%-- *******116517 UPDATE BY LHTH 2026-1-28 END *******--%> + + + + + +``` +orderDepositWithSubService.judgeProductId(contractMainInfo.getProductCode(), StaticVariable.SF_CONTRACT_PRODUCT_XYYX, null) +``` + + + + + + + +--- + +#### 115479 【需求】【26年3月初上线】相寓优选2.0产品,资产管理费收取规则修改,根据签订租金不同收取标准不同 + + + +// *******115479 UPDATE BY LHTH 2026-1-30 START ******* +// *******115479 UPDATE BY LHTH 2026-1-30 END ******* + + + +4.2 表格 + +4.8.1 + +4.8.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-2开发笔记.md b/docs/2026开发笔记/26-2开发笔记.md new file mode 100644 index 0000000..be32091 --- /dev/null +++ b/docs/2026开发笔记/26-2开发笔记.md @@ -0,0 +1,373 @@ +--- +sidebar_position: 2 +title: 26-2开发笔记 +--- +# 笔记2月 +// *******116517 UPDATE BY LHTH 2026-2-2 START ******* +// *******116517 UPDATE BY LHTH 2026-2-2 END ******* + +{'<'}%-- *******116517 UPDATE BY LHTH 2026-2-2 START *******--%> +{'<'}%-- *******116517 UPDATE BY LHTH 2026-2-2 END *******--%> + +--- + +#### 116702 测试 + +#### 116753 【需求】【26年2月初上线】【关联116702】相寓优选招租失败委托时间结束日缩回规则更改 + +先签一个 临期不开招租期的委托 签了无缝续签委托(优选?) , 给旧委托招租期赋值 + + + +如招租截止日>委托实际结束日 第二份合同如果是优选 , 不能支付招租保证金 + + + +##### 托管招租期生成时点1: 承租解约 + +##### 生成时点2: 委托签约审核通过 / 生成时点3: 协议修改开始日 + +A 续签且无缝 + +B 无招租截止日(因C 所以只有临期) + +C 无有效承租 + +D 最后一个承租实际结束日在尾空3个月(延期?) + +E 原合同状态是已续约 + + + +3.1 解约触发 临期 且没有无缝续签的合同 不生成招租截止日 + +3.2 解约触发 不临期 / 有无缝续签的合同 + +A 招租截止日>合同实际结束日 则用计算的结果 + +B 招租截止日>合同实际结束日 且有无缝续签优选委托 截止日=新委托的截止日 + +(看B 没B则用计算的结果) + +4 承租审核通过 还要清空上份委托的截止日 + + + + + + + +签优选协议时 + + + + + + + + + + + +招租失败定时 : 不刷合同结束日到招租截止日 + + + + + +--- + +#### 117010 【需求】【全国】Work端录入委托合同时优化 + + + + + +只能签署整年 : + +上海, 成都直营, 武汉直营, 广州直营, 南京 + + + +部分产品只能签署整年 : + +北京 : 相寓优选 (在评估单页面录入, 合同录入页无法更改) + +杭州 : 相寓优选和相寓精选 (在评估单页面录入, 合同录入页无法更改) + +太原 : 相寓优选 (在评估单页面录入, 合同录入页无法更改) + +苏州 : 相寓优选 + +天津 : 相寓优选 + +郑州 : 相寓优选 + + + +可签署月的 : + +无锡 + + + + + + + + + + + + + +// *******117252 UPDATE BY LHTH 2026-2-4 START ******* +// *******117252 UPDATE BY LHTH 2026-2-4 END ******* + + + + + + + +select rentuse,planned_use,preenddate from wk_sf_contract where contractcode = 'AFWT10452284ZY';--2023-08-27 00:00:00 + +update wk_sf_contract set rentuse='1000300200003',planned_use='1000100860003',preenddate='2026-01-27' where contractcode = 'AFWT10452284ZY'; + + + + + +select rentuse,planned_use,preenddate,CountPeople from wk_sf_contract where contractcode = 'AFWT10560033ZY'; + +select * from taw_system_dicttype where dictid = '1000901020001'; + + + + + + + + + + + + + + + +--- + +#### 117318 【需求】《郑州相寓资产管理服务合同》补充协议-进行资产管理服务期限变更时结束日计算规则更改 + + + +// *******117318 UPDATE BY LHTH 2026-2-5 START ******* +// *******117318 UPDATE BY LHTH 2026-2-5 END ******* + + + + + +首年整 + +首年不足年 + +else + +​ 非首年没有月 + +​ 非首年有月 , 非最后一年 + +​ 非首年优越 , 最后不足年的一年 + + + + + + + +--- + +#### 测试 + +##### 115479 **【需求】【26年3月初上线】相寓优选2.0产品,资产管理费收取规则修改,根据签订租金不同收取标准不同** + +- [x] 1管理费收取(签约,延期)金额 +- [x] 2模板 +- [x] 3签协议无变化 +- [x] 4 114968新加的字段展示 +- [x] 5延期收取同合同 **AFWT100024130ZY** 新小于1000元 + +​ **AFWT100024042ZY**旧小于1000元 + +​ **AFWT100024135ZY**新大于1000元 + +上线前{'<'}1000的 + +- [x] pc 上线后{'<'}1000的 : 管理服务费133元/月 + +- [x] pc 上线后>=1000的 : 管理服务费首年4天/月 非首年4天/月 + +- [x] work 上线后{'<'}1000的 : 管理服务费133元/月 + +- [x] work 上线后>=1000的 : 管理服务费首年4天/月 非首年4天/月 + +- [x] app{'<'}1000 : 管理服务费标准133元/月 + +- [x] app>=1000 : 管理服务费标准4天/月 + +##### 115914 **【需求】 【26年2月上线】【相寓优选】太原相寓优选产品, 委托合同详情相关修改** + +- [x] 合同详情字段修改 + +- [x] 取值说明看新字段吧 (禅道写看月租金) +- [x] 旧版无问题 没修改字段名 + + + + + + + +--- + +#### 116894 【需求】相寓优选产品,委托合同详情页面增加“标准招租天数”字段 + +// *******116894 UPDATE BY LHTH 2026-2-25 START ******* +// *******116894 UPDATE BY LHTH 2026-2-25 END ******* + +{'<'}%-- *******116894 UPDATE BY LHTH 2026-2-25 START *******--%> +{'<'}%-- *******116894 UPDATE BY LHTH 2026-2-25 END *******--%> + + + +#### 116877 【需求】委托合同详情页面修改 + +// *******116877 UPDATE BY LHTH 2026-2-25 START ******* +// *******116877 UPDATE BY LHTH 2026-2-25 END ******* + + + + + + + +--- + +#### 116442 【需求】上海相寓优选2.0合同, 合同详情和合同主体页面 去掉 最低月租金的展示。 + +// *******116442 UPDATE BY LHTH 2026-2-26 START ******* +// *******116442 UPDATE BY LHTH 2026-2-26 END ******* + + + +#### 116382 【需求】委托相寓优选2.0 的基准租金、最高租金及最低租金调整优化 + + + +// *******116382 UPDATE BY LHTH 2026-2-26 START ******* +// *******116382 UPDATE BY LHTH 2026-2-26 END ******* + +{'<'}%-- *******116382 UPDATE BY LHTH 2026-2-26 START *******--%> +{'<'}%-- *******116382 UPDATE BY LHTH 2026-2-26 END *******--%> + + + + + +``` +minFloatRatio +``` + + + +1. + +- [x] pc + +- [x] work +- [ ] 上线前未打印的 +- [ ] 上线前提交打印审核 上线后驳回的 +- [ ] 上线前的合同 换签(忽略) + +2. + +- [x] pc +- [x] work + +3. + +- [x] pc +- [x] work + +4. + +- [x] 合同模板 + + + +协议 + +1. + +- [x] pc页面 +- [x] work页面 + +2. + +- [x] 模板 +- [x] work预览 + +3. + +- [x] 变更后的最低金额=基准租金 + +4. + +- [x] 去掉校验 最低最高租金需要一致 + + + + + +--- + +#### 117703 【需求】【26年3月初上线】委托产品类型为“相寓优选2.0”时,不能发起《爱家营-相寓空置期租金免除补充协议》 + + + +// *******117703 UPDATE BY LHTH 2026-2-28 START ******* +// *******117703 UPDATE BY LHTH 2026-2-28 END ******* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-3开发笔记.md b/docs/2026开发笔记/26-3开发笔记.md new file mode 100644 index 0000000..36e7f49 --- /dev/null +++ b/docs/2026开发笔记/26-3开发笔记.md @@ -0,0 +1,256 @@ +--- +sidebar_position: 3 +title: 26-3开发笔记 +--- +# 笔记3月 +#### 117209 【需求】相寓优选2.0使用的《苏州相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + +// *******117209 UPDATE BY LHTH 2026-3-2 START ******* +// *******117209 UPDATE BY LHTH 2026-3-2 END ******* + +#### 116826 【需求】相寓优选2.0使用的《南京相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + +// *******116826 UPDATE BY LHTH 2026-3-2 START ******* +// *******116826 UPDATE BY LHTH 2026-3-2 END ******* + +#### 117368 【需求】相寓优选2.0使用的《天津相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + +// *******117368 UPDATE BY LHTH 2026-3-2 START ******* +// *******117368 UPDATE BY LHTH 2026-3-2 END ******* + +#### 117251 【需求】相寓优选2.0使用的《相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + +// *******117251 UPDATE BY LHTH 2026-3-2 START ******* +// *******117251 UPDATE BY LHTH 2026-3-2 END ******* + + + + + +// *******117209,116826,117368,117251 UPDATE BY LHTH 2026-3-2 START ******* +// *******117209,116826,117368,117251 UPDATE BY LHTH 2026-3-2 END ******* + +{'<'}%-- *******117209,116826,117368,117251 UPDATE BY LHTH 2026-3-2 START *******--%> +{'<'}%-- *******117209,116826,117368,117251 UPDATE BY LHTH 2026-3-2 END *******--%> + + + + + + + + + +--- + +#### 117210 【需求】相寓优选2.0资产管理费扣款规则调整及相关合同模板调整 + +#### 117213 【需求】相寓优选2.0临期3个月如有无缝续签委托进入招租期 + +苏州 117210,117213 + +南京 117188,117191 + +天津 117372,117373 + +郑州 117258,117262 + + + + + +--- + +#### 117047 【需求】变更打招租失败标签的逻辑 + + + +// *******117047 UPDATE BY LHTH 2026-3-10 START ******* +// *******117047 UPDATE BY LHTH 2026-3-10 END ******* + + + + + +有委托 且 无承租 展示 + +无委托 且 有承租 不展示 + + + + + +--- + +#### 117573 【需求】相寓优选2.0使用的《相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + + + +// *******117573 UPDATE BY LHTH 2026-3-12 START ******* +// *******117573 UPDATE BY LHTH 2026-3-12 END ******* + +{'<'}%-- *******117573 UPDATE BY LHTH 2026-3-12 START *******--%> +{'<'}%-- *******117573 UPDATE BY LHTH 2026-3-12 END *******--%> + + + +思源宋体 Regular + +SourceHanSerifCN-Regular.ttf + + + +--- + +#### 117597 【需求】【全国】相寓优选2.0协议签署补充协议增加招租期天数时,判断当前在哪个招租期逻辑更改 + + + +// *******117597 UPDATE BY LHTH 2026-3-17 START ******* +// *******117597 UPDATE BY LHTH 2026-3-17 END ******* + + + +- [x] 优先用委托合同招租期截止日判断在哪个委托年度内 +- [ ] 如果招租期截止日>委托合同实际结束日则视为最后一个履约年度 +- [x] 如果委托合同招租期截止日为空,则使用协议录入日期 (成都、武汉 不行) + + + +排除招租失败已缩回的 + +必须有周期 - 排除没有签过承租的 + +- [x] 有承租 截止日是空 , 用当前时间 + +测试方法 : 第一年和第二年都看下 + +- [x] 无承租 且倒数3个月 截止日是空 , 用当前时间 + +测试方法 : 解约到临期 + +- [x] 无承租 且倒数3个月 且有无缝续签的合同 招租截止日是下一份委托的截止日 + +测试方法 : 续签一个合同 , 将旧合同解约到临期范围 + +- [x] 无承租 按招租截止日看 比如承租1月20到期 还剩20天 结束日是2月10号 + +测试方法 : + + + +招租是空 + + + + + +当前日期大于招租期开始日 + + + + + + + +--- + +#### 116935 【需求】委托交割续签增加优选2次收房判断 + +#### 116930 【需求】委托交割续签增加优选2次收房判断 + +##### 杭州 + +无缝续签规则 自动审核 + +优选续优选 , 上份合同和原合同字段+无缝 + + + +##### 其他城市 + +普通续普通 , 满足口径+无缝 + +普通续优选 , 满足口径+无缝 + +优选续普通 , + +优选续优选 , + + + +##### 字面解析 + +lastcontractcode有就是续签 , 如果是首次招租失败导致的新签看PROPERTY_LASTCONTRACTCODE , 有任一满足且达成 + 无缝AUTO_CREATE_PROPERTY_FLAG + + + + + +自动生成的交割单 不需要审核 ? +自动审核 和 不自动审核录入交割单代入数据 ? + +##### 字段说明 + +lastcontractcode 和 PROPERTY_LASTCONTRACTCODE -- 保存合同时更新 + +AUTO_CREATE_PROPERTY_FLAG -- 推送/打印时更新 + + + +##### 操作地点 + +type页的带数据的时候 看新续 + +定时生成的时候 看新续 + + + +--- + +#### 118499 【需求】相寓优选2.0《北京相寓资产管理服务合同》补充协议-《首次招租期变更》部分风控审批流调整 + + + +// *******118499 UPDATE BY LHTH 2026-3-27 START ******* +// *******118499 UPDATE BY LHTH 2026-3-27 END ******* + +{'<'}%-- *******118499 UPDATE BY LHTH 2026-3-27 START *******--%> +{'<'}%-- *******118499 UPDATE BY LHTH 2026-3-27 END *******--%> + + + +注意点 + +- [x] 审核通过后看履历的审核人 +- [x] work财务审核页面返回按钮是否好使 +- [x] 审核通过的逻辑是否对 +- [x] work消息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-4开发笔记.md b/docs/2026开发笔记/26-4开发笔记.md new file mode 100644 index 0000000..c29764f --- /dev/null +++ b/docs/2026开发笔记/26-4开发笔记.md @@ -0,0 +1,569 @@ +--- +sidebar_position: 4 +title: 26-4开发笔记 +--- +# 笔记4月 +#### 117807 【优化】委托房间价格周期表数据存储优化 + +// *******117807 UPDATE BY LHTH 2026-3-30 START ******* +// *******117807 UPDATE BY LHTH 2026-3-30 END ******* + +{'<'}%-- *******117807 UPDATE BY LHTH 2026-3-30 START *******--%> +{'<'}%-- *******117807 UPDATE BY LHTH 2026-3-30 END *******--%> + + + +- [x] work/AMS初始化页面是否要更新房间信息 直营分支agreement_detail_INSERT_DATA.sql + +- [x] 后台同页面一样的计算系数 +- [x] 保存房间信息的保留和红冲 +- [x] 定时任务的保留和红冲 +- [x] 协议的保留和红冲 +- [x] (可能是修改房间的)保留和红冲 +- [ ] 64976 【问题】房间分间价格变为0后无法恢复原来的定价 + + + + + + + + + + + +--- + +117776 【需求】【成都直营】相寓优选2.0资产管理费扣款规则调整及相关合同模板调整 + +117779 【需求】【成都直营】相寓优选2.0临期3个月如有无缝续签委托进入招租期 + +117939 【需求】【武汉直营】相寓优选2.0资产管理费扣款规则调整及相关合同模板调整 + +117943 【需求】【武汉直营】相寓优选2.0临期3个月如有无缝续签委托进入招租期 + + + + + +--- + +#### 117770 【需求】【成都直营】相寓优选2.0使用的《成都相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + +#### 117934 【需求】【武汉直营】相寓优选2.0使用的《相寓资产管理服务合同》补充协议新增“变更首次招租期开始日”的逻辑 + + + +// *******117770,117934 UPDATE BY LHTH 2026-4-8 START ******* +// *******117770,117934 UPDATE BY LHTH 2026-4-8 END ******* + +{'<'}%-- *******117770,117934 UPDATE BY LHTH 2026-4-8 START *******--%> +{'<'}%-- *******117770,117934 UPDATE BY LHTH 2026-4-8 END *******--%> + + + +思源宋体 Regular + +SourceHanSerifCN-Regular.ttf + + + +--- + +#### 118634 【优化】委托合同编辑页面,如果证件类型为营业执照,业主证件编号录入时支持录入汉字 + +// *******118634 UPDATE BY LHTH 2026-4-10 START ******* +// *******118634 UPDATE BY LHTH 2026-4-10 END ******* + +{'<'}%-- *******118634 UPDATE BY LHTH 2026-4-10 START *******--%> +{'<'}%-- *******118634 UPDATE BY LHTH 2026-4-10 END *******--%> + + + +人中编函[1989]65号/()asdASD-李䶮风 + +人中编函[1989]65号/()asdASD-李风 + +[1989]65/()asdASD- + +198965/()asdASD- + + + +lastRealEndDate 最后一份其他承租 + +如果当前是撤单 且之前没有其他承租 这个日期是委托开始日 + +非撤单 最后一份是自己 + + + + + + + +--- + +#### 119054 【上海预生产】《上海相寓资产管理服务合同》补充协议,页面优化* + + + +// *******119054 UPDATE BY LHTH 2026-4-14 START ******* +// *******119054 UPDATE BY LHTH 2026-4-14 END ******* +{'<'}%-- *******119054 UPDATE BY LHTH 2026-4-14 START *******--%> +{'<'}%-- *******119054 UPDATE BY LHTH 2026-4-14 END *******--%> + + + +http://10.1.67.76:8080/api/agreement/modifyAgreement?contractId=100035240&token=e2be8c7436bcbce4476fac2c2f33ec7d&agreementId=7732398&bntFlag=N + + + +--- + +#### 119079 【北京测试--关联118499】【work】鸿蒙 《北京相寓资产管理服务合同》补充协议在work审核页面,附件信息里的驳回原因框可以滑动变换大小 + +{'<'}%-- *******119079 UPDATE BY LHTH 2026-4-14 START *******--%> +{'<'}%-- *******119079 UPDATE BY LHTH 2026-4-14 END *******--%> + + + +--- + +#### 118978 增加非收房分支修改房源楼层的功能 + +// *******118978 UPDATE BY LHTH 2026-4-15 START ******* +// *******118978 UPDATE BY LHTH 2026-4-15 END ******* + +{'<'}%-- *******118978 UPDATE BY LHTH 2026-4-15 START *******--%> +{'<'}%-- *******118978 UPDATE BY LHTH 2026-4-15 END *******--%> + + + + + +权限 houseNew_floor_edit + +输入框 + + + +--- + +#### 118702 【需求】委托代理人可以在相寓app及短信收到房屋出租及房屋退租的信息提示 + +// *******118702 UPDATE BY LHTH 2026-4-17 START ******* +// *******118702 UPDATE BY LHTH 2026-4-17 END ******* + +{'<'}%-- *******118702 UPDATE BY LHTH 2026-4-17 START *******--%> +{'<'}%-- *******118702 UPDATE BY LHTH 2026-4-17 END *******--%> + + + +- [x] 加标记按钮 -- 风控审核之后的状态 +- [x] 加取消标记按钮 +- [x] 承租解约短信/app通知 承租签约短信/app通知 +- [x] 续签清字段 pc和work都清理 +- [x] 菜单 + + + +--- + +#### 119031 【成都-需求】相寓优选2.0首次招租期天数调整及招租保证金金额调整 + +// *******119031 UPDATE BY LHTH 2026-4-21 START ******* +// *******119031 UPDATE BY LHTH 2026-4-21 END ******* + + + +测试 + +- [x] 招租天数调整30->45 +- [x] 招租保证金变成80% +- [ ] 上线前创建 30天 +- [ ] 上线前换签 30天 +- [ ] 上线前换签再换签 45天 +- [ ] 上线前未打印 45天 +- [ ] 上线后创建 45天 + + + +已打印审核通过 + +此时打印的是旧版 + + + +换签一下 打印的还是旧版 + + + +因为我用了新版存完数据 , 再打印 , 保证金都是后生成的 + + + + + +承租签约生成 委托的保证金 + +work合同保存 给招租时间 + +合同审核通过 生成招租保证金 + +新旧合同的区分方法 + +AMS同保存 给招租时间 + +``` +招租天数字典 10001010700030001 +上线分割日字典 1000101160001 +``` + + + +--- + +#### 119232 【需求】相寓优选2.0产品首年、非首年招租期天数调整 + +// *******119232 UPDATE BY LHTH 2026-4-22 START ******* +// *******119232 UPDATE BY LHTH 2026-4-22 END ******* + +{'<'}%-- *******119232 UPDATE BY LHTH 2026-4-22 START *******--%> +{'<'}%-- *******119232 UPDATE BY LHTH 2026-4-22 END *******--%> + + + +历史数据 : + +- [x] 已提审/审核通过 刷数据 +- [x] 未提交审核/审核驳回 不刷,点提审按钮校验 +- [x] 已失效 刷不刷? + +非历史数据 : + +- [x] 按照价格出不同天数 + +合同AMS : + +- [x] 招租期天数取评估单的值--合同 +- [ ] 招租期天数取评估单的值--周期 +- [x] 合同模板 + +- [ ] 合同保存校验 , 招租期天数为或者是0 , “无法获取到招租期天数,请重新评估后收房。” + +ams 提交财务审核 + + + +- [ ] 编辑页取字段 + +合同work : + +- [x] 招租期天数取评估单的值--合同 + +- [ ] 合同保存校验 , 招租期天数为或者是0 , “无法获取到招租期天数,请重新评估后收房。” +- [ ] 编辑页取字段 + + + + + +--- + +#### 119112 【需求】委托合同详情页面关闭修改产品功能 + +// *******119112 UPDATE BY LHTH 2026-4-28 START ******* +// *******119112 UPDATE BY LHTH 2026-4-28 END ******* + +{'<'}%-- *******119112 UPDATE BY LHTH 2026-4-28 START *******--%> +{'<'}%-- *******119112 UPDATE BY LHTH 2026-4-28 END *******--%> + + + + + +--- + +#### 119570 【需求】数据绩效专员 开通work权限 + +// *******119570 UPDATE BY LHTH 2026-4-29 START ******* +// *******119570 UPDATE BY LHTH 2026-4-29 END ******* + + + + + + + +- #### 112 + +- [ ] 21:17:33.330 /api/houseKeeper/houseManager/checkContractSign + +- [ ] 21:17:37.648 /api/work/estimate/product/detailEditEstimateProduct + +21:17:44.557 /api/workSeesignWait/getSeeSignWaitInfoCount + +21:17:44.610 /api/houseKeeper/houseManager/applyCfbcxyListPageNum + +21:17:44.678 /api/houseKeeper/houseManager/applyTzsqListPageNum + +21:17:45.443 /api/houseKeeper/houseManager/auditEstimateListPageNum + +- #### 113 + +- [ ] 21:17:26.369 /api/houseKeeper/houseManager/unreadMsgCnt + +- [ ] 21:17:31.598 /api/houseKeeper/houseManager/evaluateInofList + +- [ ] 21:17:34.555 /api/houseKeeper/houseManager/productList + +21:17:42.996 /api/houseKeeper/houseManager/getAuditCount + +21:17:44.368 /api/skPlanWaitPay/getremindeSkPlanCount + +​ /skPlanWaitPay/skPlanWaitPayCount + +21:17:44.534 /api/houseKeeper/houseManager/getRentOrderWbjCount + +21:17:44.697 /api/houseKeeper/houseManager/applyCfjyxyListPageNum + +21:17:45.378 ... + +- #### 114 + +21:17:42.677 /api/houseKeeper/houseManager/unreadMsgCnt + +21:17:44.315 ... + +- #### 115 + +- [ ] 21:17:26.696 /api/houseKeeper/houseManager/getAuditCount + +- [ ] 21:17:38.629 /api/work/sfContractAppAction/getAuditProcessTracking + +21:17:43.872 /api/houseKeeper/houseManager/appBacklogPage + +21:17:44.507 /api/houseKeeper/houseManager/getQtCount + +21:17:44.874 /api/houseKeeper/houseManager/getCwTotalCount + +21:17:47.369 ... + + + + + +打开首页 + +- [x] 21:17:26.369 /api/houseKeeper/houseManager/unreadMsgCnt + +- [x] 21:17:26.696 /api/houseKeeper/houseManager/getAuditCount + +打开列表 + +- [x] 21:17:31.598 /api/houseKeeper/houseManager/evaluateInofList + +评估单产品列表 + +- [x] 21:17:33.330 /api/houseKeeper/houseManager/checkContractSign + +- [x] 21:17:34.555 /api/houseKeeper/houseManager/productList + +产品详情 + +- [x] 21:17:37.648 /api/work/estimate/product/detailEditEstimateProduct + +流程追踪 + +- [ ] 21:17:38.629 /api/work/sfContractAppAction/getAuditProcessTracking + +21:17:42.996 /api/houseKeeper/houseManager/getAuditCount + +21:17:42.677 /api/houseKeeper/houseManager/unreadMsgCnt + + + +经纪人 + +editButtonShow 修改按钮 Y + +seeButtonShow 查看按钮 N + +submitButtonShow 提审按钮 Y + +区域经理 + +editButtonShow 修改按钮 N + +seeButtonShow 查看按钮 Y + +submitButtonShow 提审按钮 N + + + +默认Y + +非这些 已签约 失效 签约中 + + + + + +--- + +#### 119153 【生产问题】org.hpin.sfManage.service.ContractMainInfoService 后台报异常 + +{'<'}%-- *******119153 UPDATE BY LHTH 2026-4-29 START *******--%> +{'<'}%-- *******119153 UPDATE BY LHTH 2026-4-29 END *******--%> + +``` +maxlength="" +``` + +1234567890 + +杭州 + +``` +合同编号 21 +房源编号 22 +物业地址 57 +户型(室)12 +免租期天数 13 +委托月租金 18 +业主姓名 50 +业主手机号 33 +业主证件号 47 +``` + +杭州成交管理-委托 + +``` +户型(室)12 +免租期天数 13 +委托月租金 18 +``` + +北京 + +``` +合同编号 25 +房源编号 22 +业主姓名 45 +``` + +直营 + +``` +合同编号 25 +房源编号 22 +业主姓名 31 +``` + +上海 + +``` +合同编号 25 +房源编号 22 +业主姓名 38 +``` + +无锡 + +``` +合同编号 25 +房源编号 22 +业主姓名 38 +管家姓名 17 +``` + +非收房 + +``` +合同编号 25 +房源编号 22 +业主姓名 50 +管家姓名天津,南京 22 +``` + +太原 + +``` +合同编号 26 +房源编号 22 +业主姓名 38 +管家姓名 27 +两书一合同编号 空 AI说一般20 ,所以给30 +``` + + + + + + + +SELECT + (select max(length(contractcode)) from wk_sf_contract) AS 合同编号 + ,(select max(length(housecode)) from wk_jc_house_info) AS 房源编号 + ,(select max(length(ownername)) from wk_sf_contract) AS 业主姓名 + ,(select max(length(ownerphoneno)) from wk_sf_contract) AS 业主手机号 + --,(select max(length(BASERENT)) from wk_sf_contract) AS 杭州委托月租金 + --,(select max(length(vacantSumDay)) from wk_sf_cycle) AS 杭州免租天数 + --,(select max(length(CERTIFICATESCODE)) from wk_sf_contract) AS 杭州业主证件号 + --,(select max(length(adminAddress)) from wk_jc_house_info) AS 杭州物业地址 + --,(select max(length(fewRoom)) from wk_sf_contract) AS 杭州户型 + --,(select max(length(username)) from taw_system_user) AS 太原无锡天津南京管家姓名 + --,(select max(length(SPEC_CODE)) from wk_sf_contract) AS 太原两书一合同编号 +FROM dual; + + + + + +--- + +#### 119565 【5月初上线】杭州优选上待租时候自动定价以及调价规则调整 + +// *******119565 UPDATE BY LHTH 2026-4-30 START ******* +// *******119565 UPDATE BY LHTH 2026-4-30 END ******* + + + + + + + +// *******119550 UPDATE BY LHTH 2026-5-7 START ******* +// *******119550 UPDATE BY LHTH 2026-5-7 END ******* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-5开发笔记.md b/docs/2026开发笔记/26-5开发笔记.md new file mode 100644 index 0000000..6666bc8 --- /dev/null +++ b/docs/2026开发笔记/26-5开发笔记.md @@ -0,0 +1,636 @@ +--- +sidebar_position: 5 +title: 26-5开发笔记 +--- +# 笔记5月 +#### 成都优选规则变更 + +- [ ] 部分代码撤回 + +- [ ] 首次招租期天数调整 -- 首年是字典 后续在公共方法里 + +​ 原 : 首年45 次年45 单次30 + +​ 现 : 每次45 + +- [ ] 招租保证金调整 + +​ 原 : 50% -> 80%(没上线) + +​ 现 : 100% + +- [ ] 租金上下浮动比例调整 + +​ 原 : 5% + +​ 现 : 10% 校验提示应该不会弹出 + +- [ ] 招租服务费调整 -- 财务 + +​ 原 : 含托管招租期 + +​ 现 : 不含托管招租期 是招租期不收取费用 + +- [ ] 新增600元/年 维修基金 +- [ ] 固定延长期为3个月 +- [ ] 提前12个月可以续签 , 到期3个月内可解约 + +- [ ] 切割方案 新的打印版本 是要求之前的合同强制换签 + +​ 换签 作废 后算新的 + +- [ ] 短信模板 + + + + + +- [ ] 招租期天数调整 -- 首年是字典 托管在公共方法里 +- [ ] 招租保证金调整 -- 模板 和 生成时点 +- [ ] 租金上下浮动比例调整 -- 字典 +- [ ] 招租服务费调整 -- +- [ ] 新增600元/年 维修基金 -- 首个承租审核通过 +- [x] 固定延长期为3个月 -- 页面 work +- [x] 提前12个月可以续签 -- 后台判断 +- [x] X 到期3个月内可解约 -- 解约.. +- [ ] 招租结束日计算 -- 公共方法 + +- [x] 部分代码撤回 +- [x] X 新合同模板 +- [x] X 协议相关功能 +- [x] 切割方式 -- 优选版本 +- [ ] 短信模板 + + + + + +招租保证金生成 : 1.签完委托 2.定时 空置 且 保证金付款 {'<'}= 保证金返还 + +保证金删除 : 1. 无缝续签的 2.合同签约通过 , 删非已付款的 + +保证金返还 : 1.承租交三金 招租保证金 > 保证金返还 2.这是无缝续签的 + +返还房租 : 承租实际结束日{'<'}房租已付日(承租提前解约) + +模拟 : + +签约生成的保证金未付款 -> 承租交三金 -> 付款=返还=0 -> 删除招租保证金 -> 承租解约 -> 空置时点 付款=返还=0 -> 生成保证金 + +签约生成的保证金已付款 -> 承租交三金 -> 付款>返还=0 -> 生成保证金返还 -> 承租解约 -> 空置时点 付款=返还 -> 生成保证金 + +承租签约 + + + + + + + + + + + + + + + + + + + + + + +普通合同 + +- [ ] 服务费 +- [ ] 固定延长期为3个月 -- 承租签约和签协议的校验 +- [ ] 提前12个月可以续签 -- 后台增加判断 +- [ ] 到期3个月内可解约 -- 解约.. + +协议相关 + + + +文档问题+修改点 + +模板 协议 + + + +委托周期 第一年2025.1.1-2025.12.30 第二年 2026.1.1-2026.12.30 + +承租2025.12.20解约 剩10天到第二个周期 ,假设还有30天招租期 , 招租截止日大于第一个周期 , 所以招租结束日是2026.1.30 + +- [ ] 2025.12.21 签协议增加2天招租期 , 实际修改 第一个周期的招租天数32天 , 招租截止日为2026.1.30 , 待租查询的结果是2026.1.30 + +​ 如用承租结束日算 招租截止日为2026.2.1 , 待租查询的结果是2026.2.1 + +​ 如用周期开始日算 招租截止日为2026.1.30 , 待租查询的结果是2026.1.30 + +- [ ] 2026.1.1 签协议增加2天招租期 , 实际修改 第二个周期的招租天数32天 , 招租截止日为2026.2.1 , 待租查询的结果是2026.1.30 + +​ 如用承租结束日算 招租截止日为2026.2.1 , 待租查询的结果是2026.2.1 + +​ 如用周期开始日算 招租截止日为2026.2.1 , 待租查询的结果是2026.2.1 + +- [ ] 如果以上两种情况都增加了两天的情况 , 招租截止日为2026.2.1 , 待租查询的结果是2026.1.30 + +​ 如用承租结束日算 招租截止日为2026.2.1 , 待租查询的结果是2026.2.3 + +​ 如用周期开始日算 招租截止日为2026.2.1 , 待租查询的结果是2026.2.1 + + + + + + + + + + + + + +A 当前承租非撤单 + +B 当前承租撤单 且 没有其他有效承租 且 没有已付款的付款计划 + +注 当前承租撤单 且 没有其他有效承租 且 有已付款的付款计划 + +如果 当前承租撤单 且 有其他有效承租呢? + + + + + +resetLetEndDate调用地点 + +1. 承租签约完成 改啥? +2. 承租解约 +3. 委托协议 +4. 因下一份合同无缝续签 委托审核通过,协议更改合同开始日(包括非优选) + + + +--- + +#### 测试 119450 【6月初上线】【成都需求】相寓优选2.0委托需求 + + + + + +委托合同编辑页面-相寓优选2.0延长期、招租天数、最高最低租金浮动比例修改(PC、WORK) + +续签-相寓优选2.0续签规则校验修改(PC、WORK) + +短信通知-相寓优选2.0承租签约、承租解约短信/APP通知修改 + +--- + +#### 119614 【需求】优选2.0委托合同可提前1年操作续签 + + + +// *******119614 UPDATE BY LHTH 2026-5-8 START ******* +// *******119614 UPDATE BY LHTH 2026-5-8 END ******* + + + +--- + +#### 119720 【5月初上线】【需求】相寓优选委托续签由提前6个月续签修改为提前9个月续签 + + + +// *******119720 UPDATE BY LHTH 2026-5-9 START ******* +// *******119720 UPDATE BY LHTH 2026-5-9 END ******* + + + + + +--- + +#### 119450 【6月初上线】【成都需求】相寓优选2.0委托需求 + + + +// *******119450 UPDATE BY LHTH 2026-5-12 START ******* +// *******119450 UPDATE BY LHTH 2026-5-12 END ******* + + + +一二三四五六七八九十 + +1234567890 + + + +--- + +#### 119752 【6月初上线】【成都需求】相寓优选2.0委托需求-委托补充协议部分 + + + +// *******119752 UPDATE BY LHTH 2026-5-14 START ******* +// *******119752 UPDATE BY LHTH 2026-5-14 END ******* + +{'<'}%-- *******119752 UPDATE BY LHTH 2026-5-14 START *******--%> +{'<'}%-- *******119752 UPDATE BY LHTH 2026-5-14 END *******--%> + + + +首次招租期去掉 + +``` +letDaysBefore +letDaysAfter +``` + +托管招租期去掉 + +``` +cycleLetDaysBefore +cycleLetDaysAfter +``` + +下方文案删除 + +``` +yearEffect +mmEffect +ddEffect +``` + + + +俩按钮取消逻辑 1 o + +首个招租期 更改招租开始日 逻辑 o + +托管天数变更字段 逻辑 o + +首个天数变更字段 逻辑 o + + + + + + + +#### + +#### 旧版成都 + +##### 首个招租期变更-增加天数 + +``` +合同LET_DAYS 和 LET_END_DATE +``` + +##### 托管招租期变更 + +``` +合同LET_DAYS(只在第一年改) 和 周期LET_DAYS 和 LET_END_DATE +``` + + + +#### 新版成都 + +##### 首个招租期变更-增加天数 + +``` +LET_END_DATE +``` + +##### 托管招租期变更 + +``` +LET_END_DATE +``` + + + + + + + +--- + +#### 119934 【广州park】【需求】数据看板新增海山项目 + +houseKeeper/queryProjectList + +看板 houseKeeper/queryDataBoardList + + + + + +--- + +#### 120154 【生产问题】FY1000166590签约问题 + + + +// *******120154 UPDATE BY LHTH 2026-5-22 START ******* +// *******120154 UPDATE BY LHTH 2026-5-22 END ******* + + + +太原20260108-20260310 这段时间有问题 + +```sql +signatory是1000300370001 1000300370004 1000300370006 1000300370007 +但是有 AgentPeople AgentCertificateType AgentCertificateNo +AgentPhoneNo AgentMail AgentAddress + +select contractcode,createtime,contractstate,CHECKSTATE,agentpeople,agentcertificatetype,agentcertificateno,agent_address,agent_mail,agent_phone_no +from wk_sf_contract where signatory in ('1000300370001','1000300370004','1000300370006','1000300370007') and (AgentPeople is not null or AgentPeople is not null or AgentPeople is not null) order by createtime; +``` + +杭州20260119-现在 这段时间有问题 + +```sql +signatory是1000300170007 1000300170010 + +select contractcode,createtime,contractstate,CHECKSTATE,agentpeople,agentcertificatetype,agentcertificateno,agent_address,agent_mail,agent_phone_no +from wk_sf_contract where signatory in ('1000300170007','1000300170010') and (AgentPeople is not null or AgentPeople is not null or AgentPeople is not null) order by createtime; +``` + + + +--- + +#### 120144 【需求】【26年6月初上线】关于委托提前续签签约周期限制的更改 + + + +// *******120144 UPDATE BY LHTH 2026-5-26 START ******* +// *******120144 UPDATE BY LHTH 2026-5-26 END ******* + + + + + +--- + +#### 120176 【优化】委托合同产权地址可录入字符调整 + + + +{'<'}%-- *******120176 UPDATE BY LHTH 2026-5-26 START *******--%> +{'<'}%-- *******120176 UPDATE BY LHTH 2026-5-26 END *******--%> + + + + + +--- + +#### 120265 【需求】【收房团队】房源相关功能与相寓+对接 + +// *******120265 UPDATE BY LHTH 2026-5-27 START ******* +// *******120265 UPDATE BY LHTH 2026-5-27 END ******* + +{'<'}%-- *******120265 UPDATE BY LHTH 2026-5-27 START *******--%> +{'<'}%-- *******120265 UPDATE BY LHTH 2026-5-27 END *******--%> + + + +// *******120265 UPDATE BY LHTH 2026-6-11 START ******* +// *******120265 UPDATE BY LHTH 2026-6-11 END ******* + + + +- [ ] 推荐列表有work吗? + +- [x] 房源管理菜单关闭 + +1. 私盘 公盘 录入 本来就关着 看生产吧 +2. 华熙有一个菜单列表的判断 , 可以删代码 + +- [ ] 推荐列表 + +1. 关闭旧推荐列表 , 新建crm推荐列表菜单 +2. 我记得要刷哪个字段 -- 看飞哥 +3. 日志表WIWJ_SYNC_HOUSE_LOG -- 谁加? +4. 还有个查不到人 去查ehr的 -- 标签给Y + +- [x] 推荐信息查询-运营团队 + +​ 关闭旧运营推荐列表 , 新建crm运营推荐列表菜单 --ok + +- [x] CRM对接-推荐房源校验接口(CX01) + +​ 加字典值,再看一下跟AMS的方法一不一样 + +- [x] CRM对接-房源联系人推荐信息同步接口(CRM02) + +​ 城市字典值 , 其他不用改 + + + +##### 委托补充协议签署权限调整 + +- [ ] 开通相寓管家录入权限 + +- [ ] 修改委托所属人之后 , 走流程看哪里不行 +- [ ] 之前的上级是否需要关闭? + + + +- [x] 101改回104 + + + + + +--- + +#### 120283 【需求】【收房团队】委托补充协议签署权限调整 + + + +// *******120283 UPDATE BY LHTH 2026-5-29 START ******* +// *******120283 UPDATE BY LHTH 2026-5-29 END ******* + +{'<'}%-- *******120283 UPDATE BY LHTH 2026-5-29 START *******--%> +{'<'}%-- *******120283 UPDATE BY LHTH 2026-5-29 END *******--%> + + + + + +--- + +#### 120482 【需求】【26年5月31日替换】相寓优选2.0产品首年、非首年招租期天数调整 + + + +// *******120482 UPDATE BY LHTH 2026-5-28 START ******* +// *******120482 UPDATE BY LHTH 2026-5-28 END ******* + +{'<'}%-- *******120482 UPDATE BY LHTH 2026-5-28 START *******--%> +{'<'}%-- *******120482 UPDATE BY LHTH 2026-5-28 END *******--%> + + + + + +##### work + +初始化: 大于30天的 小于5000租金 给30 + +下拉列表: 是优选且租金不为空(和0) 小于5000给30 小于8000给30,45 大于8000给30,45,60 + +最大租金: 小于5000给30 小于8000给30,45 大于8000给30,45,60 + + + + + + + + + + + + + + + + + +1002000050001 + + + + + + + + + +##### 带显卡 + +主板+cpu : i3-12100F 或者 i5-12400F 或者 r5-5600 带wifi的1300元左右 +显卡 : 6500XT 900-1000元 +内存 : 8g*2 600元左右 +固态 : 512g 500元左右 +电源 : 500w 200元左右 +散热 : 百元内 +机箱 : 百元 +总计 : 3700 + + + +##### 不带显卡 + +主板+cpu : i3-12100 或者 r5-5600G 带wifi的1400元左右 +内存 : 8g*2 600元左右 +固态 : 512g 500元左右 +电源 : 300w 100-200元 +散热 : 百元内 +机箱 : 百元 +合计 : 2900 + + + + + + + + + + + +Websocket is already in CLOSING or CLOsED state. 关闭后还在发消息 + +Uncaught InvalidstateError: Failed to execute 'send' on 'WebSocket':Still in CONNECTING state. 正在连接中就发送消息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +100:初始化列表 + 绑定用户信息->给所有用户发自己上线的信息(未脱敏)->修改登录状态->重置会员信息->查询发送者是自己的聊天记录,查询接收者是自己的聊天记录->合并两个聊天记录并排序(500条以上不排)->查所有未读的聊天记录->返回聊天列表和未读数量 +0:修改未读消息为已读 +1:发消息 +3:获取历史消息->无创建时间查最后10条->有创建时间按时间往上查10条 +4:陌生人查询 删掉了 +5:删除联系人->物理删除这俩人的聊天记录 +6:退出登录->修改自己为已离线 close_status=1 is_online=0 +20:管理员修改用户信息 +99886:修改为隐身 +99885:修改为上线 +99881:心跳 +客户端断开 + + + +100: + ->10 查不到人 + ->4 给所有人发上线通知 + ->0 给自己的聊天列表和未读数量 +1: + ->7 余额不足 + ->1 消息发给自己 + ->1 消息发给别人 +3: + ->3 给自己历史消息 +4: + ->5 不知道删掉了 +5: + ->6 删除聊天记录成功信息 +6: + ->4 给所有人发离线通知 +20: + ->20 给用户发送他的信息,成功后需要给管理员传回信息 +99886: + ->4 给所有人发离线通知 +99885: + ->4 给所有人发上线通知 +99881: + ->99881 心跳 +客户端断开: + ->4 给所有人发上线/离线通知 + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-6开发笔记.md b/docs/2026开发笔记/26-6开发笔记.md new file mode 100644 index 0000000..b52ac8c --- /dev/null +++ b/docs/2026开发笔记/26-6开发笔记.md @@ -0,0 +1,621 @@ +--- +sidebar_position: 6 +title: 26-6开发笔记 +--- +# 笔记6月 + +#### 120631 【收房团队】AMS和CBS接口调整 + +// *******120631 UPDATE BY LHTH 2026-6-2 START ******* +// *******120631 UPDATE BY LHTH 2026-6-2 END ******* + + + + + +#### + +--- + +#### 119075 【生产问题】XW10458541审核通过,付款计划状态还是待审核--重复提交校验 + +// *******119075 UPDATE BY LHTH 2026-6-5 START ******* +// *******119075 UPDATE BY LHTH 2026-6-5 END ******* + + + + + +{'<'}%-- *******120631 UPDATE BY LHTH 2026-6-4 START *******--%> +{'<'}%-- *******120631 UPDATE BY LHTH 2026-6-4 END *******--%> + + + + + +``` +cropay.com +paypal.com +baypay.com +ipasspay.biz +``` + + + + + + + + + +--- + +#### 120862 【收房团队】委托产品取得方式调整 + +// *******120862 UPDATE BY LHTH 2026-6-9 START ******* +// *******120862 UPDATE BY LHTH 2026-6-9 END ******* + +{'<'}%-- *******120862 UPDATE BY LHTH 2026-6-9 START *******--%> +{'<'}%-- *******120862 UPDATE BY LHTH 2026-6-9 END *******--%> + +``` +EstimateProductRel +WIWJ_ESTIMATE_PRODUCT_REL +``` + + + + + + + + + + + + + +--- + +#### 合同pdf下载 /mobileAPI/v4_0/owner/contracts/contractViewPage + +``` +isShowButton +{电子签}且{财务待审核 或 审核已通过} +``` + +协议pdf下载 /mobileAPI/v4_0/agreement/agreementList + +``` +showDownBtn +{电子签}且{财务审核已通过} +``` + +交割单pdf下载 /mobileAPI/v4_0/property/isShowUpLoadButton + +``` +Y/N +上海: {审核已通过} +杭州: {审核已通过}且{来源非AIHOME} +``` + +解约pdf下载 /mobileAPI/v4_0/owner/contracts/contractViewPage + +``` +downloadButton +{电子签}且{审核已通过} +``` + +pdf下载时点 +合同: 财务待审核 或 审核已通过 +协议: 财务审核已通过 +交割单: 审核已通过 +解约: 审核已通过 + + + + + + + +--- + +#### 120883 【需求】告知催缴中台是否为优选合同 + + + +```sql +create or replace FUNCTION IS_CONTRACT_XYYX ( + p_city_code IN VARCHAR2, + p_ams_contract_id IN NUMBER +) RETURN VARCHAR2 --120883 LHTH 2026-6-9 add +IS + v_result VARCHAR2(1) := 'N'; + v_product_id VARCHAR2(50); +BEGIN + BEGIN + SELECT CASE + WHEN p_city_code = 'beijing' THEN + (SELECT epr.PRODUCT_ID FROM bjtest1.WIWJ_ESTIMATE_PRODUCT_REL epr, wk_sf_contract sf + WHERE epr.id = sf.product_code AND sf.CITY_ID = p_city_code AND sf.AMS_ID = p_ams_contract_id AND ROWNUM = 1) + WHEN p_city_code = 'taiyuan' THEN + (SELECT epr.PRODUCT_ID FROM tycs.WIWJ_ESTIMATE_PRODUCT_REL epr, wk_sf_contract sf + WHERE epr.id = sf.product_code AND sf.CITY_ID = p_city_code AND sf.AMS_ID = p_ams_contract_id AND ROWNUM = 1) + WHEN p_city_code = 'hangzhou' THEN + (SELECT sf.product_id FROM wk_sf_contract sf WHERE sf.CITY_ID = p_city_code AND sf.AMS_ID = p_ams_contract_id AND ROWNUM = 1) + WHEN p_city_code IN ('chengdu2', 'wuhan2', 'shanghai', 'suzhou', 'nanjing', 'tianjin', 'zhengzhou') THEN + (SELECT sf.product_item FROM wk_sf_contract sf WHERE sf.CITY_ID = p_city_code AND sf.AMS_ID = p_ams_contract_id AND ROWNUM = 1) + END INTO v_product_id + FROM DUAL; + EXCEPTION + WHEN NO_DATA_FOUND THEN + v_product_id := NULL; + END; + + v_result := CASE + WHEN p_city_code = 'taiyuan' AND v_product_id = 'PRODUCT_000007' THEN 'Y' + WHEN p_city_code = 'beijing' AND v_product_id = 'PRODUCT_000068' THEN 'Y' + WHEN p_city_code = 'hangzhou' AND v_product_id = 'PRODUCT_000075' THEN 'Y' + WHEN p_city_code IN ('chengdu2', 'wuhan2') AND v_product_id = 'PRODUCT_000004' THEN 'Y' + WHEN p_city_code IN ('shanghai', 'suzhou', 'nanjing', 'tianjin', 'zhengzhou') + AND v_product_id IN ('1000100590010', '1000100590009') THEN 'Y' + ELSE 'N' + END; + + RETURN v_result; +END; + +----------------------------------------------------------------------- +select CITY_ID,count(0) from wk_sf_contract group by CITY_ID; +select * from WIWJ_ESTIMATE_PRODUCT_REL; +select * from wk_sf_contract where product_item is not null; +----------------------------------------------------------------------- +``` + +``` +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('beijing','PRODUCT_000068'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('hangzhou','PRODUCT_000075'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('taiyuan','PRODUCT_000007'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('chengdu2','PRODUCT_000004'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('wuhan2','PRODUCT_000004'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('shanghai','1000100590009'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('shanghai','1000100590010'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('suzhou','1000100590010'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('nanjing','1000100590010'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('tianjin','1000100590009'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('tianjin','1000100590010'); +INSERT INTO COM_CONTRACT_XYYX_CONFIG VALUES('zhengzhou','1000100590010'); +``` + + + +--- + +#### 120493 【需求】因无纸化签约合规要求, 无纸化签约相关的修改 + +// *******120493 UPDATE BY LHTH 2026-6-13 START ******* +// *******120493 UPDATE BY LHTH 2026-6-13 END ******* + +- [x] 实名认证相关--承租 +- [ ] 签字前一页判断 : 实名认证跳转 +- [ ] 签字前一页判断 : 实名认证信息是否与合同内容一致 一致则刷脸 ,不一致提示且返回列表页 +- [ ] 签字前一页判断 : 非身份证/永久留居身份证/港澳台往来内地通行证 不可电子签,提示“当前证件类型不支持电子签,如需继续签署,请联系您的管家”, 页面停留在当前页面。 + +--- + +#### 120772 【合规性】所有使用电子签名及盖章的地方改用e签宝服务 + +// *******120772 UPDATE BY LHTH 2026-6-13 START ******* +// *******120772 UPDATE BY LHTH 2026-6-13 END ******* + +- [x] 签字最顶部校验 用户id -- 协议有 + +- [x] 签字和签章顺序调换 + +- [x] 签字修改为用最新的方法 + +- [x] 要catch异常 + +- [x] 大字11,白字8, 有横线的 比如框是20 那就比框高2 , 框是17,就比框高5 + +- [x] 大字11,白字8, 无横线的 白字最左下角在大字的中间就行 + +- [ ] 改过思源字体的 需要用思源的白字 + + + + + +前置 : app中台 一次性sql插入(一个是用户表id,222是固定的) + +```sql +insert into XY_CUSTOMER_FLOW_REL (ID, CUSTOMER_ID, FLOW_ID, CREATE_TIME, LAST_MODIFY_TIME) +values (SEQ_CUSTOMER_FLOW_REL.NEXTVAL, '1301', '222', null, null); + +insert into XY_CUSTOMER_FLOW_REL (ID, CUSTOMER_ID, FLOW_ID, CREATE_TIME, LAST_MODIFY_TIME) +values (SEQ_CUSTOMER_FLOW_REL.NEXTVAL, '23545', '222', null, null); +``` + + + +##### 上线顺序:北京、杭州、上海、苏州、天津、南京、郑州、太原、无锡、成都直营、武汉直营、广州直营、广州PARK + + + +##### 杭州测试协议 + +```properties +收款账户变更协议 +收款账户变更协议新版 +委托和解协议 +委托和解协议新版 +租赁房屋空气质量承诺书 +《杭州相寓资产管理服务合同》补充协议 +《杭州相寓资产管理服务合同》补充协议新版 +《杭州相寓资产管理服务合同》补充协议相寓优选 +《杭州相寓资产管理服务合同》补充协议相寓优选新版 +``` + +##### 上海测试协议 + +```properties +收款账户变更协议 +《上海相寓资产管理服务合同》补充协议 +相寓业主解约通知书--只有业主 +``` + +##### 天津 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 1.1.1/1.2.1 +《相寓资产管理服务合同》补充协议 新版 +``` + +##### 南京 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 +委托和解协议 +``` + +##### 郑州 + +```properties +收款账户变更协议 历史v2 +《相寓资产管理服务合同》补充协议 +``` + +##### 苏州 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 优选 +《相寓资产管理服务合同》补充协议 非优选 +``` + +##### 太原 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 优选 +《相寓资产管理服务合同》补充协议 非优选 +``` + +##### 无锡 + +```properties +收款账户变更协议 +变更补充协议 +相寓空置期租金免除补充协议 +``` + +##### 成都直营 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 优选 +《相寓资产管理服务合同》补充协议 非优选 +相寓疫情防控期间租金支付补充协议 +``` + +##### 广州直营 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 +相寓疫情防控期间租金支付补充协议 +``` + +##### 武汉直营 + +```properties +收款账户变更协议 +《相寓资产管理服务合同》补充协议 优选 +《相寓资产管理服务合同》补充协议 非优选 +``` + + + +--- + +#### 120265 【需求】【收房团队】房源相关功能与相寓+对接 + + + +// *******120265 UPDATE BY LHTH 2026-6-15 START ******* +// *******120265 UPDATE BY LHTH 2026-6-15 END ******* + + + +房源: 只有房源编号 + +小区: 只填小区 + +楼栋: 填小区和buildhouseid + + + +传房源过来 + +--- + +#### 121140 【相寓app】【委托合同列表】港澳台已经认证的委托合同,对应的认证信息是三种类型的任意一种没有自动绑定到委托合同列表去展示出来 + + + +// *******121140 UPDATE BY LHTH 2026-6-16 START ******* +// *******121140 UPDATE BY LHTH 2026-6-16 END ******* + +``` +合同: + 1013304 + +实名认证: + 1013397 + 1013398 + 1013399 +``` + + + + + + + + + +--- + +写用例注意 + +护照不能电子签了 + +pc+work互相提审, 一级和二级页面校验,按钮重复点击 + +收房审批 注意驳回后增量和减量后 审批页展示(work+ams) + +每次驳回注意新表的存值 + +委托数据对比 work和ams单独提交的情况,各种节点都要看 + +附件要代入这里的附件,共有人的情况 只给业主带 , 旧合同以及打印完成未生成附件的情况下 附件不能代入 + + + + + + + +VIEW_CF_CONTRACT_USER_REL_ + + + + + + + + + + + + + + + + + + + + + +令某 + +男 + +汉 + +1985/07/12 + +北京市昌平区 + +110101198507123456 + +北京市昌平区公安局 + +2020.01.01-2030.01.01 + + + +--- + +#### 120687 【生产问题】org.common.core.web.ErrorInterceptor 后台报异常(- ORA-12899: value too large for column "HANGZHOUNEW"."WIWJ_AGREEMENT_DETAIL_INFO"."VALUE" (actual: 3785, maximum: 1000)) + +// *******120687 UPDATE BY LHTH 2026-6-18 START ******* +// *******120687 UPDATE BY LHTH 2026-6-18 END ******* + +{'<'}%-- *******120687 UPDATE BY LHTH 2026-6-18 START *******--%> +{'<'}%-- *******120687 UPDATE BY LHTH 2026-6-18 END *******--%> + + + +- [x] 现委托人:30汉字 +- [x] 产权人变更为:30汉字 +- [x] 储蓄卡开户人:30汉字 +- [x] 证件编号:30数字 +- [x] 证件号码:30数字 +- [x] 储蓄卡账号:30数字 +- [x] 乙方通讯地址:60汉字 +- [x] 产权地址变更为:60汉字 + +``` +aaaaaaaaaabbbbbbbbbbcccccccccod +aaaaaaaaaabbbbbbbbbbccccccccco +aaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbcccccccccoaaaaaaaaaabbbbbbbbbbccccccccco +``` + +旧版有个邮编 + +乙方联系电话:(座机) -- 30 + +(其他联系电话) -- 30 + +``` +9999999.99 +手机是11 +``` + + + + + + + +--- + +#### 121258 【南京测试】分租的递增合同里递增协议少个签章 + + + +// *******121258 UPDATE BY LHTH 2026-6-20 START ******* +// *******121258 UPDATE BY LHTH 2026-6-20 END ******* + + + +--- + +#### 121256 【优化】委托合同录入判断续签条件优化 + +// *******121256 UPDATE BY LHTH 2026-6-22 START ******* +// *******121256 UPDATE BY LHTH 2026-6-22 END ******* + + + +##### 优选续直选 + +优选是续签 : 评估为续签 , 校验 + +优选是新签且有价格周期 : 评估为续签 , 校验 + +优选是新签且无价格周期 : 评估为新签 , 不校验 + +##### 优选续优选 + +走原需求逻辑 + +##### 直选续直选 + +走原逻辑 + + + +评估单新签 + +业主续共有人 , 业主信息不一致 , 业主跟第二份共有人信息一致 + + + + + + + + + +#### 优选续非优选 / 非优选续非优选 + +评估单选择新签 -> 校验1-5判断合同为新签 -> 正常签约 + +评估单选择新签 -> 校验1-5判断合同为续签 -> 提示校验内容,卡流程 + +评估单选择续签 -> 校验1-3判断合同为新签 -> 正常签约 + +评估单选择续签 -> 校验1-3判断合同为续签 -> 正常签约 + +#### 优选续优选 + +评估单不能选择新续签 -> + + + +AMS保存/打印/推送APP -> 先校验后保存 -> 没保存上 + +work保存/推送APP -> 先保存, 被校验住抛异常, 事务回滚 -> 没保存上 + + + +--- + +#### 120933 【需求】精装相寓产品开通委托合同补充协议录入 + + + +--- + +#### 120948 【需求】《上海相寓资产管理服务合同》协议审批流变更 + +// *******120948 UPDATE BY LHTH 2026-6-29 START ******* +// *******120948 UPDATE BY LHTH 2026-6-29 END ******* + + + + + +--- + +#### 120449 【需求】关于AMS系统去掉管家管辖范围逻辑的需求 + + + +// *******120449 UPDATE BY LHTH 2026-6-30 START ******* +// *******120449 UPDATE BY LHTH 2026-6-30 END ******* + +{'<'}%-- *******120449 UPDATE BY LHTH 2026-6-30 START *******--%> +{'<'}%-- *******120449 UPDATE BY LHTH 2026-6-30 END *******--%> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/2026开发笔记/26-7开发笔记.md b/docs/2026开发笔记/26-7开发笔记.md new file mode 100644 index 0000000..9243623 --- /dev/null +++ b/docs/2026开发笔记/26-7开发笔记.md @@ -0,0 +1,663 @@ +--- +sidebar_position: 7 +--- + +# 笔记7月 + + + +啊 + +#### 120538 【生产问题】YW10482086录不了《杭州相寓资产管理服务合同》补充协议 + +``` +// *******120538 UPDATE BY LHTH 2026-7-1 START ******* +// *******120538 UPDATE BY LHTH 2026-7-1 END ******* + +<%-- *******120538 UPDATE BY LHTH 2026-7-1 START *******--%> +<%-- *******120538 UPDATE BY LHTH 2026-7-1 END *******--%> +``` + + + + + + + +--- + +#### 120611 【成都】普通相寓合同规则调整 + +``` +// *******120611 UPDATE BY LHTH 2026-7-2 START ******* +// *******120611 UPDATE BY LHTH 2026-7-2 END ******* +``` + + + + + +第一页不改 + +- [x] 内容全改 + +附件一不改 + +- [x] 附件二改 + +附件三不改 + +附件四不改 + +- [ ] 附件五改 + +附件六不改 + +- [ ] 附件七改 + + + + + +--- + +#### 120859 【需求】相寓优选产品托管招租期不收取资产管理费 + +``` +// *******120859 UPDATE BY LHTH 2026-7-6 START ******* +// *******120859 UPDATE BY LHTH 2026-7-6 END ******* + +<%-- *******120859 UPDATE BY LHTH 2026-7-6 START *******--%> +<%-- *******120859 UPDATE BY LHTH 2026-7-6 END *******--%> +``` + + + +``` +// *******121517 UPDATE BY LHTH 2026-7-7 START ******* +// *******121517 UPDATE BY LHTH 2026-7-7 END ******* +``` + + + + + +--- + +#### 121626 【成都直营】【需求】优选委托补充协议可签署时点变更,同杭州需求120538 + +``` +// *******121626 UPDATE BY LHTH 2026-7-7 START ******* +// *******121626 UPDATE BY LHTH 2026-7-7 END ******* +``` + + + +--- + +#### 121355 采暖费测试 + + + +还得新旧都测 + +/houseManage/housePrivate!showEvaluateEstimateLogTab.action?cbsHouseCode=547114825&buildingHouseId=75906969 + +原 + +``` +1.物业费 + 同付款计划一起生成 + 合同1: 2026-7-1 - 2026-7-31 + 合同2: 2026-8-10 - 2026-9-9 + 物业费1: 2026-7-1 - 2026-7-31 + 物业费2: 2026-8-1 - 2026-9-9 +2.采暖费 + 同付款计划一起生成 + 预计付款日1:开始日在采暖季 用首期房租预计付款日 + 预计付款日2:招租期期间有采暖费 + 固定付款日3:承租每个月周期的开始日 +``` + +现 + +``` +1.物业费 + 同付款计划一起生成 + 合同1: 2026-7-1 - 2026-7-31 + 合同2: 2026-8-10 - 2026-9-9 + 物业费1: 2026-7-1 - 2026-7-31 + 物业费2: 2026-8-10 - 2026-9-9 +2.采暖费 + 同付款计划一起生成 +``` + + + +解约删除未付款的付款单, 如果承租实际结束日在这条付款计划的中间 也得删 + +且 承租编号=当前解约的承租 + + + +--- + +#### 121707 【需求】【全国】相寓优选2.0增加手动操作招租失败权限 + +``` +// *******121707 UPDATE BY LHTH 2026-7-14 START ******* +// *******121707 UPDATE BY LHTH 2026-7-14 END ******* +``` + +``` +<%-- *******121707 UPDATE BY LHTH 2026-7-14 START *******--%> +<%-- *******121707 UPDATE BY LHTH 2026-7-14 END *******--%> +``` + + + +1. 确认招租失败 按钮 , 经纪人 , 经纪人上级 -- 按钮,菜单 + +2. 非解约中 且 招租失败标签 且 招租截止日小于委托实际结束日 √ + + --非解约中 √ + + --招租截止日\<委托实际结束日 √ + + ----优选2 √ + + ----招租截止日有值 √ + + ----当前日期>招租截止日 √ + + ----不存在承租实际结束日>当前日期 的非撤单 且 非作废 且 提交过风控审核 的承租合同 √ + + ----非已解约,非已续约 √ + + ``` + “招租失败”标签显示,符合下述所有条件时显示: + 1)委托合同产品为“相寓优选2.0” + 2)招租截止日有值且当前日期>招租期截止日 + 3)不存在承租实际结束日>当前日期的有效承租 + 注:有效承租合同:非撤单且非作废且提交过风控审核的承租合同 + 4)委托合同状态非已解约、已续约 + ``` + +3. 点击后触发招租失败定时任务处理 , 排除a条件 , 筛选合同是自己 -- 旧方法 √ + +4. “操作成功,委托合同实际结束日已变更。” , “操作失败,失败原因为\{获取失败原因,如果为多个使用;分开}” --新action方法 + +5. 部分城市告知cbs -- 北京有,杭州有,太原有,南京苏州天津有 郑州无,直营无? + +6. 成功后写合同履历 "手动操作招租失败,委托合同实际结束日已变更" -- 履历 √ + + + + + +太原:《相寓资产管理服务合同》补充协议 {收房维护人 , 租赁区副总监} + +南京:《南京相寓资产管理服务合同》补充协议 {相寓主管 , 相寓区域经理} + +苏州:《苏州相寓资产管理服务合同》补充协议 {相寓主管 , 相寓经理} + +天津:《天津相寓资产管理服务合同》补充协议 {相寓主管 , 相寓区域经理} + +郑州:《郑州相寓资产管理服务合同》补充协议 {经纪人 , 店经理} + +北京:《北京相寓资产管理服务合同》补充协议 {经纪人 , 商圈经理} + +杭州:《杭州相寓资产管理服务合同》补充协议 {租赁经纪人 , 业务主任} + +武汉直营:《武汉相寓资产管理服务合同》补充协议 {综合管家 , 业务经理} + +成都直营:《成都相寓资产管理服务合同》补充协议 {资源经理(原经纪人) , 区域经理(原店经理)} + + + + + +--- + +#### 121485 【需求】委托黑名单流程优化 + +``` +// *******121485 UPDATE BY LHTH 2026-7-16 START ******* +// *******121485 UPDATE BY LHTH 2026-7-16 END ******* +``` + +``` +<%-- *******121485 UPDATE BY LHTH 2026-7-16 START *******--%> +<%-- *******121485 UPDATE BY LHTH 2026-7-16 END *******--%> +``` + +listContractBlackInfo 列表 + +invalidBlackInfo.jsp 列表无效 HouseInfoAction.saveInvalidBlack + +addWTBlackPage.jsp 列表新增 HouseInfoAction.saveBlackInfo + +wtBlackApplyPage.jsp 加入/解除 申请(work只有申请) HouseInfoAction.commitBlackApply + +驳回后修改页是哪个? + + + +申请类型 1:新增;2:解除 + +屏蔽类型 1:房源;2:楼栋;3:小区 4承租 + +- [x] 加入黑名单审批流变更 +- [x] 看生产页面分配给谁了 /basicsdate/houseInfo!listContractBlackInfo.action +- [x] 列表数据展示范围 : 要开给管家和经理 , 可以查看自己提交的数据 +- [x] 看申请页权限分配给谁了 /basicsdate/houseInfo!wtBlackApplyPage.action?operateKbn=I +- [x] 申请页面 管家只能屏蔽房源 , 经理只能屏蔽小区和楼栋 +- [x] 申请校验 管家时 判断是否在管辖范围内 + +表 + +WTBLACKLIST + +WIWJ_SF_BLACK_APPLY + + + +默认有效数据查询时间 : 2132 ms + +填写申请人查询时间 : 17503ms + +填写申请人查询时间(修改后) : 17733 ms + + + +sql: + +黑名单关联房源可查出 房源,小区,楼号 + +黑名单关联楼栋可查出 小区,楼号 + +黑名单关联小区可查出 小区 + + + +页面查询: + +小区>楼号>房源 + +小区要筛选房源,小区,楼号 + +楼栋要筛选房源,楼号 + +房源要筛选房源 + + + + + + + + + +添加的话 用UpdateUser 解除也看 : 关联WIWJ_SF_BLACK_APPLY + +- [ ] 可以提交新增和解除 , 如果别人新增了 , 我解除了 , 是不是我俩都能看到 , +- [ ] 现状审核完成后直接把审核人存进了黑名单的保存人 , 旧数据也要看的话 得刷数据 + +- [x] 这个页面的三个按钮: 新增,查看,无效 -- 全去掉 + +- [x] 屏蔽类型 加入要限制 , 解除也要限制 + +- [ ] 批处理是否会卡 + + + +##### 本地: + +typora修改文件 -> Docusaurus热加载 -> 最新页面(git手动/自动提交) + +Decap修改文件 -> Docusaurus热加载 -> 最新页面(git手动/自动提交) + +##### 云端 + +Decap修改文件 -> Docusaurus热加载/build -> 最新页面(git手动/自动提交) + +Decap提交git -> git回调Docusaurus -> Docusaurus热加载/build -> 最新页面 + + + +```sql +select wb.id,decode(wb.housecode,null,decode(wb.bid,null,'小区','楼栋'),'房源') blackType, + decode(wb.housecode,null,decode(wb.bid,null,pi3.projectname,tp2.projectname),tp.projectname) proname, + decode(wb.housecode,null,decode(wb.bid,null,'',tp2.bname),tp.hbname) bname, + wb.housecode, + describe, + decode(isvalid,'Y','有效','无效') isvalid,tp.houseid, + ADD_REASON +from WTBLACKLIST wb +left join (select hi.id houseid, hi.housecode,pi.projectname,pi.id hpid,bi.name hbname,bi.id hbid + from wk_jc_house_info hi + left join wk_jc_building_house bh on to_char(bh.id)=hi.buildinghouseid + left join wk_jc_building_info bi on bi.id = bh.bid + left join wk_jc_project_info pi on pi.id = hi.projectinfoid + ) tp on tp.housecode = wb.housecode +left join ( + select bi2.id bbid,bi2.name bname,pi2.id bpid,pi2.projectname + from wk_jc_building_info bi2 + left join wk_jc_project_info pi2 on pi2.id = bi2.sid + ) tp2 on tp2.bbid=wb.bid +left join wk_jc_project_info pi3 on pi3.id = wb.projectinfoid +where 1=1 +``` + +``` +--错误示例 +" SELECT" +" wb.id, wb.housecode, wb.describe, wb.add_reason," +" CASE WHEN wb.housecode IS NOT NULL THEN '房源' WHEN wb.bid IS NOT NULL THEN '楼栋' WHEN wb.projectinfoid IS NOT NULL THEN '小区' ELSE '' END AS blacktype," +" CASE WHEN wb.housecode IS NOT NULL THEN pi.projectname WHEN wb.bid IS NOT NULL THEN pi2.projectname WHEN wb.projectinfoid IS NOT NULL THEN pi3.projectname ELSE '' END AS proname," +" CASE WHEN wb.housecode IS NOT NULL THEN bi.name WHEN wb.bid IS NOT NULL THEN bi2.name ELSE '' END AS bname," +" DECODE(wb.isvalid, 'Y', '有效', '无效') isvalid, hi.id AS houseid" +" FROM wtblacklist wb" +" --房源" +" LEFT JOIN wk_jc_house_info hi ON hi.housecode = wb.housecode" +" LEFT JOIN wk_jc_project_info pi ON pi.id = hi.projectinfoid" +" LEFT JOIN wk_jc_building_house bh ON TO_CHAR(bh.id) = hi.buildinghouseid" +" LEFT JOIN wk_jc_building_info bi ON bi.id = bh.bid" +" --楼栋" +" LEFT JOIN wk_jc_building_info bi2 ON bi2.id = wb.bid" +" LEFT JOIN wk_jc_project_info pi2 ON pi2.id = bi2.sid" +" --小区" +" LEFT JOIN wk_jc_project_info pi3 ON pi3.id = wb.projectinfoid" +" WHERE 1=1" +``` + +测试不加索引 +全量 4秒 +筛选 17秒 + +测试加索引 +全量 2秒 +筛选 0.2秒 + +select count(0) from wk_jc_building_house; +CREATE INDEX WK_JC_BUILDING_HOUSE_IDX01 ON wk_jc_building_house(TO_CHAR(id)); +DROP INDEX WK_JC_BUILDING_HOUSE_IDX01; + +生产无索引 +全量 8秒 +筛选 3秒 + +--- + +#### 122148 【优化】Work端委托补充协议打印申请审核时点击查看协议文本需要查看协议文本内容 + +``` +// *******121485 UPDATE BY LHTH 2026-7-16 START ******* +// *******121485 UPDATE BY LHTH 2026-7-16 END ******* +``` + +getNoSignPdfElectronicAgreement + + + +北京:无 + +杭州:无打印申请 + +上海:无 + +无锡:无 + +太原:和解协议, 和解协议漏水 + +苏州:页面不显示没改 + +``` +szSfAgreementTemplateHJXY +suzhou + szSfAgreementTemplateHJXY +cfAgreementTemplateHJXY +suzhou + szSfAgreementTemplateHJXYLS +``` + +南京:和解协议, 和解协议漏水 + +天津:页面不显示没改 + +``` +tjSfAgreementTemplateHJXYLS +tjSfAgreementTemplateHJXYLSnew +tjSfAgreementTemplateHJXY +tjSfAgreementTemplateHJXYnew +``` + +郑州:和解协议, 和解协议漏水 + +成都直营:无 + +武汉直营:无 + +广州直营:无 + + + +北京, 上海, 无锡, 直营分支, 如果 + +非收房已改 + +太原已改 + + + +--- + +#### 122273 【需求】委托【录入法务诉讼】权限调整 + +``` +// *******122273 UPDATE BY LHTH 2026-7-21 START ******* +// *******122273 UPDATE BY LHTH 2026-7-21 END ******* +``` + +``` +<%-- *******122273 UPDATE BY LHTH 2026-7-21 START *******--%> +<%-- *******122273 UPDATE BY LHTH 2026-7-21 END *******--%> +``` + + + + + +--- + +#### 122248 【成都直营】【需求】【26年8月初上线】签署《成都相寓资产管理服务合同》补充协议时关闭“付款方式变更”区域 + +``` +<%-- *******122248 UPDATE BY LHTH 2026-7-21 START *******--%> +<%-- *******122248 UPDATE BY LHTH 2026-7-21 END *******--%> +``` + + + +--- + +#### 122328 【需求】变更打招租失败标签的逻辑 + +``` +// *******122328 UPDATE BY LHTH 2026-7-24 START ******* +// *******122328 UPDATE BY LHTH 2026-7-24 END ******* +``` + + + +428-85=343 + +--- + +#### 120013 【需求】【26年8月初上线】关于合同附件内容调整以及增加固定附件WORD版本 + +- [x] 签约类型新增“业主单位委托” -- 视为代理人委托 +- [x] 看代码各处取代理人的地方是否有问题 +- [x] 业主(未成年人) 新增 监护人姓名、监护人证件类型、监护人证件号码 字段 , 监护人可添加多个 +- [x] 业主死亡(有继承公证)OR业主死亡(无继承公证) 新增 继承人姓名、继承人证件类型、继承人证件号码 字段 , 继承人可添加多个 +- [x] 详情页 监护人 , 继承人 +- [x] 风控审核页 监护人 , 继承人 +- [x] work 签约类型新增“业主单位委托” -- 视为代理人委托 +- [x] work 编辑页 监护人 , 继承人 + + + + + +123456789012345678901234567890 + + + + + +```bash +npm install @orama/plugin-docusaurus-v3 +npm install @orama/orama @orama/tokenizers +npm install @orama/stopwords + +npm install @orama/searchbox patch-package +``` + +49 + +--- + +#### 122034 【需求】非相寓优选2.0产品签署委托补充协议变更“资产管理服务期限”时,风控审核通过后增加对付款计划相关的处理 + +``` +// *******122034 UPDATE BY LHTH 2026-7-30 START ******* +// *******122034 UPDATE BY LHTH 2026-7-30 END ******* +``` + + + +- [ ] 删除现有房行付款计划、 +- [ ] 重新生成房行付款计划、 +- [ ] 设置首期预计付款日。MAX(变更后委托开始日, 协议审核通过日期 + N工作日)N工作日同合同签约时的天数 +- [ ] 删除维修基金扣款单、房屋维护服务费, +- [ ] 重新生成维修基金扣款单、房屋维护服务费。 + + + + + +1、删除现有房行付款计划 wt + +2、按照本次变更后的周期重新生成房行付款计划 wt + +3、房行付款单下的维修基金(房屋维护服务费)wt、资产管理费删除 cw,重新生成 wt cw,重新挂靠 cw cw,挂靠规则同签约 + +4、房行付款单下的非维修基金、资产管理费、房屋维护服务费的扣款单款项,重新挂靠 cw + +5、重新生成的房行付款计划,协议风控审核通过后首期的预计付款日规则为 MAX(变更后委托开始日, 协议审核通过日期 + N工作日),N工作日同合同签约时的天数 wt + +##### 实际 + +1、删除现有房行付款计划 wt1 + +2、按照本次变更后的周期重新生成房行付款计划 wt1 + +3、房行付款单下的维修基金(房屋维护服务费)wt2、资产管理费删除 cw1,重新生成 wt1 cw1,重新挂靠 cw1 cw1,挂靠规则同签约 + +4、其他扣款单款项,重新挂靠 解绑cw1 cw1 + +5、重新生成的房行付款计划,协议风控审核通过后首期的预计付款日规则为 MAX(变更后委托开始日, 协议审核通过日期 + N工作日),N工作日同合同签约时的天数 wt1 + + + +资产管理费仅成都有 + + + +删除付款计划--保存 + +保存付款计划--保存 + +删除维修基金--保存 + +保存维修基金--保存 + +审核通过相关的逻辑 + +重置首期房租的预计付款日--审核通过 + +维修基金挂靠? + +扣款单已经挂扣 要删除掉吧? + + + +##### saveYQPlansList 比较 savePlansList + +不删旧付款计划 , 删除多余无用的判断 + +PAYABLEDATE,OCCURDATE + + + +设置付款总次数? + +如果付款日期比首次还早 , 那就设置成跟首次一样 + +保存付款计划 + +付款计划已审核 + +合并周期 生成维修基金 + + + +56.15 + +2.834 + +审核通过 + +``` +ContractMainInfoService.completeApproval +-> updateContractHouseFeeInfo +``` + +```js +$(function() { + let resultText = ''; + + $('table').each(function(index) { + let tableData = []; + + // 1. 提取表头 (thead) + let headers = []; + $(this).find('thead th').each(function() { + headers.push($(this).text().trim()); + }); + if (headers.length > 0) { + tableData.push(headers.join('\t')); + } + + // 2. 提取表体 (tbody) + $(this).find('tbody tr').each(function() { + let rowData = []; + $(this).find('td').each(function() { + let cellText = $(this).text().replace(/\s+/g, ' ').trim(); + rowData.push(cellText); + }); + tableData.push(rowData.join('\t')); + }); + + resultText += tableData.join('\n'); + + // 表格之间加空行 + if (index < $('table').length - 1) { + resultText += '\n\n'; + } + }); + + // 打印到控制台 + console.log('%c提取完成!右键下方字符串 -> Copy string contents:', 'color: green; font-weight: bold;'); + console.log(resultText); +}); +``` + diff --git a/docs/2026开发笔记/_category_.json b/docs/2026开发笔记/_category_.json new file mode 100644 index 0000000..9bf71ff --- /dev/null +++ b/docs/2026开发笔记/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "2026开发笔记", + "position": 3, + "link": { + "type": "generated-index", + "description": "无说明" + } +} diff --git a/docs/tutorial-extras/img/docsVersionDropdown.png b/docs/2026开发笔记/img/docsVersionDropdown.png similarity index 100% rename from docs/tutorial-extras/img/docsVersionDropdown.png rename to docs/2026开发笔记/img/docsVersionDropdown.png diff --git a/docs/Docusaurus资料/_category_.json b/docs/Docusaurus资料/_category_.json new file mode 100644 index 0000000..89b5fdc --- /dev/null +++ b/docs/Docusaurus资料/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Docusaurus资料", + "position": 99, + "link": { + "type": "generated-index", + "description": "无说明" + } +} diff --git a/docs/Docusaurus资料/cms构建说明.md b/docs/Docusaurus资料/cms构建说明.md new file mode 100644 index 0000000..85fbe59 --- /dev/null +++ b/docs/Docusaurus资料/cms构建说明.md @@ -0,0 +1,250 @@ +--- +title: cms构建说明 +sidebar_position: 10 +--- + +## cms + +### sveltia-cms + +``` +1.文件 +新增 static/admin/index.html sveltia CMS入口页,CDN方式 +新增 static/admin/config.yml sveltia全部配置 + +2.访问 +http://localhost:3000/admin/ +``` + + + +### decap-cms(仅本地) + +https://decapcms.org/docs/basic-steps/ + +``` +1.文件 +新增 static/admin/index.html Decap CMS入口页,CDN方式 +新增 static/admin/config.yml Decap全部配置 +修改 package.json 增加"cms": "npx decap-server" + +2.内容 +docs的文件要增加 title + +3.启动 +npx decap-server 或 npm run cms + +4.访问 +http://localhost:3000/admin/ +``` + +#### 已创建的文件 + +| 文件 | 说明 | +| ------------------------------------------------------------ | -------------------------------------- | +| [static/admin/index.html](vscode-webview://0ckeaenbrnfu1mc0gmsrksqv66drn38jfo32mrkm9h7l6l40fp43/static/admin/index.html) | Decap CMS 入口,从 CDN 加载 | +| [static/admin/config.yml](vscode-webview://0ckeaenbrnfu1mc0gmsrksqv66drn38jfo32mrkm9h7l6l40fp43/static/admin/config.yml) | 核心配置:backend、集合、媒体文件路径 | +| [server.js](vscode-webview://0ckeaenbrnfu1mc0gmsrksqv66drn38jfo32mrkm9h7l6l40fp43/server.js) | Gitee OAuth 认证代理服务(生产环境用) | +| [.env.example](vscode-webview://0ckeaenbrnfu1mc0gmsrksqv66drn38jfo32mrkm9h7l6l40fp43/.env.example) | 环境变量模板 | + +#### Git 仓库 + +已本地提交并推送到 `git@gitee.com:lhth/testdecap.git` + +有一个新的更改(导航栏链接改到 Gitee)在本地但被拦截了,你需要手动推一下: + +```bash +cd "d:/projects/test/my-websitetest" +git push origin master +``` + +#### 架构说明 + +**当前配置(开发/测试):proxy backend** + +``` +浏览器 → Decap CMS → proxy:8081 → 本地 git repo → SSH → Gitee +``` + +运行方式: + +```bash +# 终端 1:启动 Docusaurus +npm start + +# 终端 2:启动 Decap 代理(在项目根目录) +npx decap-server + +# 访问 http://localhost:3000/admin/ 即可使用 CMS +``` + +> **注意**:Docusaurus 开发服务器的 SPA 路由会拦截 `/admin/` 路径。有两个解决办法: +> +> 1. 访问 `http://localhost:3000/admin/index.html` (可能仍会被拦截) +> 2. 用生产模式:`npm run build && npm run serve`,然后访问 `http://localhost:3000/admin/` ✅(已验证可行) + +#### 生产环境部署(Gitee OAuth) + +当你要部署到远程服务器时,需要: + +**1. 在 Gitee 创建 OAuth App** + +- 打开 https://gitee.com/oauth/applications +- 应用名称:`My Decap CMS` +- 回调地址:`https://你的域名.com/api/auth` +- 获取 `Client ID` 和 `Client Secret` + +**2. 部署认证服务** + +```bash +# 服务器上运行 +GITEE_CLIENT_ID=xxx GITEE_CLIENT_SECRET=xxx node server.js +``` + +或者部署到 Vercel/Cloudflare Workers 等 Serverless 平台。 + +**3. 修改 config.yml** 取消注释文末的生产环境配置,注释掉 proxy backend 部分(文件中已有注释说明)。 + +#### 内容集合 + +已配置两个集合: + +- **博客文章** (`blog/`) — Docusaurus 标准 `YYYY-MM-DD-title.md` 格式 +- **文档** (`docs/`) — Docusaurus 文档格式 + +你可以随时在 [static/admin/config.yml](vscode-webview://0ckeaenbrnfu1mc0gmsrksqv66drn38jfo32mrkm9h7l6l40fp43/static/admin/config.yml) 中增删字段或集合。 + +``` +浏览器 本地机器 Gitee + ┌─────────┐ ┌──────────────┐ ┌──────────┐ + │ Decap │──proxy──→ │ decap-server │──git──→ │ gitee.com│ + │ CMS UI │ HTTP:8081 │ (本地Node进程) │ SSH │ (你的仓库)│ + │ admin/ │ │ 读写本地git │ │ │ + └────┬────┘ └──────────────┘ └──────────┘ + │ + └── unpkg.com CDN (加载 decap-cms.js) +``` + + + +### tina-cms(卡) + +https://tina.io/docs/reference/config + +``` +1.npm install tinacms @tinacms/cli +2.tina/config.js +3.package.json + // scripts 里加 + "tina": "tinacms dev -c \"docusaurus start\"", +4.npm run tina + 自动生成tina/__generated__/ + ├── _graphql.json + ├── _lookup.json + ├── _schema.json + ├── client.ts + ├── config.prebuild.jsx + ├── frags.gql + ├── queries.gql + ├── schema.gql + ├── static-media.json + ├── types.js + └── types.ts +5.npm run tina +``` + + + +``` +# 官方提供标准版 +const branch = + process.env.NEXT_PUBLIC_TINA_BRANCH || + process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF || + process.env.HEAD || + 'main'; + +export default defineConfig({ + branch, + // generated by TinaCloud + token: '', + // generated by TinaCloud + clientId: '', + build: { + publicFolder: 'public', + outputFolder: 'admin', + }, + schema: { + //Content model definition here... + }, + ui: { + previewUrl: (context) => { + // Use Vercel preview deployments based on branch names + return { url: `https://my-app-git-${context.branch}.vercel.app` }; + }, + }, + media: { + tina: { + publicFolder: 'public', + mediaRoot: 'uploads', + }, + }, + search: { + tina: { + indexerToken: process.env.TINA_SEARCH_TOKEN, + }, + }, +}); +``` + + + +```ts +import { defineConfig } from "tinacms"; + +export default defineConfig({ + branch: process.env.TINA_BRANCH || "master", + clientId: process.env.TINA_CLIENT_ID || "", + token: process.env.TINA_TOKEN || "", + build: { + publicFolder: "static", + outputFolder: "admin", + }, + media: { + tina: { + mediaRoot: "img", + publicFolder: "static", + static: true, + }, + }, + schema: { + collections: [ + { + name: "blog", + label: "博客", + path: "blog", + format: "md", + fields: [ + { type: "string", name: "title", label: "标题", isTitle: true, required: true }, + { type: "datetime", name: "date", label: "发布日期", ui: { dateFormat: "YYYY-MM-DD", timeFormat: false } }, + { type: "string", name: "tags", label: "标签", list: true, ui: { component: "tags" } }, + { type: "string", name: "description", label: "描述/摘要" }, + { type: "rich-text", name: "body", label: "正文", isBody: true }, + ], + }, + { + name: "docs", + label: "文档", + path: "docs", + format: "md", + fields: [ + { type: "string", name: "title", label: "标题", isTitle: true, required: true }, + { type: "number", name: "sidebar_position", label: "侧边栏位置" }, + { type: "string", name: "tags", label: "标签", list: true, ui: { component: "tags" } }, + { type: "rich-text", name: "body", label: "正文", isBody: true }, + ], + }, + ], + }, +}); +``` + diff --git a/docs/Docusaurus资料/docusaurus构建说明.md b/docs/Docusaurus资料/docusaurus构建说明.md new file mode 100644 index 0000000..3a0a2fc --- /dev/null +++ b/docs/Docusaurus资料/docusaurus构建说明.md @@ -0,0 +1,234 @@ +--- +title: docusaurus构建说明 +sidebar_position: 1 +--- + + +## Docusaurus 项目结构 +### 搭建流程 + +``` +1.初始化 +npx create-docusaurus@latest my-website classic + +2.启动 +npm start + +# 附 +好看的网站 https://ai-speaker.com/ +``` +### 修改内容 +``` +# 配置 +1.blog的预计阅读时间关,默认展示数量改成无限 +2.i18默认zh-Hans +3.colorMode默认浅色,不使用用户偏好色 + +# 样式 +1.表格样式 +2.代码块字体样式,java代码识别 + +# 其他 +1.editUrl 可以在本地打开typora +1.1先搞个注册表register-typora-protocol.reg 目标路径 typora-handler.wsf +1.2再wsf转换一下url编码,然后静默打开typora +2.新增了启动器start.vbs +``` + +### 增加一个docs页 + +``` +# docusaurus.config.ts + plugins: [ + [ + '@docusaurus/plugin-content-docs', + { + path: 'docs2', + routeBasePath: 'docs2', + sidebarPath: './sidebars.ts', + editUrl: 'typora://file/D:/projects/my-website/', + }, + ], + ], + + +themeConfig.navbar.items: +{ + type: 'docSidebar', + sidebarId: 'tutorialSidebar2', + docsPluginId: 'docs2', + position: 'left', + label: '文档2', +}, + +# sidebars.ts +tutorialSidebar2: [{type: 'autogenerated', dirName: '.'}], +``` + + + +## 一端多git-ssh + +``` +#生成ssh秘钥 +ssh-keygen -t ed25519 -C "haotiandev@outlook.com" -f ~/.ssh/id_ed25519_gitee + +#私钥 C:\Users\haoti\.ssh\id_ed25519_gitee + +#找到公钥 C:\Users\haoti\.ssh\id_ed25519_gitee.pub +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ5usext5BEGqdXEkwIgdOWZodGCMZqlOpMs7pmYuO3V haotiandev@outlook.com + +#把公钥在git后台配进ssh公钥里 + +#在C:\Users\haoti\.ssh 下创建config文件,写入 +# 个人 Gitee 账号 +Host gitee.com +HostName gitee.com +User git +IdentityFile ~/.ssh/id_ed25519_gitee +IdentitiesOnly yes + +#绑定git地址 +git remote add origin git@gitee.com:lhth/docusaurus.git + +#测试 +ssh -T git@gitee.com +``` + + + +## 完整项目地图 + +``` +my-website/ +│ +├── 📄 docusaurus.config.js ← 【核心】整个站点的总配置 +│ 标题、导航栏、页脚、主题、插件、国际化、深色模式……一切全局设置 +├── 📄 sidebars.js ← 文档侧边栏菜单的结构定义 +├── 📄 package.json ← 项目依赖 + npm 启动脚本 +│ +├── 📁 blog/ ← 博客系统 +│ ├── authors.yml ← 作者信息(头像、简介、社交链接) +│ ├── tags.yml ← 博客标签定义 +│ ├── 2021-08-26-welcome/ ← 博客可以是文件夹(含图片等资源) +│ ├── 2019-05-28-first-blog-post.mdx ← 单文件博客文章 +│ ├── 2019-05-29-long-blog-post.mdx ← 文件名格式:YYYY-MM-DD-标题.mdx +│ └── 2021-08-01-mdx-blog-post.mdx ← 用 Markdown + JSX 写作 +│ ↑ 自动生成:RSS 订阅、标签筛选页、文章归档页 +│ +├── 📁 docs/ ← 文档系统 +│ ├── intro.mdx ← 文档的首页 / 入口 +│ ├── tutorial-basics/ ← 一个文档章节(目录) +│ │ ├── _category_.json ← 章节配置:标签名、排序、是否折叠 +│ │ ├── congratulations.mdx +│ │ ├── create-a-blog-post.mdx +│ │ ├── create-a-document.mdx +│ │ ├── create-a-page.mdx +│ │ ├── deploy-your-site.mdx +│ │ └── markdown-features.mdx +│ └── tutorial-extras/ ← 另一个章节 +│ ├── _category_.json +│ ├── manage-docs-versions.mdx +│ ├── translate-your-site.mdx +│ └── img/ ← 文档里引用的图片 +│ ↑ 支持多版本管理(v1, v2, next……) +│ +├── 📁 src/ ← 自定义代码(React) +│ ├── pages/ ← 独立页面,文件会自动生成路由 +│ │ ├── index.js ← 【首页!】网站的主入口页 +│ │ ├── index.module.css ← 首页专属样式 +│ │ └── markdown-page.mdx ← 纯 Markdown 写页面 +│ ├── components/ ← 可复用的 React 组件 +│ │ └── HomepageFeatures/ ← 首页的"特性展示"区块组件 +│ └── css/ +│ └── custom.css ← 全局自定义样式(覆盖主题默认样式) +│ +├── 📁 static/ ← 静态资源(原封不动复制到最终网站根目录) +│ ├── img/ +│ │ ├── favicon.ico ← 浏览器标签页小图标 +│ │ ├── logo.svg ← 导航栏 Logo +│ │ ├── docusaurus-social-card.jpg ← 分享到社交媒体时的预览图 +│ │ ├── docusaurus.png +│ │ └── undraw_docusaurus_*.svg ← 首页的插画素材 +│ └── .nojekyll ← GitHub Pages 需要(告诉 GitHub 这不是 Jekyll 项目) +│ +├── 📁 .docusaurus/ ← 【自动生成】Docusaurus 内部缓存和构建产物 +│ │ ← 千万不要手动编辑!里面有个文件叫 +│ │ DONT-EDIT-THIS-FOLDER 就在提醒这一点 +│ │ ← 可以随时删掉(npm run clear), +│ │ 下次 npm start / build 会自动重建 +│ │ +│ ├── docusaurus.config.mjs ← 源配置编译后的版本 +│ ├── routes.js / routesChunkNames.json ← 站点路由表(代码分割用) +│ ├── registry.js ← 所有页面和组件的模块注册表 +│ ├── globalData.json ← 各插件暴露的全局运行时数据 +│ ├── i18n.json ← 国际化翻译数据 +│ ├── site-metadata.json ← 站点元信息 +│ ├── site-storage.json ← 持久化存储 +│ ├── client-modules.js ← 客户端模块入口 +│ │ +│ ├── docusaurus-plugin-content-docs/ ← 文档插件缓存 +│ │ ├── default/ +│ │ │ └── p/ ← 每个 .mdx 文档文件被编译成一个 JSON +│ │ │ ↑ 浏览器最终加载的就是这些 JSON +│ │ │ +│ ├── docusaurus-plugin-content-blog/ ← 博客插件缓存 +│ │ └── default/ +│ │ ├── blogMetadata-default.json ← 博客元数据 +│ │ ├── blog-post-list-prop-default.json +│ │ └── p/ ← 博客文章、标签页、归档页的编译产物 +│ │ +│ ├── docusaurus-plugin-content-pages/ ← 独立页面插件缓存 +│ ├── docusaurus-plugin-css-cascade-layers/ ← CSS 层级管理 +│ └── docusaurus-plugin-debug/ ← 调试页面 +│ +├── 📁 node_modules/ ← npm 安装的依赖包,不用关心里面 +│ +├── 📄 README.md ← GitHub 项目首页显示的说明 +├── 📄 README_tome.md ← 就是你现在看的这份笔记 +└── 📄 .gitignore ← Git 忽略规则 +``` + +--- + +## 各目录一句话速查 + +| 目录 / 文件 | 一句话 | +|---|---| +| `docusaurus.config.js` | 站点的全部配置,修改标题、导航、主题都在这 | +| `sidebars.js` | 文档侧边栏菜单怎么排 | +| `blog/` | 写博客,Markdown → 自动生成文章页 + RSS + 标签 | +| `docs/` | 写文档,Markdown → 自动生成带侧边栏的文档站 | +| `src/pages/` | 自己写 React 页面(首页就在这) | +| `src/components/` | 自己写 React 组件 | +| `src/css/custom.css` | 覆盖主题样式(改颜色、字体等) | +| `static/` | 放图片、favicon 等不需要构建的文件 | +| `.docusaurus/` | 内部缓存,别动,出问题就删掉重来 | +| `node_modules/` | 第三方依赖 | + +--- + +## 常用命令 + +| 命令 | 用途 | +|---|---| +| `npm start` | 启动开发服务器,自动打开浏览器,支持热更新 | +| `npm run build` | 生成生产环境静态文件到 `build/` 目录 | +| `npm run serve` | 本地预览构建后的产物 | +| `npm run clear` | 删除 `.docusaurus/` 缓存(出问题先试试这个) | +| `npm run deploy` | 部署到 GitHub Pages(需额外配置) | + +--- + +## 数据流概览(简化版) + +``` +你写的 Markdown(docs/ + blog/) + ↓ Docusaurus 编译 + .docusaurus/ 里面的 JSON + ↓ 浏览器加载 + 网站页面渲染 +``` + +- MDX = Markdown + JSX(可以在 Markdown 里直接写 React 组件) +- 所有页面最终都是 React 组件,但大多数情况下你只需要写 Markdown diff --git a/docs/Docusaurus资料/插件.md b/docs/Docusaurus资料/插件.md new file mode 100644 index 0000000..4ebcb34 --- /dev/null +++ b/docs/Docusaurus资料/插件.md @@ -0,0 +1,31 @@ +--- +title: 插件 +sidebar_position: 3 +--- + +## 官方社区提供 + +https://docusaurus.io/zh-CN/community/resources + +### 搜索 + +- `docusaurus-lunr-search`, `docusaurus-search-local`:它们是 `@easyops-cn` 的前身或同类,但没有明确的中文优化,不推荐。 +- `docusaurus-plugin-lunr`:这只是一个索引生成器,还需要自己集成 Lunr.js,太麻烦。 +- `typesense`, `meilisearch`, `markprompt`, `biel`:这些都是需要外部服务器的方案,对于“自己写笔记用”来说,架构太重了,不推荐。 +- `@orama/plugin-docusaurus`:Orama 也是一个优秀的本地搜索引擎,但 `@easyops-cn` 在 Docusaurus 生态中更成熟,文档和社区支持更好。 + +### 集成 + +- [docusaurus-plugin-dhub - 添加编辑链接,在](https://github.com/dhub-dev/docusaurus-plugin-dhub)[Dhub](https://dhub.dev/docusaurus)可视化 MDX 编辑器中打开页面的源文件,并生成一个`dhub.json`清单,将每个路由映射到其源文件。 + +### 其他 + +- [docusaurus-theme-github-codeblock](https://github.com/saucelabs/docusaurus-theme-github-codeblock)是一个 Docusaurus 插件,支持引用来自公共 GitHub 仓库的代码示例。 + +- [docusaurus-plugin-remote-content](https://github.com/rdilweb/docusaurus-plugin-remote-content) - 一个 Docusaurus 插件,允许您从远程源获取内容。 + +- [plugin-image-zoom](https://github.com/flexanalytics/plugin-image-zoom) - Docusaurus 的图像缩放插件 +- [docusaurus-theme-zoom-image](https://github.com/rmaacario/docusaurus-theme-zoom-image) - 一款零依赖主题,让所有 Markdown 图片都能缩放:悬停放大镜徽章 + 全屏灯箱 + +- [docusaurus-plugin-native-ideal-image](https://github.com/Legend-Master/docusaurus-plugin-native-ideal-image) - 一个 Docusaurus 插件,用于将图像预处理为多种格式、尺寸和低质量图像占位符,通过现代浏览器原生和[延迟加载取代官方的](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/img#loading)[@docusaurus/plugin-ideal-image](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-ideal-image)。 + diff --git a/docs/Docusaurus资料/搜索框.md b/docs/Docusaurus资料/搜索框.md new file mode 100644 index 0000000..4c6fb2c --- /dev/null +++ b/docs/Docusaurus资料/搜索框.md @@ -0,0 +1,18 @@ +--- +title: 搜索框 +sidebar_position: 2 +--- + + +## 搜索框 +### 搭建流程 + +``` +1. +npm install --save @easyops-cn/docusaurus-search-local + +2.修改文件后需要build才能查询到最新的 +npm run build +npm run serve +``` + diff --git a/docs/intro.mdx b/docs/intro.mdx index 88f9571..c5fc319 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -1,47 +1,47 @@ --- -sidebar_position: 1 +sidebar_position: 999 --- +# 文档说明 -# Tutorial Intro - -Let's discover **Docusaurus in less than 5 minutes**. - -## Getting Started - -Get started by **creating a new site**. - -Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**. - -### What you'll need - -- [Node.js](https://nodejs.org/en/download/) version 20.0 or above: - - When installing Node.js, you are recommended to check all checkboxes related to dependencies. - -## Generate a new site - -Generate a new Docusaurus site using the **classic template**. - -The classic template will automatically be added to your project after you run the command: - -```bash -npm init docusaurus@latest my-website classic +### 小于号录入方式 +``` +1: <% 替换成 {'<'}% +2: 加转义符号 {'<'}% +3: 加进代码块 ``` -You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor. - -The command also installs all necessary dependencies you need to run Docusaurus. - -## Start your site - -Run the development server: - -```bash -cd my-website -npm run start +### 注释符号 +``` +{/* */} ``` -The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. +### blog预览结束符 +``` +{/* truncate */} +``` -Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. +### markdown插件快捷键 +格式化markdown table : alt + shift + f + +### 注释 +``` +{/* 注释 */} +``` + +### 标记文字 +``` +`标记文字` +``` + +### 文件本地打开 +``` +vscode://file/D:/projects/my-website/README.md +typora://file/D:/projects/my-website/README.md +``` + +### 图片本地 +``` +![图片1](./2026开发笔记/img/docsVersionDropdown.png) +``` +![图片1](./2026开发笔记/img/docsVersionDropdown.png) diff --git a/docs/tutorial-basics/_category_.json b/docs/tutorial-basics/_category_.json deleted file mode 100644 index 2e6db55..0000000 --- a/docs/tutorial-basics/_category_.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "label": "Tutorial - Basics", - "position": 2, - "link": { - "type": "generated-index", - "description": "5 minutes to learn the most important Docusaurus concepts." - } -} diff --git a/docs/tutorial-basics/congratulations.mdx b/docs/tutorial-basics/congratulations.mdx deleted file mode 100644 index 2917c39..0000000 --- a/docs/tutorial-basics/congratulations.mdx +++ /dev/null @@ -1,23 +0,0 @@ ---- -sidebar_position: 6 ---- - -# Congratulations! - -You have just learned the **basics of Docusaurus** and made some changes to the **initial template**. - -Docusaurus has **much more to offer**! - -Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.mdx)** and **[i18n](../tutorial-extras/translate-your-site.mdx)**. - -Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610) - -## What's next? - -- Read the [official documentation](https://docusaurus.io/) -- Modify your site configuration with [`docusaurus.config.js`](https://docusaurus.io/docs/api/docusaurus-config) -- Add navbar and footer items with [`themeConfig`](https://docusaurus.io/docs/api/themes/configuration) -- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout) -- Add a [search bar](https://docusaurus.io/docs/search) -- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase) -- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support) diff --git a/docs/tutorial-basics/create-a-blog-post.mdx b/docs/tutorial-basics/create-a-blog-post.mdx deleted file mode 100644 index 550ae17..0000000 --- a/docs/tutorial-basics/create-a-blog-post.mdx +++ /dev/null @@ -1,34 +0,0 @@ ---- -sidebar_position: 3 ---- - -# Create a Blog Post - -Docusaurus creates a **page for each blog post**, but also a **blog index page**, a **tag system**, an **RSS** feed... - -## Create your first Post - -Create a file at `blog/2021-02-28-greetings.md`: - -```md title="blog/2021-02-28-greetings.md" ---- -slug: greetings -title: Greetings! -authors: - - name: Joel Marcey - title: Co-creator of Docusaurus 1 - url: https://github.com/JoelMarcey - image_url: https://github.com/JoelMarcey.png - - name: Sébastien Lorber - title: Docusaurus maintainer - url: https://sebastienlorber.com - image_url: https://github.com/slorber.png -tags: [greetings] ---- - -Congratulations, you have made your first post! - -Feel free to play around and edit this post as much as you like. -``` - -A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings). diff --git a/docs/tutorial-basics/create-a-document.mdx b/docs/tutorial-basics/create-a-document.mdx deleted file mode 100644 index c22fe29..0000000 --- a/docs/tutorial-basics/create-a-document.mdx +++ /dev/null @@ -1,57 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Create a Document - -Documents are **groups of pages** connected through: - -- a **sidebar** -- **previous/next navigation** -- **versioning** - -## Create your first Doc - -Create a Markdown file at `docs/hello.md`: - -```md title="docs/hello.md" -# Hello - -This is my **first Docusaurus document**! -``` - -A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello). - -## Configure the Sidebar - -Docusaurus automatically **creates a sidebar** from the `docs` folder. - -Add metadata to customize the sidebar label and position: - -```md title="docs/hello.md" {1-4} ---- -sidebar_label: 'Hi!' -sidebar_position: 3 ---- - -# Hello - -This is my **first Docusaurus document**! -``` - -It is also possible to create your sidebar explicitly in `sidebars.js`: - -```js title="sidebars.js" -export default { - tutorialSidebar: [ - 'intro', - // highlight-next-line - 'hello', - { - type: 'category', - label: 'Tutorial', - items: ['tutorial-basics/create-a-document'], - }, - ], -}; -``` diff --git a/docs/tutorial-basics/create-a-page.mdx b/docs/tutorial-basics/create-a-page.mdx deleted file mode 100644 index 20e2ac3..0000000 --- a/docs/tutorial-basics/create-a-page.mdx +++ /dev/null @@ -1,43 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Create a Page - -Add **Markdown or React** files to `src/pages` to create a **standalone page**: - -- `src/pages/index.js` → `localhost:3000/` -- `src/pages/foo.md` → `localhost:3000/foo` -- `src/pages/foo/bar.js` → `localhost:3000/foo/bar` - -## Create your first React Page - -Create a file at `src/pages/my-react-page.js`: - -```jsx title="src/pages/my-react-page.js" -import React from 'react'; -import Layout from '@theme/Layout'; - -export default function MyReactPage() { - return ( - -

My React page

-

This is a React page

-
- ); -} -``` - -A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page). - -## Create your first Markdown Page - -Create a file at `src/pages/my-markdown-page.md`: - -```mdx title="src/pages/my-markdown-page.md" -# My Markdown page - -This is a Markdown page -``` - -A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page). diff --git a/docs/tutorial-basics/deploy-your-site.mdx b/docs/tutorial-basics/deploy-your-site.mdx deleted file mode 100644 index 1c50ee0..0000000 --- a/docs/tutorial-basics/deploy-your-site.mdx +++ /dev/null @@ -1,31 +0,0 @@ ---- -sidebar_position: 5 ---- - -# Deploy your site - -Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**). - -It builds your site as simple **static HTML, JavaScript and CSS files**. - -## Build your site - -Build your site **for production**: - -```bash -npm run build -``` - -The static files are generated in the `build` folder. - -## Deploy your site - -Test your production build locally: - -```bash -npm run serve -``` - -The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/). - -You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**). diff --git a/docs/tutorial-basics/markdown-features.mdx b/docs/tutorial-basics/markdown-features.mdx deleted file mode 100644 index e739ec4..0000000 --- a/docs/tutorial-basics/markdown-features.mdx +++ /dev/null @@ -1,168 +0,0 @@ ---- -sidebar_position: 4 ---- - -# Markdown Features - -Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**. - -## Front Matter - -Markdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/): - -```text title="my-doc.md" -// highlight-start ---- -id: my-doc-id -title: My document title -description: My document description -slug: /my-custom-url ---- -// highlight-end - -Markdown content -``` - -## Headings {/* #my-heading-id */} - -Markdown headings are supported using the standard “#” syntax and are automatically added to the table of contents. The number of `#` corresponds to the heading level. - -```md -## Headings - -My text -``` - -### Heading Ids {/* #my-custom-id */} - -Add `{/* #my-custom-id */}` after the heading text to assign it an explicit anchor id, used for linking. - -```md -### Heading Ids {/_ #my-custom-id _/} -``` - -## Links - -Regular Markdown links are supported, using url paths or relative file paths. - -```md -Let's see how to [Create a page](/create-a-page). -``` - -```md -Let's see how to [Create a page](./create-a-page.mdx). -``` - -**Result:** Let's see how to [Create a page](./create-a-page.mdx). - -## Images - -Regular Markdown images are supported. - -You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`): - -```md -![Docusaurus logo](/img/docusaurus.png) -``` - -![Docusaurus logo](/img/docusaurus.png) - -You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them: - -```md -![Docusaurus logo](./img/docusaurus.png) -``` - -## Code Blocks - -Markdown code blocks are supported with Syntax highlighting. - -````md -```jsx title="src/components/HelloDocusaurus.js" -function HelloDocusaurus() { - return

Hello, Docusaurus!

; -} -``` -```` - -```jsx title="src/components/HelloDocusaurus.js" -function HelloDocusaurus() { - return

Hello, Docusaurus!

; -} -``` - -## Admonitions - -Docusaurus has a special syntax to create admonitions and callouts: - -```md -:::tip[My tip] - -Use this awesome feature option - -::: - -:::danger[Take care] - -This action is dangerous - -::: -``` - -:::tip[My tip] - -Use this awesome feature option - -::: - -:::danger[Take care] - -This action is dangerous - -::: - -## MDX and React Components - -[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**: - -```jsx -export const Highlight = ({children, color}) => ( - { - alert(`You clicked the color ${color} with label ${children}`) - }}> - {children} - -); - -This is Docusaurus green ! - -This is Facebook blue ! -``` - -export const Highlight = ({children, color}) => ( - { - alert(`You clicked the color ${color} with label ${children}`); - }}> - {children} - -); - -This is Docusaurus green ! - -This is Facebook blue ! diff --git a/docs/tutorial-extras/_category_.json b/docs/tutorial-extras/_category_.json deleted file mode 100644 index a8ffcc1..0000000 --- a/docs/tutorial-extras/_category_.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "Tutorial - Extras", - "position": 3, - "link": { - "type": "generated-index" - } -} diff --git a/docs/tutorial-extras/img/localeDropdown.png b/docs/tutorial-extras/img/localeDropdown.png deleted file mode 100644 index e257edc..0000000 Binary files a/docs/tutorial-extras/img/localeDropdown.png and /dev/null differ diff --git a/docs/tutorial-extras/manage-docs-versions.mdx b/docs/tutorial-extras/manage-docs-versions.mdx deleted file mode 100644 index ccda0b9..0000000 --- a/docs/tutorial-extras/manage-docs-versions.mdx +++ /dev/null @@ -1,55 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Manage Docs Versions - -Docusaurus can manage multiple versions of your docs. - -## Create a docs version - -Release a version 1.0 of your project: - -```bash -npm run docusaurus docs:version 1.0 -``` - -The `docs` folder is copied into `versioned_docs/version-1.0` and `versions.json` is created. - -Your docs now have 2 versions: - -- `1.0` at `http://localhost:3000/docs/` for the version 1.0 docs -- `current` at `http://localhost:3000/docs/next/` for the **upcoming, unreleased docs** - -## Add a Version Dropdown - -To navigate seamlessly across versions, add a version dropdown. - -Modify the `docusaurus.config.js` file: - -```js title="docusaurus.config.js" -export default { - themeConfig: { - navbar: { - items: [ - // highlight-start - { - type: 'docsVersionDropdown', - }, - // highlight-end - ], - }, - }, -}; -``` - -The docs version dropdown appears in your navbar: - -![Docs Version Dropdown](./img/docsVersionDropdown.png) - -## Update an existing version - -It is possible to edit versioned docs in their respective folder: - -- `versioned_docs/version-1.0/hello.md` updates `http://localhost:3000/docs/hello` -- `docs/hello.md` updates `http://localhost:3000/docs/next/hello` diff --git a/docs/tutorial-extras/translate-your-site.mdx b/docs/tutorial-extras/translate-your-site.mdx deleted file mode 100644 index b5a644a..0000000 --- a/docs/tutorial-extras/translate-your-site.mdx +++ /dev/null @@ -1,88 +0,0 @@ ---- -sidebar_position: 2 ---- - -# Translate your site - -Let's translate `docs/intro.md` to French. - -## Configure i18n - -Modify `docusaurus.config.js` to add support for the `fr` locale: - -```js title="docusaurus.config.js" -export default { - i18n: { - defaultLocale: 'en', - locales: ['en', 'fr'], - }, -}; -``` - -## Translate a doc - -Copy the `docs/intro.md` file to the `i18n/fr` folder: - -```bash -mkdir -p i18n/fr/docusaurus-plugin-content-docs/current/ - -cp docs/intro.md i18n/fr/docusaurus-plugin-content-docs/current/intro.md -``` - -Translate `i18n/fr/docusaurus-plugin-content-docs/current/intro.md` in French. - -## Start your localized site - -Start your site on the French locale: - -```bash -npm run start -- --locale fr -``` - -Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated. - -:::caution - -In development, you can only use one locale at a time. - -::: - -## Add a Locale Dropdown - -To navigate seamlessly across languages, add a locale dropdown. - -Modify the `docusaurus.config.js` file: - -```js title="docusaurus.config.js" -export default { - themeConfig: { - navbar: { - items: [ - // highlight-start - { - type: 'localeDropdown', - }, - // highlight-end - ], - }, - }, -}; -``` - -The locale dropdown now appears in your navbar: - -![Locale Dropdown](./img/localeDropdown.png) - -## Build your localized site - -Build your site for a specific locale: - -```bash -npm run build -- --locale fr -``` - -Or build your site to include all the locales at once: - -```bash -npm run build -``` diff --git a/docs/个人资料/_category_.json b/docs/个人资料/_category_.json new file mode 100644 index 0000000..6e4ca08 --- /dev/null +++ b/docs/个人资料/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "个人资料", + "position": 90, + "link": { + "type": "generated-index", + "description": "无说明" + } +} diff --git a/docs/相寓资料/Doris说明.md b/docs/相寓资料/Doris说明.md new file mode 100644 index 0000000..cfb8eb0 --- /dev/null +++ b/docs/相寓资料/Doris说明.md @@ -0,0 +1,241 @@ +--- +sidebar_position: 10 +title: Doris说明 +--- +# Doris说明 + +### DWD表开发 + +```properties +1.加yml配置 +2.加step sql文件 +3.create_table_all.sql写好记录 + decimalv3 小数精度 + BIGINT 主键 + INT 常规数字 + datetime + varchar 字符 +4.定时任务加执行地址 http://10.1.67.76:19999/ +5.window执行完定时自动加入 +``` + + + +### 网页说明 + +##### 数据集 + +``` +1.新增数据集: 录入已创建的dwd表 +2.dwd表新增了字段: 图表来源-更多-编辑数据集, 选择列-从原数据同步列 (交换数据集是啥?) +3.增加指标: 图表来源-更多-编辑数据集, 选择指标-增加条件 +4.删除亮哥的指标: 后缀加 _del + +``` + +##### 图表 + +``` + +``` + +##### 看板 + +``` +1.可以全局筛选, 可以局部筛选, 可以联动筛选 + +2.展示: +数量不要小数 +金额不要小数 +比率用1位小数 +``` + +##### sql工具箱 + +``` + +``` + +### code对应表 + +``` +city_id -> city_name +1 北京 +2 杭州 +5 苏州 +6 太原 +7 天津 +8 南京 +9 上海 +15 成都 +18 郑州 +19 无锡 +20 武汉 +67 广州 +672 广州PARK + + +contract_state_code -> contract_state +1000100070001 已签约 +1000100070003 已作废 +1000100070004 已续约 +1000100070005 解约中 +1000100070006 已解约 +1000100070008 续约中 +1000100070009 签约中 +1000100070010 草稿 + +signing_route_code -> signing_route +--非太原/太原 +1000100790001/1000100820001 AMS纸版签约 +1000100790002/1000100820002 APP电子签约 + +contract_type_code -> contract_type +SF 委托 +CF 承租 + +property_check_state_code -> property_check_state +1000300270001 待审核 +1000300270002 审核已通过 +1000300270003 审核未通过 +1000300270004 待补充 +1000300270005 待客户确认 + +jy_type_code -> jy_type +--非太原/太原 +1000100800010001/1000100830010001 AMS纸质解约 +1000100800010002/1000100830010001 APP电子解约 +``` + + + +##### ODS是原材料,DWD是清洗好的零件,DWS是组装好的半成品,那么ADS就是摆在货架上成品。 + +### ods + +```properties +设计ods表,数据类型按全城市的最大值创建 + +#流程 +定时去拉去AMS的数据到ods表 , 链路猜测是ogg->spark->ods +全量定时: 每天全刷 +增量定时: 几分钟一刷 +``` + +### dwd + +```properties +application.yml 里配置了dwd需要执行哪些sql + dwd-micro: 业务 + dws-ads-micro: 数据组用 + zipper: ods备份表,比如监控到发生变化,就insert一条,时间是zip_valid_start,对应字段在项目的superset_fields_xxx文件 + + + classpath配置里dwd的建表语句,写法像视图,11 + ${group}: sfContract + ${dwdTable}: dwd_fact_sf + ${odsTable}: ods_wk_sf_contract + ${odsTables}: 都写的这个,但是实际用的时候还是odsTable + ${isFull}: 是否全量 + ${lookbackSeconds}: 增量数据,前60秒的,一般不用 + ${jobParam}: XXL-JOB参数 + ${initSplitPredicate}: isFull=true且数据量很大时, 拆成多个小任务执行 +``` + + + +### 自己尝试 + +```yml +dwd_fact_agreement: + enabled: true + ods-tables: + ods_wiwj_agreement_info: + enabled: true + sql-files: + - classpath:sql/dwd/sfContract/dwd_fact_sf_agreement_step1.sql +``` + +```sql +--委托协议测试表 +DROP TABLE IF EXISTS warehouse.dwd_fact_agreement; +CREATE TABLE IF NOT EXISTS warehouse.dwd_fact_agreement ( + dw_cityid INT COMMENT '城市ID', + agreement_id BIGINT COMMENT '协议ID', + city_name VARCHAR(20) COMMENT '城市', + contract_id BIGINT COMMENT '合同ID', + contract_type VARCHAR(40) COMMENT '协议类型(收房出房)', + confer_id BIGINT COMMENT '协议类型字典', + confer_name BIGINT COMMENT '协议类型名称', + status VARCHAR(100) COMMENT '协议风控审核状态', + letdatechange VARCHAR(2) COMMENT '首个招租期是否变更', + cycleLetDaysChange VARCHAR(2) COMMENT '托管招租期是否变更', + create_time DATETIME COMMENT '创建时间', + --共通 + op_type VARCHAR(20) COMMENT '是否被物理删除', + etl_time DATETIMEV2(3) DEFAULT CURRENT_TIMESTAMP(3) COMMENT 'ETL 加载时间' + ) +UNIQUE KEY(dw_cityid, agreement_id) +COMMENT '委托协议测试表' +DISTRIBUTED BY HASH(dw_cityid, agreement_id) BUCKETS 16 +PROPERTIES ( + "replication_num" = "3", + "enable_unique_key_merge_on_write" = "true" +); +``` + +##### [dwd_fact_sf_agreement_step1.sql](C:\project\doris-microbatch-executor\src\main\resources\sql\dwd\sfContract\dwd_fact_sf_agreement_step1.sql) + +```sql +INSERT INTO dwd_fact_agreement +( + dw_cityid, + agreement_id, + city_name, + contract_id, + contract_type, + confer_id, + confer_name, + status, + letdatechange, + cycleLetDaysChange, + create_time, + op_type, + etl_time +) +SELECT + s.dw_cityid as dw_cityid, + s.ID as agreement_id, + dc.dict_name as city_name, + s.CONTRACTSID as contract_id, + s.CONTRACTTYPE as contract_type, + s.CONFERID as confer_id, + ods_conferid.DICTNAME as confer_name, + s.STATUS as status, + detail.letdatechange AS letdatechange, + detail.cycleLetDaysChange AS cycleLetDaysChange, + s.CREATETIME as create_time, + s.op_type, + s.etl_time +FROM ${odsTable} s + left join dict_config dc on dc.dict_id = s.dw_cityid and dc.dict_type = 'city' + left join ods_taw_system_dicttype ods_conferid on ods_conferid.dw_cityid = s.dw_cityid and ods_conferid.dictid = s.conferid + LEFT JOIN ( + SELECT + dw_cityid, + CONFERID, + MAX(CASE WHEN name = 'letDateChange' AND value = 'Y' THEN 'Y' ELSE 'N' END) AS letdatechange, + MAX(CASE WHEN name = 'cycleLetDaysChange' AND value = 'Y' THEN 'Y' ELSE 'N' END) AS cycleLetDaysChange + FROM ods_wiwj_agreement_detail_info + WHERE name IN ('letDateChange', 'cycleLetDaysChange') + GROUP BY dw_cityid, CONFERID + ) detail ON detail.dw_cityid = s.dw_cityid AND detail.CONFERID = s.id + INNER JOIN dwd_batch_window b + ON b.dwd_group = '${group}' + AND b.dwd_table = '${dwdTable}' + AND b.ods_table = '${odsTable}' +WHERE s.pos > b.batch_start_pos + AND s.pos <= b.batch_end_pos + AND s.CONTRACTTYPE = 'SF'; +``` + diff --git a/docs/相寓资料/_category_.json b/docs/相寓资料/_category_.json new file mode 100644 index 0000000..e5fdaaf --- /dev/null +++ b/docs/相寓资料/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "相寓资料", + "position": 1, + "link": { + "type": "generated-index", + "description": "相寓系统资料" + } +} diff --git a/docs/相寓资料/上线相关.md b/docs/相寓资料/上线相关.md new file mode 100644 index 0000000..4440d76 --- /dev/null +++ b/docs/相寓资料/上线相关.md @@ -0,0 +1,53 @@ +--- +sidebar_position: 99 +title: 上线相关 +--- +# 上线相关 + +### 替换 + +#### 北京替换文件 +``` +theme.css +applicationContext-all.xml +applicationContext-hession.xml +applicationContext-interface-task.xml +applicationContext-solr.xml +applicationContext-resources.xml +bankconfig-alipay.xml +acp_sdk.properties +pay_zfb_config.properties +server-config.properties +web.xml +pos-config.properties +signatrue-ruleNo.properties +role-config.properties +cuxEbsLog.jsp +unionpay_config.properties +jrProperties.properties) +``` + +#### 分公司替换文件 +``` +server-config.properties +role-config.properties +rabbitmq +roleId-houseViewNum.properties +signatrue-ruleNo.properties +applicationContext-solr.xml +applicationContext-resources.xml +applicationContext-ehcache.xml +applicationContext-all.xml +applicationContext-interface-task.xml +bankconfig-alipay.xml +bankconfig-wxpay-V3-app.xml +bankconfig-wxpay-V3-wx.xml +applicationContext-solr.xml +pay_zfb_config.properties +role-config.properties +pos-config.properties +web.xml +unionpay_config.properties +jrProperties.properties +``` +{/* truncate */} \ No newline at end of file diff --git a/docs/相寓资料/系统相关.md b/docs/相寓资料/系统相关.md new file mode 100644 index 0000000..a666fc2 --- /dev/null +++ b/docs/相寓资料/系统相关.md @@ -0,0 +1,162 @@ +--- +sidebar_position: 1 +title: 系统相关 +--- +# 系统相关 + +## 各系统地址 +| 类型 | 地址 | 备注 | +| :----------------- | :----------------------------------------------------------- | :------------------------------ | +| 数据对接平台 | http://dts-yscvue.1zu.com/ | 前端 | +| | http://dts-ysc.1zu.com | 后端 | +| 催缴中台测试 | srvmid-testvue.1zu.com | 前端 | +| | srvmid-test.1zu.com | 后端 | +| 催缴中台预生产 | https://srvmidtest.1zu.com:20031/ | admin/srvmid@220930 | +| 催缴中台测试猫头鹰 | base_url=http://srvmidtest.1zu.com:20099/ | | +| 禅道地址 | https://zentao-xy.1zu.com/zentaopms/www/my/ | | +| 相寓+APP | https://www.pgyer.com/xiangyu-crm-android-test | | +| 相寓测试APP | https://testapp.1zu.com/ | admin/testappXY@123 | +| yapi | http://testall.1zu.com:20061/group/154 | | +| mq | http://rabbitmq-web.cbs-public.sit-2.private.com/#/ | | +| solr | https://solrtest.1zu.com/solr/index.html#/ | | +| | https://solrtest.1zu.com/solr/index.html#/home/dataimport/dataimport | | +| git | http://testall.1zu.com:20027 | uNCz3DhERDjM | +| 日志测试 | https://vrtest.1zu.com/xiangyulog/init | xiangyuLog/7_LjIh0hkRF3z | +| 日志生产 | https://videovr.1zu.com/xiangyulog/init | 废弃 | +| | https://xylog-down.1zu.com/xiangyulog/init | 最新 | +| 云闪付账号 | https://open.unionpay.com/tjweb/support/faq/mchlist?id=4 | | +| | 6226 0900 0000 0048/张三/510265790128303/18100000000/ 123456 | 示例 | +| 定时 | http://xy-job-test.1zu.com/jobadmin/ | xytest/Kp8@Qw7$Rt3# | +| PINPOINT | pinpoint.1zu.com | | +| superset 数仓 | https://superset-test.1zu.com/ | 8349076/8349076xy | +| IT中心网盘 | \\10.1.74.52\控股相寓it公用 | xiangyu/YTVh7> xydev/Q{'<'}[MT= | +| 相寓官网业主推荐 | https://www.1zu.com/contract/contractOnline.htm | 应该crm接手废弃了 | +| | http://10.1.74.43:8087/contract/contractOnline.htm | 本地 | +| 签章服务器 | http://10.10.115.205:9230/Seal/login.do | 已改为本地签 | +| | http://10.10.115.204:9230/Seal/login.do | | +| | D:\IT_center\40_开发\10_计划\房源-委托-组织架构\签章证书 | | +| 前后端分离项目安装 | D:\IT_center\99_文档工具\10_相关软件工具\srvmid | | +| | http://101.251.221.146:20024/admin/admin/login.htm | admin/123456 | +| 委托组计划地址 | D:\IT_center\40_开发\10_计划\房源-委托-组织架构\开发计划 | | +| 总结/计划 | D:\IT_center\70_述职\2022年 | | +| 脚本上传位置 | D:\projects\IT_center\60_发布\01_上线配套的脚本页面设置等 | | +| 数据库码表 | D:\IT_center\40_开发\数据库密码表_新.xlsx | | +| 地图坐标网站 | https://api.map.baidu.com/lbsapi/getpoint/index.html | | +| 图片背景透明 | https://www.aigei.com/bgremover/ | | + +## 开发维护文档 +| 类型 | 地址 | 备注 | +| :----------- | :------------------------------------------------------------ | :----------- | +| 催缴中台 | D:\IT_center\40_开发\01_中台管理\01开发基准 | 开发规范书 | +| | D:\IT_center\40_开发\01_中台管理\03设计书 | 维护字典 | +| 数据对接平台 | D:\IT_center\40_开发\05_数据对接平台\01设计相关\字典管理.xlsx | 维护字典 | +| | D:\IT_center\40_开发\05_数据对接平台\04环境更新脚本 | 上线脚本存放 | + + +## svn地址 + +| 类型 | 地址 | +| :-------------------------- | :-------------------------------------------------------------------------------------------- | +| 所有资料 | https://10.20.126.1/svn/IT_center | +| 代码-北京 | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Api_20161129_Ver29787 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Houtai_20161129_Ver30394 | +| 代码-杭州 | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Api_20210818_Ver102341_HZ | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Houtai_20210818_Ver103075_HZ | +| 代码-无锡 | https://10.20.126.1/svn/src_houtai/5i5j/branch/api_FenGongSi_FeiShouFang_20171107_Ver32829 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/Houtai_feiShouFang_shangHai_20190318_Ver55441 | +| 代码-苏州、南京、郑州、天津 | https://10.20.126.1/svn/src_houtai/5i5j/branch/api_FenGongSi_FeiShouFang_20171107_Ver32829 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/Houtai_FenGongSi_FeiShouFang_20171107_Ver32465 | +| 代码-太原 | https://10.20.126.1/svn/src_houtai/5i5j/branch/api_FenGongSi_ShouFang_20180402_Ver42086 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/Houtai_FenGongSi_ShouFang_20180402_Ver42157 | +| 代码-成都、武汉、广州 | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Api_cdxyDirect_20221118_Ver122104 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/SrcPhase4_Houtai_cdxyDirect_20221118_Ver123302 | +| 代码-上海 | https://10.20.126.1/svn/src_houtai/5i5j/branch/api_SH_20230406_Ver129717 | +| | https://10.20.126.1/svn/src_houtai/5i5j/branch/Houtai_SH_20230406_Ver129724 | +| 代码-APP中台 | https://10.20.126.1/svn/src_houtai/5i5j/branch/ams_mid | +| 相寓官网 | https://10.20.126.1/svn/it_center/10_后台/20_代码/supplier/xiangyu | +| | https://10.20.126.1/svn/it_center/10_后台/20_代码/supplier/common-xiangyu | +| | https://10.20.126.1/svn/it_center/10_后台/20_代码/supplier/api_xiangyu | + +## git地址 +| 类型 | 地址 | +| :---------------- | :---------------------------------------------------------------------------- | +| 代码-数据对接中台 | git clone http://zhupengying@testall.1zu.com:20027/r/5i5j_xy_datalink.git | +| | git clone http://zhupengying@testall.1zu.com:20027/r/5i5j_xy_datalink_vue.git | +| vr | git clone https://git.1zu.com/r/5i5j_vr.git | +| spark | git clone https://git.1zu.com/r/5i5j_bigdata.git | + +## 个人资料 +| 类型 | 地址 | 备注 | +| :------- | :------------------------------------------------ | :--------------------- | +| 企业邮箱 | 令狐天昊/linghutianhao@xiangyulife.com/Xiangyu123 | | +| 公司wifi | 5I5J-WLAN | 使用员工编号和密码登录 | + + +## 软件安装 +| 类型 | 地址 | 备注 | +| :------------- | :--------------------------------------------------------------------------- | :-------------------- | +| AMS软件 | \IT_center\99_文档工具\50_安全浏览器\21_WebClient\SayHiSetup_bjtest_v4.1.exe | | +| | 在安装目录下创建Config.ini | 下方配置 | +| cbs软件 | MyBrowser | 疑似 60_CBS安全浏览器 | +| 催缴中台猫头鹰 | D:\Program Files (x86)\5i5j\GJBrowser_cjzt_self45 | | +| mp文件 | \IT_center\99_文档工具\10_相关软件工具\MockPlus | 慕客 | + +``` +[BaseConfig] + +'北京测试 +base_url=http://testall.1zu.com:20009/ + +[TestConfig] +__app__log__severity___=debug +__show__test__menu___=yes +``` + +## 项目启动事项 +### AMS +#### 文档 +D:\IT_center\99_文档工具\10_相关软件工具\idea 配置AMS.doc +#### tomcat VM +``` +-XX:PermSize=728M +-XX:MaxPermSize=1024M +-Xms256m +-Xmx1024m +-Dfile.encoding=UTF-8 +-Djava.library.path="D:\develop\opencv\build\java\x64" +-XX:+HeapDumpOnOutOfMemoryError +-XX:HeapDumpPath=$LOG_DIR/java.hprof" +``` +#### opencv +D:\IT_center\99_文档工具\10_相关软件工具\opencv-2.4.13.6-vc14.exe +#### 配置文件修改(前期可不修改) +``` +picUploadUrlAliOSS=http\://10.1.74.43:8080/newPath/ +picUploadUrlOSS=http\://10.1.74.43:8080/newPath/ +picUploadUrl=http\://10.1.74.43:8080/newPath/ +picUploadPath=D\:/images/ +webServerUrl = http://localhost:8080 +``` +#### idea编译内存不足 +Build -> Compiler -> Share build process heap size (Mbytes): 最少3000 +#### 本地签章 +D:\program\signSrc\ 目录下的东西 + +### 中台 +#### 文档 +D:\IT_center\40_开发\01_中台管理\04manual\中台开发环境构筑说明书.xlsx +#### opencv +D:\develop\opencv\build\java\x64\opencv_java2413.dll 放到 C:\WINDOWS\System32\ 之下 + +或者(未实践) opencv_java341.dll 复制到jre/bin + +或者(未实践) -Djava.library.path="D:\develop\opencv\build\java\x64" + +### 机器码 +#### AMS机器码 +admin-系统设置-安全管理-设备信息列表管理-新增设备 +#### cbs机器码 +各城市管理员账号- 设备管理 - 添加网络?(ipconfig /all 删掉中间的'-') - 配置设备 + +### pom oracle +-mvn install:install-file -Dfile="D:\tools\Oracle_10g_10.2.0.4_JDBC_ojdbc14.jar" -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar \ No newline at end of file diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 671bab5..b3732d1 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -2,37 +2,28 @@ import {themes as prismThemes} from 'prism-react-renderer'; import type {Config} from '@docusaurus/types'; import type * as Preset from '@docusaurus/preset-classic'; -// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...) - const config: Config = { - title: 'My Site', - tagline: 'Dinosaurs are cool', - favicon: 'img/favicon.ico', + title: '绿恐龙', + tagline: 'yibai1', + favicon: 'img/code.ico', - // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future + // 未来特性开关,详见 https://docusaurus.io/docs/api/docusaurus-config#future future: { - v4: true, // Improve compatibility with the upcoming Docusaurus v4 + v4: true, }, - // Set the production url of your site here - url: 'https://your-docusaurus-site.example.com', - // Set the // pathname under which your site is served - // For GitHub pages deployment, it is often '//' + // 设置网站的生产环境 URL + url: 'https://haodev.com', + // 设置站点服务的 // 路径 baseUrl: '/', - // GitHub pages deployment config. - // If you aren't using GitHub pages, you don't need these. - organizationName: 'facebook', // Usually your GitHub org/user name. - projectName: 'docusaurus', // Usually your repo name. + // 忽略内部断链(本地笔记引用了本地文件 / 外部资源) + // onBrokenLinks: 'ignore', - onBrokenLinks: 'throw', - - // Even if you don't use internationalization, you can use this field to set - // useful metadata like html lang. For example, if your site is Chinese, you - // may want to replace "en" with "zh-Hans". + // i18n 配置,设为中文避免 Docusaurus 默认用英文 i18n: { - defaultLocale: 'en', - locales: ['en'], + defaultLocale: 'zh-Hans', + locales: ['zh-Hans'], }, presets: [ @@ -41,22 +32,17 @@ const config: Config = { { docs: { sidebarPath: './sidebars.ts', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + // 本地部署,编辑链接直接在 Typora 中打开 + editUrl: 'typora://file/D:/projects/my-website/', }, blog: { - showReadingTime: true, + showReadingTime: false, + blogSidebarCount: 'ALL', feedOptions: { type: ['rss', 'atom'], xslt: true, }, - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', - // Useful options to enforce blogging best practices + editUrl: 'typora://file/D:/projects/my-website/', onInlineTags: 'warn', onInlineAuthors: 'warn', onUntruncatedBlogPosts: 'warn', @@ -69,68 +55,34 @@ const config: Config = { ], themeConfig: { - // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', colorMode: { - respectPrefersColorScheme: true, + defaultMode: 'light', + disableSwitch: true, + respectPrefersColorScheme: false, }, navbar: { - title: 'My Site', + title: 'yibai2', logo: { - alt: 'My Site Logo', - src: 'img/logo.svg', + alt: 'yibai3', + src: 'img/code.ico', }, items: [ { type: 'docSidebar', sidebarId: 'tutorialSidebar', position: 'left', - label: 'Tutorial', - }, - {to: '/blog', label: 'Blog', position: 'left'}, - { - href: 'https://github.com/facebook/docusaurus', - label: 'GitHub', - position: 'right', + label: '文档', }, + {to: '/blog', label: '笔记', position: 'left'}, ], }, footer: { style: 'dark', links: [ { - title: 'Docs', + title: 'About', items: [ - { - label: 'Tutorial', - to: '/docs/intro', - }, - ], - }, - { - title: 'Community', - items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, - { - label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', - }, - { - label: 'X', - href: 'https://x.com/docusaurus', - }, - ], - }, - { - title: 'More', - items: [ - { - label: 'Blog', - to: '/blog', - }, { label: 'GitHub', href: 'https://github.com/facebook/docusaurus', @@ -143,8 +95,21 @@ const config: Config = { prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula, + additionalLanguages: ['java'], }, } satisfies Preset.ThemeConfig, + + themes: [ + [ + '@easyops-cn/docusaurus-search-local', + { + hashed: true, + language: ['en', 'zh'], + highlightSearchTermsOnTargetPage: true, + fuzzyMatchingDistance: 0, + }, + ], + ], }; export default config; diff --git a/package-lock.json b/package-lock.json index dc81ed5..056c827 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@docusaurus/core": "3.10.2", "@docusaurus/faster": "3.10.2", "@docusaurus/preset-classic": "3.10.2", + "@easyops-cn/docusaurus-search-local": "^0.55.3", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", @@ -339,13 +340,13 @@ } }, "node_modules/@babel/generator": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.7.tgz", - "integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.29.8.tgz", + "integrity": "sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==", "license": "MIT", "dependencies": { - "@babel/parser": "^7.29.7", - "@babel/types": "^7.29.7", + "@babel/parser": "^7.29.8", + "@babel/types": "^7.29.8", "@jridgewell/gen-mapping": "^0.3.12", "@jridgewell/trace-mapping": "^0.3.28", "jsesc": "^3.0.2" @@ -638,12 +639,12 @@ } }, "node_modules/@babel/parser": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.7.tgz", - "integrity": "sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.29.8.tgz", + "integrity": "sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==", "license": "MIT", "dependencies": { - "@babel/types": "^7.29.7" + "@babel/types": "^7.29.8" }, "bin": { "parser": "bin/babel-parser.js" @@ -1244,15 +1245,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz", - "integrity": "sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.8.tgz", + "integrity": "sha512-6iSnEK0zlkLKU4heofK/AdmRD4e2SHVpJMtrwnTCzhnaM98ria4rTrOXBBi45BTTYnJtO8txnPsX4fChYXkmeA==", "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.29.7", "@babel/helper-plugin-utils": "^7.29.7", "@babel/helper-validator-identifier": "^7.29.7", - "@babel/traverse": "^7.29.7" + "@babel/traverse": "^7.29.8" }, "engines": { "node": ">=6.9.0" @@ -1548,9 +1549,9 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.7.tgz", - "integrity": "sha512-rNNFV0DBAJp988xW2DOntfDoYn1eR8GGF5AT5vYc+rjyfaQkM242c9tZUHHPe7KYaiJizXPWhQTzzdbXySyhBw==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.8.tgz", + "integrity": "sha512-0UpIXPtdDtMXfnV2OJAVMLpj3H/92vmkA6lpSRakmycJvj3VUy6Xs1dM8tXRugupykr5WB+LpiVl0J8LMVg2mg==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.29.7" @@ -1638,9 +1639,9 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.29.7.tgz", - "integrity": "sha512-/u5K1QWada7tbYNqTjMh96718g9NTwh9tfPJMsSmVsQwGT447FskV+KcfeXkXq2GWki4EM/MuTdmBec+hOuVTQ==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.29.8.tgz", + "integrity": "sha512-4S9ksMGVWUshvgK0mKfvZky7leuG5/uoFVwMpAomJ8bMoDJiNHRVmc1EglwW/CmGVSqqWpEbXm9FmbRit22qoA==", "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.29.7", @@ -1964,17 +1965,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.7.tgz", - "integrity": "sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.29.8.tgz", + "integrity": "sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.29.7", - "@babel/generator": "^7.29.7", + "@babel/generator": "^7.29.8", "@babel/helper-globals": "^7.29.7", - "@babel/parser": "^7.29.7", + "@babel/parser": "^7.29.8", "@babel/template": "^7.29.7", - "@babel/types": "^7.29.7", + "@babel/types": "^7.29.8", "debug": "^4.3.1" }, "engines": { @@ -1982,9 +1983,9 @@ } }, "node_modules/@babel/types": { - "version": "7.29.7", - "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.7.tgz", - "integrity": "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==", + "version": "7.29.8", + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.29.8.tgz", + "integrity": "sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==", "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.29.7", @@ -2238,9 +2239,9 @@ } }, "node_modules/@csstools/postcss-cascade-layers/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -2659,9 +2660,9 @@ } }, "node_modules/@csstools/postcss-is-pseudo-class/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -3106,9 +3107,9 @@ } }, "node_modules/@csstools/postcss-scope-pseudo-class/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -3330,9 +3331,9 @@ } }, "node_modules/@docsearch/core": { - "version": "4.6.3", - "resolved": "https://registry.npmmirror.com/@docsearch/core/-/core-4.6.3.tgz", - "integrity": "sha512-rUOujwIpxJRgD7+kicVsI3D5sqBvdiRTquzWBpTEXZs8ZXfGbfzpus5HqumaNYTppN2HvH8E2yNuRwYdHJeOlA==", + "version": "4.7.0", + "resolved": "https://registry.npmmirror.com/@docsearch/core/-/core-4.7.0.tgz", + "integrity": "sha512-p/9xVKmPDj3FPvMfPf5naVO3Ej8SCbcUugGvx1+8GgkuBNbqxqN2Irx3WLBv8VY0jH7XpRwKWdlmjXLZsmTLsg==", "license": "MIT", "peerDependencies": { "@types/react": ">= 16.8.0 < 20.0.0", @@ -3352,20 +3353,20 @@ } }, "node_modules/@docsearch/css": { - "version": "4.6.3", - "resolved": "https://registry.npmmirror.com/@docsearch/css/-/css-4.6.3.tgz", - "integrity": "sha512-nlOwcXcsNAptQl4vlL4MA78qNJKO0Qlds5GuBjCoePgkebTXLSf8Qt1oyZ3YBshYupKXG9VRGEsk1zr23d+bzQ==", + "version": "4.7.0", + "resolved": "https://registry.npmmirror.com/@docsearch/css/-/css-4.7.0.tgz", + "integrity": "sha512-Sk5xkdRFeE7PeWjG9l4AfTwdvMfr9wHiwNNCpHXT4v4SNyNMKdHGvEILc31BgaVFGDDNbv5u/a73tofRiwbEZw==", "license": "MIT" }, "node_modules/@docsearch/react": { - "version": "4.6.3", - "resolved": "https://registry.npmmirror.com/@docsearch/react/-/react-4.6.3.tgz", - "integrity": "sha512-Bg2wdDsoQVlNCcEKuEJAU04tvHCqgx8rIu+uIoM4pRtcx3TBKJuXutJik3LTA8LRc9YEyHkrYUrmcC0D7BYf+g==", + "version": "4.7.0", + "resolved": "https://registry.npmmirror.com/@docsearch/react/-/react-4.7.0.tgz", + "integrity": "sha512-x6oedjJ8O8/pIDBsMo5Orca3/6cQCz616/CwthVe68l43mqnj2lrJ9kFQITBqy8hMsS3nWeBWFoVO5dJ1DCFKA==", "license": "MIT", "dependencies": { "@algolia/autocomplete-core": "1.19.2", - "@docsearch/core": "4.6.3", - "@docsearch/css": "4.6.3" + "@docsearch/core": "4.7.0", + "@docsearch/css": "4.7.0" }, "peerDependencies": { "@types/react": ">= 16.8.0 < 20.0.0", @@ -3445,6 +3446,20 @@ "node": ">=20.0" } }, + "node_modules/@docusaurus/babel/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/bundler": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/bundler/-/bundler-3.10.2.tgz", @@ -3555,6 +3570,20 @@ } } }, + "node_modules/@docusaurus/core/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/cssnano-preset": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.10.2.tgz", @@ -3646,6 +3675,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/mdx-loader/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/module-type-aliases": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.10.2.tgz", @@ -3700,6 +3743,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/plugin-content-blog/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/plugin-content-docs": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.10.2.tgz", @@ -3733,6 +3790,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/plugin-content-docs/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/plugin-content-pages": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.10.2.tgz", @@ -3756,6 +3827,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/plugin-content-pages/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/plugin-css-cascade-layers": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/plugin-css-cascade-layers/-/plugin-css-cascade-layers-3.10.2.tgz", @@ -3793,6 +3878,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/plugin-debug/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/plugin-google-analytics": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.10.2.tgz", @@ -3874,6 +3973,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/plugin-sitemap/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/plugin-svgr": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/plugin-svgr/-/plugin-svgr-3.10.2.tgz", @@ -4028,6 +4141,20 @@ "react-dom": "^18.0.0 || ^19.0.0" } }, + "node_modules/@docusaurus/theme-search-algolia/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/theme-translations": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/theme-translations/-/theme-translations-3.10.2.tgz", @@ -4041,6 +4168,20 @@ "node": ">=20.0" } }, + "node_modules/@docusaurus/theme-translations/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, "node_modules/@docusaurus/tsconfig": { "version": "3.10.2", "resolved": "https://registry.npmmirror.com/@docusaurus/tsconfig/-/tsconfig-3.10.2.tgz", @@ -4148,21 +4289,154 @@ "node": ">=20.0" } }, + "node_modules/@docusaurus/utils-validation/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/@docusaurus/utils/node_modules/fs-extra": { + "version": "11.4.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", + "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/@easyops-cn/autocomplete.js": { + "version": "0.38.1", + "resolved": "https://registry.npmmirror.com/@easyops-cn/autocomplete.js/-/autocomplete.js-0.38.1.tgz", + "integrity": "sha512-drg76jS6syilOUmVNkyo1c7ZEBPcPuK+aJA7AksM5ZIIbV57DMHCywiCr+uHyv8BE5jUTU98j/H7gVrkHrWW3Q==", + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "immediate": "^3.2.3" + } + }, + "node_modules/@easyops-cn/docusaurus-search-local": { + "version": "0.55.3", + "resolved": "https://registry.npmmirror.com/@easyops-cn/docusaurus-search-local/-/docusaurus-search-local-0.55.3.tgz", + "integrity": "sha512-PlMKmxuonvZ1C+/zJS1hJaF1xaxD1TsUvOMzpP6DdQMtZqmTaYjcLGM12ePzl0m1rp3AgfTBeDbFNHQhwnH/dA==", + "license": "MIT", + "dependencies": { + "@docusaurus/plugin-content-docs": "^2 || ^3", + "@docusaurus/theme-translations": "^2 || ^3", + "@docusaurus/utils": "^2 || ^3", + "@docusaurus/utils-common": "^2 || ^3", + "@docusaurus/utils-validation": "^2 || ^3", + "@easyops-cn/autocomplete.js": "^0.38.1", + "@node-rs/jieba": "^1.6.0", + "cheerio": "^1.0.0", + "clsx": "^2.1.1", + "comlink": "^4.4.2", + "debug": "^4.2.0", + "fs-extra": "^10.0.0", + "klaw-sync": "^6.0.0", + "lunr": "^2.3.9", + "lunr-languages": "^1.4.0", + "mark.js": "^8.11.1", + "tslib": "^2.4.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "@docusaurus/theme-common": "^2 || ^3", + "open-ask-ai": "^0.7.3", + "react": "^16.14.0 || ^17 || ^18 || ^19", + "react-dom": "^16.14.0 || 17 || ^18 || ^19" + }, + "peerDependenciesMeta": { + "open-ask-ai": { + "optional": true + } + } + }, + "node_modules/@easyops-cn/docusaurus-search-local/node_modules/cheerio": { + "version": "1.2.0", + "resolved": "https://registry.npmmirror.com/cheerio/-/cheerio-1.2.0.tgz", + "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==", + "license": "MIT", + "dependencies": { + "cheerio-select": "^2.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.2", + "encoding-sniffer": "^0.2.1", + "htmlparser2": "^10.1.0", + "parse5": "^7.3.0", + "parse5-htmlparser2-tree-adapter": "^7.1.0", + "parse5-parser-stream": "^7.1.2", + "undici": "^7.19.0", + "whatwg-mimetype": "^4.0.0" + }, + "engines": { + "node": ">=20.18.1" + }, + "funding": { + "url": "https://github.com/cheeriojs/cheerio?sponsor=1" + } + }, + "node_modules/@easyops-cn/docusaurus-search-local/node_modules/entities": { + "version": "7.0.1", + "resolved": "https://registry.npmmirror.com/entities/-/entities-7.0.1.tgz", + "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/@easyops-cn/docusaurus-search-local/node_modules/htmlparser2": { + "version": "10.1.0", + "resolved": "https://registry.npmmirror.com/htmlparser2/-/htmlparser2-10.1.0.tgz", + "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "license": "MIT", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.2.2", + "entities": "^7.0.1" + } + }, "node_modules/@emnapi/core": { - "version": "1.11.3", - "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.11.3.tgz", - "integrity": "sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==", + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@emnapi/core/-/core-1.11.1.tgz", + "integrity": "sha512-RSvbQmHzdKzNsLYa/wHrbc3KN4sYLKAdPZxqiM2HATqv/SBk2/ENSHpvXGaLOMcsAyz0poEGqkmmKYG3OWiJEQ==", "license": "MIT", "optional": true, "dependencies": { - "@emnapi/wasi-threads": "1.2.3", + "@emnapi/wasi-threads": "1.2.2", "tslib": "^2.4.0" } }, "node_modules/@emnapi/runtime": { - "version": "1.11.3", - "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.11.3.tgz", - "integrity": "sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==", + "version": "1.11.1", + "resolved": "https://registry.npmmirror.com/@emnapi/runtime/-/runtime-1.11.1.tgz", + "integrity": "sha512-vgj7R3y3Wgx24IQaGPA/R6YFXLHVMOZ0uVEyIQPaWs+rd1AzfEMXlAC22FYwO1XkKR6NPsq7mUandH8oIRdZFw==", "license": "MIT", "optional": true, "dependencies": { @@ -4170,9 +4444,9 @@ } }, "node_modules/@emnapi/wasi-threads": { - "version": "1.2.3", - "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.3.tgz", - "integrity": "sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==", + "version": "1.2.2", + "resolved": "https://registry.npmmirror.com/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", + "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", "license": "MIT", "optional": true, "dependencies": { @@ -4327,13 +4601,13 @@ } }, "node_modules/@jsonjoy.com/fs-core": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-core/-/fs-core-4.64.0.tgz", - "integrity": "sha512-zs2TAq7Six5jgMuoMNjpspAvOP3mhtgq/k1UyQodEzCtQi/N83y2/y+zcvnZSGp/Rxq96DBN+bValOBQAyn/ew==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-core/-/fs-core-4.57.8.tgz", + "integrity": "sha512-YzVbwggV9452VCeHgo0bjsTaUt1O7JE0XpEsPar93nn/+RAwXk0mb1Y+f5EDJ3TRtRCFe+Ck5RuojdfB4jeHVw==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "@jsonjoy.com/fs-node-utils": "4.64.0", + "@jsonjoy.com/fs-node-builtins": "4.57.8", + "@jsonjoy.com/fs-node-utils": "4.57.8", "thingies": "^2.5.0" }, "engines": { @@ -4348,14 +4622,14 @@ } }, "node_modules/@jsonjoy.com/fs-fsa": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-fsa/-/fs-fsa-4.64.0.tgz", - "integrity": "sha512-nMWOVbkLFyEgmXZih3wyvxA9XpgyyqyfrINMHvEFqhi7uqfRl7c9ERJt6yX7vgMPrB9Uo+OJO+Spa0cFzPD01w==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-fsa/-/fs-fsa-4.57.8.tgz", + "integrity": "sha512-vmClyvCQMxgqz7uamDiGtRfp4MjzOznk3pcQjCxlIwJcw7TWeyr+bF30hI0x8NxdtNOGMg1pHM74VDIXOeyjuw==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-core": "4.64.0", - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "@jsonjoy.com/fs-node-utils": "4.64.0", + "@jsonjoy.com/fs-core": "4.57.8", + "@jsonjoy.com/fs-node-builtins": "4.57.8", + "@jsonjoy.com/fs-node-utils": "4.57.8", "thingies": "^2.5.0" }, "engines": { @@ -4370,16 +4644,16 @@ } }, "node_modules/@jsonjoy.com/fs-node": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node/-/fs-node-4.64.0.tgz", - "integrity": "sha512-dO+NNkODbUli4uV42bcNrrLvq5rE7SNpdZ5TNd0dtbLsAaNK3MDiIC9lUi+brboGoIjW6vd2fB1qao60nrk5xA==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node/-/fs-node-4.57.8.tgz", + "integrity": "sha512-IPEOlDYSnTDYpjQlQg2F8h+eqxKQN3sdbroI0WrteRiQZ462HzVpBo9ZZX485njz4nAacoe3fd4iDiIhk+k5Hg==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-core": "4.64.0", - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "@jsonjoy.com/fs-node-utils": "4.64.0", - "@jsonjoy.com/fs-print": "4.64.0", - "@jsonjoy.com/fs-snapshot": "4.64.0", + "@jsonjoy.com/fs-core": "4.57.8", + "@jsonjoy.com/fs-node-builtins": "4.57.8", + "@jsonjoy.com/fs-node-utils": "4.57.8", + "@jsonjoy.com/fs-print": "4.57.8", + "@jsonjoy.com/fs-snapshot": "4.57.8", "glob-to-regex.js": "^1.0.0", "thingies": "^2.5.0" }, @@ -4395,9 +4669,9 @@ } }, "node_modules/@jsonjoy.com/fs-node-builtins": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.64.0.tgz", - "integrity": "sha512-/o7WRFhUWaM/fOrslwLZGnzn4RmRILykn+lAL+mNObqqRNw+CQSiij6hpCeZ+C7buhdoVo7go/OYqzaSUfDYmA==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.57.8.tgz", + "integrity": "sha512-mxXSXw8zZwRVakcjLqR2I/psy4gURFSASZS10kKJ2kJw05GC2nXGroGrWVHxwgkxXgQLsFQnB74QaLzsxzdL/w==", "license": "Apache-2.0", "engines": { "node": ">=10.0" @@ -4411,14 +4685,14 @@ } }, "node_modules/@jsonjoy.com/fs-node-to-fsa": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.64.0.tgz", - "integrity": "sha512-WDD9WVs0hb7UAEKTgZW2f66WDrbj7gIIWwpP3spbLyXa0rghtUaFTB8L4gdR3ZCWwiKIsj38/CNijpVmpnuPUw==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.57.8.tgz", + "integrity": "sha512-AWZcT/4+H+iDl4XCukbXrarvwEgOrf/prFI5/7eg4ix9FxqVsZysIDJd1Kjd+AjlCeHKHJOaRqjLd5HiGSCJEw==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-fsa": "4.64.0", - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "@jsonjoy.com/fs-node-utils": "4.64.0" + "@jsonjoy.com/fs-fsa": "4.57.8", + "@jsonjoy.com/fs-node-builtins": "4.57.8", + "@jsonjoy.com/fs-node-utils": "4.57.8" }, "engines": { "node": ">=10.0" @@ -4432,13 +4706,12 @@ } }, "node_modules/@jsonjoy.com/fs-node-utils": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.64.0.tgz", - "integrity": "sha512-k5Indsx9hWW9xSF7Y6oSKKwtCUNhzZxadub3owhIlitc+iMRVlPPdX2duTKQWBL3qNWpXya8jykgaaWpheeS4w==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.57.8.tgz", + "integrity": "sha512-E/bJ7sQAb4pu9nbeJhbULU3WnqWrswte4N9Js/oHt7aHB746S8/XBqKlcbrqIgnD3095XluovNEZuu5ONT230g==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "glob-to-regex.js": "^1.0.1" + "@jsonjoy.com/fs-node-builtins": "4.57.8" }, "engines": { "node": ">=10.0" @@ -4452,12 +4725,12 @@ } }, "node_modules/@jsonjoy.com/fs-print": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-print/-/fs-print-4.64.0.tgz", - "integrity": "sha512-PHZFccchvkhWrwPWHjmVAhbC3vSHCtyZvlZfJJ3ho2bnzl450hXri6/8e6pbkWdH+SkmLXNml0sV8e5HDAfxKw==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-print/-/fs-print-4.57.8.tgz", + "integrity": "sha512-DfzhOBpmvNu5P/KSe4NNQaOnvNliTdcf0qrh/4EReErF/XUQXYkd0vZl/OiJCm/qjEEo8DWRstliw2/JNS84dA==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-node-utils": "4.64.0", + "@jsonjoy.com/fs-node-utils": "4.57.8", "tree-dump": "^1.1.0" }, "engines": { @@ -4472,13 +4745,13 @@ } }, "node_modules/@jsonjoy.com/fs-snapshot": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.64.0.tgz", - "integrity": "sha512-oM7UDeL83q6NBzzsfKAsYKXKVXlykKFqqOLh4xZZKAzzROTlInkPbc6LTDGThEOnPiFiUzA7tYziHG9xavd76Q==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.57.8.tgz", + "integrity": "sha512-L+eqKaWOHLDaiMv1dh/EWQ4hA+o6xAhWSumTo3Teg7OM18jU/KE13/e8Mfal+eAZ/pSl4wIhKHcDiwapJzC8Wg==", "license": "Apache-2.0", "dependencies": { "@jsonjoy.com/buffers": "^17.65.0", - "@jsonjoy.com/fs-node-utils": "4.64.0", + "@jsonjoy.com/fs-node-utils": "4.57.8", "@jsonjoy.com/json-pack": "^17.65.0", "@jsonjoy.com/util": "^17.65.0" }, @@ -4825,6 +5098,283 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@node-rs/jieba": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba/-/jieba-1.10.4.tgz", + "integrity": "sha512-GvDgi8MnBiyWd6tksojej8anIx18244NmIOc1ovEw8WKNUejcccLfyu8vj66LWSuoZuKILVtNsOy4jvg3aoxIw==", + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "optionalDependencies": { + "@node-rs/jieba-android-arm-eabi": "1.10.4", + "@node-rs/jieba-android-arm64": "1.10.4", + "@node-rs/jieba-darwin-arm64": "1.10.4", + "@node-rs/jieba-darwin-x64": "1.10.4", + "@node-rs/jieba-freebsd-x64": "1.10.4", + "@node-rs/jieba-linux-arm-gnueabihf": "1.10.4", + "@node-rs/jieba-linux-arm64-gnu": "1.10.4", + "@node-rs/jieba-linux-arm64-musl": "1.10.4", + "@node-rs/jieba-linux-x64-gnu": "1.10.4", + "@node-rs/jieba-linux-x64-musl": "1.10.4", + "@node-rs/jieba-wasm32-wasi": "1.10.4", + "@node-rs/jieba-win32-arm64-msvc": "1.10.4", + "@node-rs/jieba-win32-ia32-msvc": "1.10.4", + "@node-rs/jieba-win32-x64-msvc": "1.10.4" + } + }, + "node_modules/@node-rs/jieba-android-arm-eabi": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-android-arm-eabi/-/jieba-android-arm-eabi-1.10.4.tgz", + "integrity": "sha512-MhyvW5N3Fwcp385d0rxbCWH42kqDBatQTyP8XbnYbju2+0BO/eTeCCLYj7Agws4pwxn2LtdldXRSKavT7WdzNA==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-android-arm64": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-android-arm64/-/jieba-android-arm64-1.10.4.tgz", + "integrity": "sha512-XyDwq5+rQ+Tk55A+FGi6PtJbzf974oqnpyCcCPzwU3QVXJCa2Rr4Lci+fx8oOpU4plT3GuD+chXMYLsXipMgJA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-darwin-arm64": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-darwin-arm64/-/jieba-darwin-arm64-1.10.4.tgz", + "integrity": "sha512-G++RYEJ2jo0rxF9626KUy90wp06TRUjAsvY/BrIzEOX/ingQYV/HjwQzNPRR1P1o32a6/U8RGo7zEBhfdybL6w==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-darwin-x64": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-darwin-x64/-/jieba-darwin-x64-1.10.4.tgz", + "integrity": "sha512-MmDNeOb2TXIZCPyWCi2upQnZpPjAxw5ZGEj6R8kNsPXVFALHIKMa6ZZ15LCOkSTsKXVC17j2t4h+hSuyYb6qfQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-freebsd-x64": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-freebsd-x64/-/jieba-freebsd-x64-1.10.4.tgz", + "integrity": "sha512-/x7aVQ8nqUWhpXU92RZqd333cq639i/olNpd9Z5hdlyyV5/B65LLy+Je2B2bfs62PVVm5QXRpeBcZqaHelp/bg==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-linux-arm-gnueabihf": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-linux-arm-gnueabihf/-/jieba-linux-arm-gnueabihf-1.10.4.tgz", + "integrity": "sha512-crd2M35oJBRLkoESs0O6QO3BBbhpv+tqXuKsqhIG94B1d02RVxtRIvSDwO33QurxqSdvN9IeSnVpHbDGkuXm3g==", + "cpu": [ + "arm" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-linux-arm64-gnu": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-linux-arm64-gnu/-/jieba-linux-arm64-gnu-1.10.4.tgz", + "integrity": "sha512-omIzNX1psUzPcsdnUhGU6oHeOaTCuCjUgOA/v/DGkvWC1jLcnfXe4vdYbtXMh4XOCuIgS1UCcvZEc8vQLXFbXQ==", + "cpu": [ + "arm64" + ], + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-linux-arm64-musl": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-linux-arm64-musl/-/jieba-linux-arm64-musl-1.10.4.tgz", + "integrity": "sha512-Y/tiJ1+HeS5nnmLbZOE+66LbsPOHZ/PUckAYVeLlQfpygLEpLYdlh0aPpS5uiaWMjAXYZYdFkpZHhxDmSLpwpw==", + "cpu": [ + "arm64" + ], + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-linux-x64-gnu": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-linux-x64-gnu/-/jieba-linux-x64-gnu-1.10.4.tgz", + "integrity": "sha512-WZO8ykRJpWGE9MHuZpy1lu3nJluPoeB+fIJJn5CWZ9YTVhNDWoCF4i/7nxz1ntulINYGQ8VVuCU9LD86Mek97g==", + "cpu": [ + "x64" + ], + "libc": [ + "glibc" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-linux-x64-musl": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-linux-x64-musl/-/jieba-linux-x64-musl-1.10.4.tgz", + "integrity": "sha512-uBBD4S1rGKcgCyAk6VCKatEVQb6EDD5I40v/DxODi5CuZVCANi9m5oee/MQbAoaX7RydA2f0OSCE9/tcwXEwUg==", + "cpu": [ + "x64" + ], + "libc": [ + "musl" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-wasm32-wasi": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-wasm32-wasi/-/jieba-wasm32-wasi-1.10.4.tgz", + "integrity": "sha512-Y2umiKHjuIJy0uulNDz9SDYHdfq5Hmy7jY5nORO99B4pySKkcrMjpeVrmWXJLIsEKLJwcCXHxz8tjwU5/uhz0A==", + "cpu": [ + "wasm32" + ], + "license": "MIT", + "optional": true, + "dependencies": { + "@napi-rs/wasm-runtime": "^0.2.3" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@node-rs/jieba-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.12", + "resolved": "https://registry.npmmirror.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.12.tgz", + "integrity": "sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.10.0" + } + }, + "node_modules/@node-rs/jieba-win32-arm64-msvc": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-win32-arm64-msvc/-/jieba-win32-arm64-msvc-1.10.4.tgz", + "integrity": "sha512-nwMtViFm4hjqhz1it/juQnxpXgqlGltCuWJ02bw70YUDMDlbyTy3grCJPpQQpueeETcALUnTxda8pZuVrLRcBA==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-win32-ia32-msvc": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-win32-ia32-msvc/-/jieba-win32-ia32-msvc-1.10.4.tgz", + "integrity": "sha512-DCAvLx7Z+W4z5oKS+7vUowAJr0uw9JBw8x1Y23Xs/xMA4Em+OOSiaF5/tCJqZUCJ8uC4QeImmgDFiBqGNwxlyA==", + "cpu": [ + "ia32" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@node-rs/jieba-win32-x64-msvc": { + "version": "1.10.4", + "resolved": "https://registry.npmmirror.com/@node-rs/jieba-win32-x64-msvc/-/jieba-win32-x64-msvc-1.10.4.tgz", + "integrity": "sha512-+sqemSfS1jjb+Tt7InNbNzrRh1Ua3vProVvC4BZRPg010/leCbGFFiQHpzcPRfpxAXZrzG5Y0YBTsPzN/I4yHQ==", + "cpu": [ + "x64" + ], + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -5560,9 +6110,9 @@ } }, "node_modules/@swc/core": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core/-/core-1.15.46.tgz", - "integrity": "sha512-Ri3em2mBpq3h2zSPliCYl63otDGqek8PPEfv2nWgRQEbZ/VBCNyypVTVQ6cEbTCXBhy+WE2T3fQb08moIyuYaw==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core/-/core-1.15.47.tgz", + "integrity": "sha512-FbsO5JcfOjfH38W/rohBRBweJeERsAuIP4f377lmkmxTcq9exjtx4SkRuZY5CdfhR2CBVwDIJegBpJDffwNsOg==", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -5577,18 +6127,18 @@ "url": "https://opencollective.com/swc" }, "optionalDependencies": { - "@swc/core-darwin-arm64": "1.15.46", - "@swc/core-darwin-x64": "1.15.46", - "@swc/core-linux-arm-gnueabihf": "1.15.46", - "@swc/core-linux-arm64-gnu": "1.15.46", - "@swc/core-linux-arm64-musl": "1.15.46", - "@swc/core-linux-ppc64-gnu": "1.15.46", - "@swc/core-linux-s390x-gnu": "1.15.46", - "@swc/core-linux-x64-gnu": "1.15.46", - "@swc/core-linux-x64-musl": "1.15.46", - "@swc/core-win32-arm64-msvc": "1.15.46", - "@swc/core-win32-ia32-msvc": "1.15.46", - "@swc/core-win32-x64-msvc": "1.15.46" + "@swc/core-darwin-arm64": "1.15.47", + "@swc/core-darwin-x64": "1.15.47", + "@swc/core-linux-arm-gnueabihf": "1.15.47", + "@swc/core-linux-arm64-gnu": "1.15.47", + "@swc/core-linux-arm64-musl": "1.15.47", + "@swc/core-linux-ppc64-gnu": "1.15.47", + "@swc/core-linux-s390x-gnu": "1.15.47", + "@swc/core-linux-x64-gnu": "1.15.47", + "@swc/core-linux-x64-musl": "1.15.47", + "@swc/core-win32-arm64-msvc": "1.15.47", + "@swc/core-win32-ia32-msvc": "1.15.47", + "@swc/core-win32-x64-msvc": "1.15.47" }, "peerDependencies": { "@swc/helpers": ">=0.5.17" @@ -5600,9 +6150,9 @@ } }, "node_modules/@swc/core-darwin-arm64": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.46.tgz", - "integrity": "sha512-IsISIT22EfktVJrlvIpnAxG2u/A9aob9l99HMlx80x72WlFmFPk1V3UhkEzx86eJP8hw049KTFv/RISho2cq2Q==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.15.47.tgz", + "integrity": "sha512-GsoMtan3ojGGMGFbl31mmRu5ctZ56re8grGE8mO/OHJ8O+JRkzod02fe7X6ZQ8JvamA3imkEkx/h3u+vsOgPgA==", "cpu": [ "arm64" ], @@ -5616,9 +6166,9 @@ } }, "node_modules/@swc/core-darwin-x64": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.15.46.tgz", - "integrity": "sha512-4Tj4ppVIPCmUMpmGFiGtyEriwLyJ+yi/US4WfBrP/ok8COGddDZXLEzQETnKyK46mjvr1v0jevrS23zjoff7vA==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-darwin-x64/-/core-darwin-x64-1.15.47.tgz", + "integrity": "sha512-leTi7Rx3KF4zcC637iqWgk9SoV8VXAD8ppQYXsep63px5A/UftOcxLN1pmr8Z1si/YvX90ompP/rHgpYkgwXWg==", "cpu": [ "x64" ], @@ -5632,9 +6182,9 @@ } }, "node_modules/@swc/core-linux-arm-gnueabihf": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.46.tgz", - "integrity": "sha512-i8tUGnNjyOgMmfmgFSg4aeJLQoFyfpIHK5FjpQAwpRyQIqEUB2w1e8zIDQzY1WhOxx8NoS1S5iUL813Un4Sf5A==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.15.47.tgz", + "integrity": "sha512-hBqHuoWKKIsKmDBn9qVeWqj5GWZhtlcczVaqQmNRXsDfq+voR5CxKRfamA367QjJXtceYuliLFfEL8QsskRM2g==", "cpu": [ "arm" ], @@ -5648,9 +6198,9 @@ } }, "node_modules/@swc/core-linux-arm64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.46.tgz", - "integrity": "sha512-c0OnhqzdhfOvv6qhNCcByepB+sNYOGZyhtr2Qa6ZCHvAWTYhSRw4j/u92Stue9PbZ/6q74b9nHzi76+kVzqQHQ==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.15.47.tgz", + "integrity": "sha512-TBxvRz+B4K205TWHHZxWVxkC2RFNP/Mz3PNcECBos5PsKwxjg3QSJzdoebr0VCf0Bfh8HOPldKxAP/8XkFe9gA==", "cpu": [ "arm64" ], @@ -5667,9 +6217,9 @@ } }, "node_modules/@swc/core-linux-arm64-musl": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.46.tgz", - "integrity": "sha512-imyRpNEcUzFQFV2LE4jL68ErvmKEuZCbvZru77iQREunJ+bR4i658cupTgtG1mLYM3F1Tzy3Sb9xYb02KghWTg==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.15.47.tgz", + "integrity": "sha512-3Yu3Uq/VgytqsPjTMbkPU1ExADytbdWbruJYhA584E9jrpE2Ki+R6VVPoZCeAVk1Cb7QxcRTgblw6bSa6a/R+w==", "cpu": [ "arm64" ], @@ -5686,9 +6236,9 @@ } }, "node_modules/@swc/core-linux-ppc64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.46.tgz", - "integrity": "sha512-ctEfcl/HcUeomK33cbySiHZm98GEDIxTm1EkpBsYCiHxElYBzvTXVeuQT2YwbUXn9XCrjiw4ipyUNk33k26qRg==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-ppc64-gnu/-/core-linux-ppc64-gnu-1.15.47.tgz", + "integrity": "sha512-wfdMi5IaOaNtmh2/6geRoxIdNfqylUZFdtzTKS655y1axWfIWyx7As74vv0wVdjeCIZ3WmCI9odDd4rUttXOSQ==", "cpu": [ "ppc64" ], @@ -5705,9 +6255,9 @@ } }, "node_modules/@swc/core-linux-s390x-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.46.tgz", - "integrity": "sha512-DxlMdnt84TtRVTv7WL/thWyz9+QU8QZNNoAP9rrk0P68LziuhfePp8MjQ44zIprpTHTsEwyziIuGUUN5iSC1bQ==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-s390x-gnu/-/core-linux-s390x-gnu-1.15.47.tgz", + "integrity": "sha512-3hHYBY0yx8Ez7GMRrkhXHQzMdR5IZA6Wq5Ee4svlgwvSECLpnAJ9+0AimEGUFDvuLwE7nV/2+PYe8+Nm4rvNcQ==", "cpu": [ "s390x" ], @@ -5724,9 +6274,9 @@ } }, "node_modules/@swc/core-linux-x64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.46.tgz", - "integrity": "sha512-SKxI7J6t90XPl8hRUqtJi9NfGdunN/E/vZMc7Bc0figeRdOPDBT+Tm8g7cx9xM0T0mewh2l+8dewa3Am27/P+A==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.15.47.tgz", + "integrity": "sha512-TjfhjgP/jGCfFHYC3JQPhJA1HwErbIJ9JfREDc1KNkvY6P0LodCgKVIlQ5deeTbkG7ih3bF5PHJLuLpaZjdRyQ==", "cpu": [ "x64" ], @@ -5743,9 +6293,9 @@ } }, "node_modules/@swc/core-linux-x64-musl": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.46.tgz", - "integrity": "sha512-qj9T6B7bosI0VEsrWOVXZN1OXxS8Tp63ywyrLxNdOycnUtLdkgYcoBsN5y8ImnDDsnwrEWZOy1e+J4xSe7mA3Q==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.15.47.tgz", + "integrity": "sha512-CQpS8Ge/avfjZd0UEwG/sds83Uu32deQXcV1Jo3jD0mmvQQqtYAjpsDZXugmheeAwmt+YIuoVtVHro8LMYHqsQ==", "cpu": [ "x64" ], @@ -5762,9 +6312,9 @@ } }, "node_modules/@swc/core-win32-arm64-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.46.tgz", - "integrity": "sha512-8p7l4c3LU+eA5g9Et1JPhNeMC1oQwXTGU+uah8DPIBX7YXzqswvaBtyKVmXefVGi/DJU1x3YJsc3mbAp9aWzSQ==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.15.47.tgz", + "integrity": "sha512-0W8IKHsUTYiT7G2RqtOoVWk+89yzZikIiDUb/sCK6BmQDBhN91hQSfyUtW12jhEWLzYgcfmisfsZrmZE+84U1A==", "cpu": [ "arm64" ], @@ -5778,9 +6328,9 @@ } }, "node_modules/@swc/core-win32-ia32-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.46.tgz", - "integrity": "sha512-tUEnfr3Bn9u6FOjUb3PN9p+09qZC2j+wNDLKHzXXZn22rqGcUqR/ohCRSS+nG9B9+X+U+3FewNEHJkTmdIvMjQ==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.15.47.tgz", + "integrity": "sha512-ZIp49d2Z4/ka2jO9otOg4hDvTdPmp86kVOgS2M5FCPI7eKKZ1W0boxWn+8XeZrfERtFGW0AlMRm4JhlJa7l3NA==", "cpu": [ "ia32" ], @@ -5794,9 +6344,9 @@ } }, "node_modules/@swc/core-win32-x64-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.46.tgz", - "integrity": "sha512-Vux7UDzBJYQggSuPfcl2w9iu+IJpgpRCxHzgCaVkELnAXAE4XZMOTX9HNcaNiwfeIDqdu2rkr69RuDm6wY8neA==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.15.47.tgz", + "integrity": "sha512-2h8Iek95vnixkBRCo+H8p09+Q5ll2NgSMFrWTy0iKt7+/t+8/T5mBpiT6c0ZxSS7wcWjwZ9sGZkK70tTSYHdDw==", "cpu": [ "x64" ], @@ -5816,9 +6366,9 @@ "license": "Apache-2.0" }, "node_modules/@swc/html": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html/-/html-1.15.46.tgz", - "integrity": "sha512-U5eaur7Hsickt5Tko7VHMNER/zLNNUAg9r+LCUBoevzP/0SeEU/ZqOxorKZ1eLFhm/rDT1Mv3KEP9W5vmeSsUw==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html/-/html-1.15.47.tgz", + "integrity": "sha512-Olu/8OORvYB+43v2/85nHe1EA8WSvWp8D3kctEAput/o4F+EWCK0nr4yGTqvWB7Z+ODz0k+vnxpvHQYzsKP2LA==", "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" @@ -5827,24 +6377,24 @@ "node": ">=14" }, "optionalDependencies": { - "@swc/html-darwin-arm64": "1.15.46", - "@swc/html-darwin-x64": "1.15.46", - "@swc/html-linux-arm-gnueabihf": "1.15.46", - "@swc/html-linux-arm64-gnu": "1.15.46", - "@swc/html-linux-arm64-musl": "1.15.46", - "@swc/html-linux-ppc64-gnu": "1.15.46", - "@swc/html-linux-s390x-gnu": "1.15.46", - "@swc/html-linux-x64-gnu": "1.15.46", - "@swc/html-linux-x64-musl": "1.15.46", - "@swc/html-win32-arm64-msvc": "1.15.46", - "@swc/html-win32-ia32-msvc": "1.15.46", - "@swc/html-win32-x64-msvc": "1.15.46" + "@swc/html-darwin-arm64": "1.15.47", + "@swc/html-darwin-x64": "1.15.47", + "@swc/html-linux-arm-gnueabihf": "1.15.47", + "@swc/html-linux-arm64-gnu": "1.15.47", + "@swc/html-linux-arm64-musl": "1.15.47", + "@swc/html-linux-ppc64-gnu": "1.15.47", + "@swc/html-linux-s390x-gnu": "1.15.47", + "@swc/html-linux-x64-gnu": "1.15.47", + "@swc/html-linux-x64-musl": "1.15.47", + "@swc/html-win32-arm64-msvc": "1.15.47", + "@swc/html-win32-ia32-msvc": "1.15.47", + "@swc/html-win32-x64-msvc": "1.15.47" } }, "node_modules/@swc/html-darwin-arm64": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-darwin-arm64/-/html-darwin-arm64-1.15.46.tgz", - "integrity": "sha512-ZsC+iFnLOHPt7DF0tBxGoctF4/L0cUcuGonDavnwHhISHJiDQuT8TuRD9dB2jS7Du12ZY2Vu3jTugSnOfaDWxg==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-darwin-arm64/-/html-darwin-arm64-1.15.47.tgz", + "integrity": "sha512-Qe3FXNLO/k2WN7xmBP8SzBrtLvlIbyqa8cceUOI0opE4gk+myk5qIk022MiGJOgiF1B21/wMXgA08gYjQ2lP2Q==", "cpu": [ "arm64" ], @@ -5858,9 +6408,9 @@ } }, "node_modules/@swc/html-darwin-x64": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-darwin-x64/-/html-darwin-x64-1.15.46.tgz", - "integrity": "sha512-XBg/CK0sA+Fa0KUzShhnAM14MwhWoeMANY8NAAuSlDpJnv5A+ek4wd7eNvriTHwaS10hNzQeSFgVkkeS3I4x6A==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-darwin-x64/-/html-darwin-x64-1.15.47.tgz", + "integrity": "sha512-khCOiWmqlqi8yz+F/ePExhht/+3/cz1XzKV7raPKVynzd6sPxYtFQlNubj305s2soEXgkYYIH0zVVLwiMOVn6Q==", "cpu": [ "x64" ], @@ -5874,9 +6424,9 @@ } }, "node_modules/@swc/html-linux-arm-gnueabihf": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm-gnueabihf/-/html-linux-arm-gnueabihf-1.15.46.tgz", - "integrity": "sha512-lIXI6nTEf8yaaCTN4mT7geL1L+CnoSSUCj9rds0B5W8Y/Jc3GHmAwErlFn2Eyt8hLjqvd7vZJw1oqAbmVwDesw==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm-gnueabihf/-/html-linux-arm-gnueabihf-1.15.47.tgz", + "integrity": "sha512-7VRqaOEQEFPHSbUcnobmI59WbFK9M35Sse8TFN3hHxOlK9fINJ9yN5FuE9XEeRQAk+PFdR6WrIcF1Xwx1Cpi8A==", "cpu": [ "arm" ], @@ -5890,9 +6440,9 @@ } }, "node_modules/@swc/html-linux-arm64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm64-gnu/-/html-linux-arm64-gnu-1.15.46.tgz", - "integrity": "sha512-pBXrXBb3X5820lQQ+poQ/HcQxrtVfo+YJqHXLCFyAtkBxGG/c2XYFcMu4eBig1M5fvpquwtbb/qw6m67reM+kQ==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm64-gnu/-/html-linux-arm64-gnu-1.15.47.tgz", + "integrity": "sha512-Ri9MmQqVRiEWuRfpkSTqz0bguvejXQcqQAkoW1Hke6+DColfzETcgNWa/Kw/ii5A/SS9Nb7acKaYdIw1vMBPwA==", "cpu": [ "arm64" ], @@ -5909,9 +6459,9 @@ } }, "node_modules/@swc/html-linux-arm64-musl": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm64-musl/-/html-linux-arm64-musl-1.15.46.tgz", - "integrity": "sha512-vbbCIsKhZMooIZVG+v0NDVVmSKo22CyTVc6Qy/bijukj2/LDglxDjgMq68p0mnwhYyE4Y6URFtniMkIgY8CQuw==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-arm64-musl/-/html-linux-arm64-musl-1.15.47.tgz", + "integrity": "sha512-NyXRQiVBkeutgCwCxUUaFqZdDmpZONs7Zz3AZGoY35s9GwXF412Nt22fK/e7lO/sM6G/+S3rOom/0xTmUQSK6A==", "cpu": [ "arm64" ], @@ -5928,9 +6478,9 @@ } }, "node_modules/@swc/html-linux-ppc64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-ppc64-gnu/-/html-linux-ppc64-gnu-1.15.46.tgz", - "integrity": "sha512-6bUllvm6IwF8vxhmD6gl2OFiHiCVMmnGqDywhmRSCB2mzSN6HAmNzNJk3wuRDHUILQa7R2bvA5Vpt00hLO71ww==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-ppc64-gnu/-/html-linux-ppc64-gnu-1.15.47.tgz", + "integrity": "sha512-rQ+XLJHFzu0e4M5p1+8kF2FKzI7WO9KPPji87OuicHZVrDCEqg7/jSGu3hys9CjIQIYVfR+tAFuZz3Q1/jOoNA==", "cpu": [ "ppc64" ], @@ -5947,9 +6497,9 @@ } }, "node_modules/@swc/html-linux-s390x-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-s390x-gnu/-/html-linux-s390x-gnu-1.15.46.tgz", - "integrity": "sha512-3kbCA/8Ij8xDbzgrTVyQ0OshcR2PvYiVOugIATQBV2qZ+RAyeozHPcodO+Fi+7X07p+D8hNfDfFik2rq4Vc45Q==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-s390x-gnu/-/html-linux-s390x-gnu-1.15.47.tgz", + "integrity": "sha512-w6bitHrllrE3lqmf14cT3spmWhZHGts1O08O4adzxztSPto7O5GM3IerqZm/NtsqlxNsfbVHnhaNXxXWe/8Q+Q==", "cpu": [ "s390x" ], @@ -5966,9 +6516,9 @@ } }, "node_modules/@swc/html-linux-x64-gnu": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-x64-gnu/-/html-linux-x64-gnu-1.15.46.tgz", - "integrity": "sha512-n5L9LVBW0aE1tfMGk4b6koOzHog51G25wXgWbRmUDG2iqUO1Ss75DFurGEnjM7KoiKw6iqTJU0sXl/S92SAQ7w==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-x64-gnu/-/html-linux-x64-gnu-1.15.47.tgz", + "integrity": "sha512-FTA7E29gcyadd71prg8sJUVacYrIhAXS8L7p48yCfgcNOKquofN1TDOrHVOyYMoxplL3FUwwbN+AZxWO7QfWPQ==", "cpu": [ "x64" ], @@ -5985,9 +6535,9 @@ } }, "node_modules/@swc/html-linux-x64-musl": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-linux-x64-musl/-/html-linux-x64-musl-1.15.46.tgz", - "integrity": "sha512-NHjUyt+SrjSZGqoltQcNztZn6SmM7XkCgcrJoMTlAbrcC4XY+xvVi0QTp31roNnmX4GtqsZAGdgHGY5r0Who/w==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-linux-x64-musl/-/html-linux-x64-musl-1.15.47.tgz", + "integrity": "sha512-g+K1GKUrj+S9o8Qsgii2g7ooMzZ750R4IAqH5CVElIA5FTMAx7KGnu9ga6aEnRwwLYxY3s1k/nN+ls0NEk240g==", "cpu": [ "x64" ], @@ -6004,9 +6554,9 @@ } }, "node_modules/@swc/html-win32-arm64-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-win32-arm64-msvc/-/html-win32-arm64-msvc-1.15.46.tgz", - "integrity": "sha512-x0/muLfBFN9O8omLqxm3GaJe8GZrYR4LTyWMw+o4Pjx3sxX6+MuLne5ebhT2jBVADkucCURGnDHCBm53WHz7EA==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-win32-arm64-msvc/-/html-win32-arm64-msvc-1.15.47.tgz", + "integrity": "sha512-5Iw3i00JdTySi+ccc2CM5bxY+8TZivQmcTqUC6mUdAY0/KYBgSe1/L294UJQ4OTLQqNDOYXY9jdb070zZUX7jg==", "cpu": [ "arm64" ], @@ -6020,9 +6570,9 @@ } }, "node_modules/@swc/html-win32-ia32-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-win32-ia32-msvc/-/html-win32-ia32-msvc-1.15.46.tgz", - "integrity": "sha512-vebE5ouxwl4saFYmtjUuSqP83fj3eMJQgyrXwEFky08J5aAqt07y1d2jmetGA2guFoSYwAMKJWTU8287Mpzf4g==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-win32-ia32-msvc/-/html-win32-ia32-msvc-1.15.47.tgz", + "integrity": "sha512-YkKd0hbIOeuFC1Sg7uGKkU2JhL+c9vAJlT6P0nRbWCAL71n01IPbdtbW6PmvgVmI7pxRYucXpr4pg839nX5+9Q==", "cpu": [ "ia32" ], @@ -6036,9 +6586,9 @@ } }, "node_modules/@swc/html-win32-x64-msvc": { - "version": "1.15.46", - "resolved": "https://registry.npmmirror.com/@swc/html-win32-x64-msvc/-/html-win32-x64-msvc-1.15.46.tgz", - "integrity": "sha512-WBYYs0O/LUNZrO5eA7Zlkokbqg5Np3gQ2lQtkHeFCSFEJDYk8XWaHIU/3Kg89dduVUPer3h4TR/tqCWdBAKMzw==", + "version": "1.15.47", + "resolved": "https://registry.npmmirror.com/@swc/html-win32-x64-msvc/-/html-win32-x64-msvc-1.15.47.tgz", + "integrity": "sha512-w9Ug+VB9hlHT4hTWIJSB40AdF+qs5w07CYq/+ef1vQRjT5naN6/SKuXmr9/CKLn3T7A9z3lRMPKE4+lmtUkBOQ==", "cpu": [ "x64" ], @@ -6052,9 +6602,9 @@ } }, "node_modules/@swc/types": { - "version": "0.1.27", - "resolved": "https://registry.npmmirror.com/@swc/types/-/types-0.1.27.tgz", - "integrity": "sha512-K6h3iUlqeM946U4sXFYeahefR1YBbXJvko+hv8WS8/0BNJ4OHiHRywMnQUJCqkR7Y9+hqQ1TvEpiKqUhz7NEFg==", + "version": "0.1.28", + "resolved": "https://registry.npmmirror.com/@swc/types/-/types-0.1.28.tgz", + "integrity": "sha512-V6Mnml8v09QALx6K0elJ7o9K/MkVDtW3t6L+7Ou/JcWtb3xwId2AH4FeOceySd2JaO87IMw4+6vSZxLm34LPbw==", "license": "Apache-2.0", "dependencies": { "@swc/counter": "^0.1.3" @@ -6157,9 +6707,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.9", - "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.9.tgz", - "integrity": "sha512-QP2ESEe/ImWY0HDwNAnK9PvEffUyhLTnWkk7KXzHfyeWAnlrDe1fN77bXl6ia8KT3wPlmA7t9/VPRpnf4Ex9sg==", + "version": "4.19.8", + "resolved": "https://registry.npmmirror.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.8.tgz", + "integrity": "sha512-02S5fmqeoKzVZCHPZid4b8JH2eM5HzQLZWN2FohQEy/0eXTq8VXZfSN6Pcr3F6N9R/vNrj7cpgbhjie6m/1tCA==", "license": "MIT", "dependencies": { "@types/node": "*", @@ -6169,9 +6719,9 @@ } }, "node_modules/@types/hast": { - "version": "3.0.5", - "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.5.tgz", - "integrity": "sha512-rp/ezSWaD1m44dPKICGhiskI13nVr7qTloFwDa/IYkhhf5nzwP+zIQcIJh3WIFSBOy/H1PzB40jPjMDksN4F+g==", + "version": "3.0.4", + "resolved": "https://registry.npmmirror.com/@types/hast/-/hast-3.0.4.tgz", + "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==", "license": "MIT", "dependencies": { "@types/unist": "*" @@ -6268,9 +6818,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmmirror.com/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.0.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" @@ -6429,9 +6979,9 @@ "license": "MIT" }, "node_modules/@ungap/structured-clone": { - "version": "1.3.3", - "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.3.tgz", - "integrity": "sha512-60YRaenCQcVjYEKOcG824+DRGGIQ3VKErcBoAEDJZz5bKIs2ZG+X/H9Nk+Q6EVkwJk5QNApxbrc5QtBSwtrXAg==", + "version": "1.3.2", + "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.2.tgz", + "integrity": "sha512-5jsZFwgR5rTdKwidH9Qmat75RKwqfpKlWWB1frDkljN127mwqBu8K0PYo7/hFpF03IEJpfVPpCQDY/eDx3iHvA==", "license": "ISC" }, "node_modules/@webassemblyjs/ast": { @@ -6647,6 +7197,18 @@ "node": ">=0.4.0" } }, + "node_modules/acorn-import-phases": { + "version": "1.0.4", + "resolved": "https://registry.npmmirror.com/acorn-import-phases/-/acorn-import-phases-1.0.4.tgz", + "integrity": "sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ==", + "license": "MIT", + "engines": { + "node": ">=10.13.0" + }, + "peerDependencies": { + "acorn": "^8.14.0" + } + }, "node_modules/acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz", @@ -6761,9 +7323,9 @@ } }, "node_modules/algoliasearch-helper": { - "version": "3.29.2", - "resolved": "https://registry.npmmirror.com/algoliasearch-helper/-/algoliasearch-helper-3.29.2.tgz", - "integrity": "sha512-SaV+rZM3drExb0punEYYjT+sNcH74YFwN8ocjya7IDOyQvKWeQpEaSMVG3+IGTVos+feuatj7ljQ4BXlXdUp3w==", + "version": "3.29.3", + "resolved": "https://registry.npmmirror.com/algoliasearch-helper/-/algoliasearch-helper-3.29.3.tgz", + "integrity": "sha512-gVOMbbPVrCO3Xs+B+BLAIGFqIQow6qHMTYCEeBqLQB9m4ZmKUqMwkEumlal2iyyezHEd4Y0FvFTLbCRutCutIQ==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1" @@ -7036,9 +7598,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.11.4", - "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.11.4.tgz", - "integrity": "sha512-s4+sLr9mZ/CyqeRritFeYV/Zx73OAtmaHn6kkBS1XRoJn1hrg3xIDUcpicAEX68tkcIN0iBCgti31C8zxtkhsQ==", + "version": "2.11.14", + "resolved": "https://registry.npmmirror.com/baseline-browser-mapping/-/baseline-browser-mapping-2.11.14.tgz", + "integrity": "sha512-JyJ954WzuIR8/FFzX0o5krdSTrBAkcCSRfWSleRsIHSWV+cZe2FI1PKggVkFke1hBldRs+LRxUczzE9iPmgZww==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -7075,9 +7637,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.6", - "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.6.tgz", - "integrity": "sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==", + "version": "1.20.5", + "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.5.tgz", + "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==", "license": "MIT", "dependencies": { "bytes": "~3.1.2", @@ -7123,9 +7685,9 @@ "license": "MIT" }, "node_modules/bonjour-service": { - "version": "1.4.3", - "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.4.3.tgz", - "integrity": "sha512-2Kd5UYlFUVgAKMTyuBLl6w49wqfOnbxHqmuH0oCl/n7TfAikR0zoowNOP5BU4dfXmm+Vr9JyEN370auSMx+CNg==", + "version": "1.4.2", + "resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.4.2.tgz", + "integrity": "sha512-lMskhnsW70yWHr4PhPeh2rvaIkLSaDpp+nmtbXBZaNKTXwxL73QOkW6HhbzqTImXjevn9TreGT4GACGBCGP9nQ==", "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", @@ -7161,9 +7723,9 @@ } }, "node_modules/brace-expansion": { - "version": "1.1.16", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.16.tgz", - "integrity": "sha512-IDw48K2/2kRkg9LdJxurvq3lV3aBgq0REY89duEqFRthjlPdXHKMj7EnQOXVckxzgisinf3nHfrcE2FufFLXMw==", + "version": "1.1.15", + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.15.tgz", + "integrity": "sha512-EwOCDEex4quD37XhqM3omwtMoJjr//isUZz1JopUNWms+4Z2ViyM/k1YIRePpoVNnQhENnxtFjLaxNHrT7xIUg==", "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", @@ -7183,9 +7745,9 @@ } }, "node_modules/browserslist": { - "version": "4.28.7", - "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.7.tgz", - "integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==", + "version": "4.28.8", + "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.28.8.tgz", + "integrity": "sha512-V2NpofLblG64mfOtSgDhOJESZEGogzDMBv/q+W6oc4LXWP/q75eOXoOaaOu1EOadB9U4Bwx/e0yzbvwKH8zalA==", "funding": [ { "type": "opencollective", @@ -7202,11 +7764,11 @@ ], "license": "MIT", "dependencies": { - "baseline-browser-mapping": "^2.10.44", - "caniuse-lite": "^1.0.30001806", - "electron-to-chromium": "^1.5.393", - "node-releases": "^2.0.51", - "update-browserslist-db": "^1.2.3" + "baseline-browser-mapping": "^2.11.12", + "caniuse-lite": "^1.0.30001809", + "electron-to-chromium": "^1.5.402", + "node-releases": "^2.0.53", + "update-browserslist-db": "^1.3.0" }, "bin": { "browserslist": "cli.js" @@ -7372,9 +7934,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001806", - "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz", - "integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==", + "version": "1.0.30001809", + "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001809.tgz", + "integrity": "sha512-xxWVywk6a6Arlk+hymeycyn/VgqEfLDxupvhH/xiY5SJ/18kmi9o6MiO320DCUzypORHLtvh0I4i04tUhCNHNQ==", "funding": [ { "type": "opencollective", @@ -7701,6 +8263,12 @@ "node": ">=10" } }, + "node_modules/comlink": { + "version": "4.4.2", + "resolved": "https://registry.npmmirror.com/comlink/-/comlink-4.4.2.tgz", + "integrity": "sha512-OxGdvBmJuNKSCMO4NTl1L47VRp6xn2wG4F/2hYzB6tiCb709otOxtEYCSvK80PtjODfXXZu8ds+Nw5kVCjqd2g==", + "license": "Apache-2.0" + }, "node_modules/comma-separated-tokens": { "version": "2.0.3", "resolved": "https://registry.npmmirror.com/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz", @@ -7978,12 +8546,15 @@ } }, "node_modules/core-js-compat": { - "version": "3.49.0", - "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.49.0.tgz", - "integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==", + "version": "3.50.0", + "resolved": "https://registry.npmmirror.com/core-js-compat/-/core-js-compat-3.50.0.tgz", + "integrity": "sha512-XGpFGbMLHwSt74YLTKho7Ib242qi6O8MSX+sRokV4oz7iKXvQWGYZthjIhjRGMxjzVkAubBO512dKGYcefmX3Q==", "license": "MIT", "dependencies": { - "browserslist": "^4.28.1" + "browserslist": "^4.28.7" + }, + "engines": { + "node": ">=6.4.0" }, "funding": { "type": "opencollective", @@ -8089,9 +8660,9 @@ } }, "node_modules/css-blank-pseudo/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -8163,9 +8734,9 @@ } }, "node_modules/css-has-pseudo/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -8869,9 +9440,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.396", - "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.396.tgz", - "integrity": "sha512-yHiw2Y3C3H9U6TMbOfoWK/BPreiOPXRfTWPBwQBoZG6/8TB6eOPnsy5oaRYuatR7Fw2SJ4kKforgufeo7fq0EQ==", + "version": "1.5.406", + "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.5.406.tgz", + "integrity": "sha512-hWH5ORBi3d0IipnMh7BN5GDTaAmrSSSWmznwt2zltdiRNEWoEQyTwF0FFSBxzHO7hLSRT6loQu3IQGV0wg/Tvg==", "license": "ISC" }, "node_modules/emoji-regex": { @@ -8914,10 +9485,35 @@ "node": ">= 0.8" } }, + "node_modules/encoding-sniffer": { + "version": "0.2.1", + "resolved": "https://registry.npmmirror.com/encoding-sniffer/-/encoding-sniffer-0.2.1.tgz", + "integrity": "sha512-5gvq20T6vfpekVtqrYQsSCFZ1wEg5+wW0/QaZMWkFr6BqD3NfKs0rLCx4rrVlSWJeZb5NBJgVLswK/w2MWU+Gw==", + "license": "MIT", + "dependencies": { + "iconv-lite": "^0.6.3", + "whatwg-encoding": "^3.1.1" + }, + "funding": { + "url": "https://github.com/fb55/encoding-sniffer?sponsor=1" + } + }, + "node_modules/encoding-sniffer/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/enhanced-resolve": { - "version": "5.24.3", - "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.24.3.tgz", - "integrity": "sha512-PwKooW9JUzh5chmYfHM3IQl5OkK2u2Nm011MgeZrss3JmFraUx/fqrf78kk8GUMYoibx/14MdwTl/1WKkG7TpQ==", + "version": "5.24.1", + "resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.24.1.tgz", + "integrity": "sha512-7DdUaTjmNwMcH2gLr1qycesKII3BK4RLy/mdAb7x10Lq7bR4aNKHt1BR1ZALSv0rPM/hF5wYF0PhGop/rJm8vw==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -8967,9 +9563,9 @@ } }, "node_modules/es-module-lexer": { - "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-2.3.1.tgz", - "integrity": "sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==", + "version": "2.1.0", + "resolved": "https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-2.1.0.tgz", + "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==", "license": "MIT" }, "node_modules/es-object-atoms": { @@ -9416,9 +10012,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.4", - "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.4.tgz", - "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "version": "3.1.2", + "resolved": "https://registry.npmmirror.com/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "funding": [ { "type": "github", @@ -9701,9 +10297,9 @@ } }, "node_modules/fs-extra": { - "version": "11.4.0", - "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.4.0.tgz", - "integrity": "sha512-EQsFzMUJkCKGr1ePqlYADkIUmHW1s3ZXr5Yqy6wbGrfUCphpl2maM/kyOIRA2HpP3AaFQTZXD4ldjek+nccddA==", + "version": "10.1.0", + "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", @@ -9711,7 +10307,7 @@ "universalify": "^2.0.0" }, "engines": { - "node": ">=14.14" + "node": ">=12" } }, "node_modules/fsevents": { @@ -9835,6 +10431,12 @@ "tslib": "2" } }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmmirror.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "license": "BSD-2-Clause" + }, "node_modules/global-dirs": { "version": "3.0.1", "resolved": "https://registry.npmmirror.com/global-dirs/-/global-dirs-3.0.1.tgz", @@ -10304,9 +10906,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.8", - "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.6.8.tgz", - "integrity": "sha512-MZmKQcTnhEh1SPSyMiEytIeDZDUoBZVorNHivQGXMASHf/BSGGOrKa2xQ5bGx3TCe1n109ecCt+cpww7wwWhKA==", + "version": "5.6.7", + "resolved": "https://registry.npmmirror.com/html-webpack-plugin/-/html-webpack-plugin-5.6.7.tgz", + "integrity": "sha512-md+vXtdCAe60s1k6AU3dUyMJnDxUyQAwfwPKoLisvgUF1IXjtlLsk2se54+qfL9Mdm26bbwvjJybpNx48NKRLw==", "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -10323,7 +10925,7 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { - "@rspack/core": "0.x || 1.x || 2.x", + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" }, "peerDependenciesMeta": { @@ -10548,6 +11150,12 @@ "node": ">=16.x" } }, + "node_modules/immediate": { + "version": "3.3.0", + "resolved": "https://registry.npmmirror.com/immediate/-/immediate-3.3.0.tgz", + "integrity": "sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==", + "license": "MIT" + }, "node_modules/import-fresh": { "version": "3.3.1", "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz", @@ -11051,9 +11659,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.2.0", + "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "funding": [ { "type": "github", @@ -11144,6 +11752,15 @@ "node": ">=0.10.0" } }, + "node_modules/klaw-sync": { + "version": "6.0.0", + "resolved": "https://registry.npmmirror.com/klaw-sync/-/klaw-sync-6.0.0.tgz", + "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.1.11" + } + }, "node_modules/kleur": { "version": "3.0.3", "resolved": "https://registry.npmmirror.com/kleur/-/kleur-3.0.3.tgz", @@ -11466,6 +12083,19 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "license": "MIT" }, + "node_modules/loader-runner": { + "version": "4.3.2", + "resolved": "https://registry.npmmirror.com/loader-runner/-/loader-runner-4.3.2.tgz", + "integrity": "sha512-DFEqQ3ihfS9blba08cLfYf1NRAIEm+dDjic073DRDc3/JspI/8wYmtDsHwd3+4hwvdxSK7PGaElfTmm0awWJ4w==", + "license": "MIT", + "engines": { + "node": ">=6.11.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/loader-utils": { "version": "2.0.4", "resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-2.0.4.tgz", @@ -11571,6 +12201,24 @@ "yallist": "^3.0.2" } }, + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmmirror.com/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "license": "MIT" + }, + "node_modules/lunr-languages": { + "version": "1.20.0", + "resolved": "https://registry.npmmirror.com/lunr-languages/-/lunr-languages-1.20.0.tgz", + "integrity": "sha512-3LVgE7ekWXt04NBci/hjm+NXJxXZeRXuyClL0kA0HONyBOjxhP3ZQkuWIM4Ok3pbeptUW/rj3XcJcJuJVPwPYA==", + "license": "MPL-1.1" + }, + "node_modules/mark.js": { + "version": "8.11.1", + "resolved": "https://registry.npmmirror.com/mark.js/-/mark.js-8.11.1.tgz", + "integrity": "sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==", + "license": "MIT" + }, "node_modules/markdown-extensions": { "version": "2.0.0", "resolved": "https://registry.npmmirror.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz", @@ -12020,19 +12668,19 @@ } }, "node_modules/memfs": { - "version": "4.64.0", - "resolved": "https://registry.npmmirror.com/memfs/-/memfs-4.64.0.tgz", - "integrity": "sha512-Kw72fgY7Wn+sD8KmtNWSafl1dz0UvAsE/PHs3YVfLiaZuA3HxNm9sRLqAu0ATiBGJvME1PxZXbBZPv5GycDeAw==", + "version": "4.57.8", + "resolved": "https://registry.npmmirror.com/memfs/-/memfs-4.57.8.tgz", + "integrity": "sha512-bApYhn8BLpFAnAQmFfEl/NPN+8qx5Ar3V4Qt3ek23mVwBEElzV7c6XoPkb/PCG8ZFpowCEpHcPwMFTwHS7tSMA==", "license": "Apache-2.0", "dependencies": { - "@jsonjoy.com/fs-core": "4.64.0", - "@jsonjoy.com/fs-fsa": "4.64.0", - "@jsonjoy.com/fs-node": "4.64.0", - "@jsonjoy.com/fs-node-builtins": "4.64.0", - "@jsonjoy.com/fs-node-to-fsa": "4.64.0", - "@jsonjoy.com/fs-node-utils": "4.64.0", - "@jsonjoy.com/fs-print": "4.64.0", - "@jsonjoy.com/fs-snapshot": "4.64.0", + "@jsonjoy.com/fs-core": "4.57.8", + "@jsonjoy.com/fs-fsa": "4.57.8", + "@jsonjoy.com/fs-node": "4.57.8", + "@jsonjoy.com/fs-node-builtins": "4.57.8", + "@jsonjoy.com/fs-node-to-fsa": "4.57.8", + "@jsonjoy.com/fs-node-utils": "4.57.8", + "@jsonjoy.com/fs-print": "4.57.8", + "@jsonjoy.com/fs-snapshot": "4.57.8", "@jsonjoy.com/json-pack": "^1.11.0", "@jsonjoy.com/util": "^1.9.0", "glob-to-regex.js": "^1.0.1", @@ -13979,95 +14627,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/minimizer-webpack-plugin": { - "version": "5.6.1", - "resolved": "https://registry.npmmirror.com/minimizer-webpack-plugin/-/minimizer-webpack-plugin-5.6.1.tgz", - "integrity": "sha512-DoeAZz8Q1C1znwsUzej1fdoi4jCf7/+Em27ouLqfK/+3m8G+D7yDhUwrc3CNhjSzGUN1kn7Iv4sWmjflQHenpw==", - "license": "MIT", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.25", - "jest-worker": "^27.4.5", - "schema-utils": "^4.3.0", - "terser": "^5.31.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@minify-html/node": { - "optional": true - }, - "@swc/core": { - "optional": true - }, - "@swc/css": { - "optional": true - }, - "@swc/html": { - "optional": true - }, - "clean-css": { - "optional": true - }, - "cssnano": { - "optional": true - }, - "csso": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "html-minifier-terser": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "postcss": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/minimizer-webpack-plugin/node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmmirror.com/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/minimizer-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, "node_modules/mrmime": { "version": "2.0.1", "resolved": "https://registry.npmmirror.com/mrmime/-/mrmime-2.0.1.tgz", @@ -14097,9 +14656,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.16", - "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.16.tgz", - "integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==", + "version": "3.3.18", + "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.18.tgz", + "integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==", "funding": [ { "type": "github", @@ -14155,9 +14714,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.51", - "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.51.tgz", - "integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==", + "version": "2.0.53", + "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.53.tgz", + "integrity": "sha512-D9UOmYG3UH1V+ENW56t5QXBwJw1YEY18ruVeus89Rw+SyIgjPkCO84bRzO3uNIYosJbNwiabWVn48o3uJLjxFQ==", "license": "MIT", "engines": { "node": ">=18" @@ -14623,6 +15182,18 @@ "url": "https://github.com/inikulin/parse5?sponsor=1" } }, + "node_modules/parse5-parser-stream": { + "version": "7.1.2", + "resolved": "https://registry.npmmirror.com/parse5-parser-stream/-/parse5-parser-stream-7.1.2.tgz", + "integrity": "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow==", + "license": "MIT", + "dependencies": { + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, "node_modules/parse5/node_modules/entities": { "version": "6.0.1", "resolved": "https://registry.npmmirror.com/entities/-/entities-6.0.1.tgz", @@ -14753,9 +15324,9 @@ } }, "node_modules/postcss": { - "version": "8.5.23", - "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.23.tgz", - "integrity": "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg==", + "version": "8.5.26", + "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.26.tgz", + "integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==", "funding": [ { "type": "opencollective", @@ -14772,7 +15343,7 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.16", + "nanoid": "^3.3.17", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, @@ -14806,9 +15377,9 @@ } }, "node_modules/postcss-attribute-case-insensitive/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15050,9 +15621,9 @@ } }, "node_modules/postcss-custom-selectors/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15088,9 +15659,9 @@ } }, "node_modules/postcss-dir-pseudo-class/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15216,9 +15787,9 @@ } }, "node_modules/postcss-focus-visible/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15254,9 +15825,9 @@ } }, "node_modules/postcss-focus-within/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15543,9 +16114,9 @@ } }, "node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15571,9 +16142,9 @@ } }, "node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -15670,9 +16241,9 @@ } }, "node_modules/postcss-nesting/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -16033,9 +16604,9 @@ } }, "node_modules/postcss-pseudo-class-any-link/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -16126,9 +16697,9 @@ } }, "node_modules/postcss-selector-not/node_modules/postcss-selector-parser": { - "version": "7.1.4", - "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.4.tgz", - "integrity": "sha512-HeP7D2wyhkR+XaK6v4W8oRF62Dsz4flyuczALJp61GckGm42u1saSSJ/0auvcBqxs3jMRFEcPK34At/0JBKdOg==", + "version": "7.1.5", + "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-7.1.5.tgz", + "integrity": "sha512-KvvtD7SrlBP7dlgkBghEE3r84CABm5SmV2aNcG4oCA+qDnJ/tvKonFVvwWAyyWUEwxuNawdfEAZKP9zM3oZ2Uw==", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", @@ -16487,24 +17058,24 @@ } }, "node_modules/react": { - "version": "19.2.8", - "resolved": "https://registry.npmmirror.com/react/-/react-19.2.8.tgz", - "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", + "version": "19.2.7", + "resolved": "https://registry.npmmirror.com/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "19.2.8", - "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.8.tgz", - "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", + "version": "19.2.7", + "resolved": "https://registry.npmmirror.com/react-dom/-/react-dom-19.2.7.tgz", + "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.8" + "react": "^19.2.7" } }, "node_modules/react-fast-compare": { @@ -17607,9 +18178,9 @@ } }, "node_modules/shell-quote": { - "version": "1.10.0", - "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.10.0.tgz", - "integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==", + "version": "1.9.0", + "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.9.0.tgz", + "integrity": "sha512-Iov+JwFv/2HcTpcwNMKd8+IWNb8tboQJNQTkAY/LLVK7gGH9jy+LGkVqPxfekHl+yMmiqXszdGWXgkfml7hjqA==", "license": "MIT", "engines": { "node": ">= 0.4" @@ -18144,9 +18715,9 @@ } }, "node_modules/terser": { - "version": "5.49.0", - "resolved": "https://registry.npmmirror.com/terser/-/terser-5.49.0.tgz", - "integrity": "sha512-SNiDnXyHSrxVcIOtVbULzcTmniUiwcV7Nwdyj1twVubeTmbjoa8p69KKDpfkdoOavuM4/GRm1+ykI8qqnavHoA==", + "version": "5.48.0", + "resolved": "https://registry.npmmirror.com/terser/-/terser-5.48.0.tgz", + "integrity": "sha512-J/9An6vs9Us6wKRriSFXBWdRZapREHqFzdNUKk0pmu804EMR6dr6winwo7e5JDxN4xahxQsuysyYFwlwj4XN/Q==", "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -18257,9 +18828,9 @@ "license": "MIT" }, "node_modules/thingies": { - "version": "2.6.1", - "resolved": "https://registry.npmmirror.com/thingies/-/thingies-2.6.1.tgz", - "integrity": "sha512-cV/CMGTK3M4MlnJ/0At6ismOw/A0EEniDNScajjz/Br3c1sqE72YD01rGpPTKwd27wAxI5Pr+6+0w8yofzFRYw==", + "version": "2.6.0", + "resolved": "https://registry.npmmirror.com/thingies/-/thingies-2.6.0.tgz", + "integrity": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==", "license": "MIT", "engines": { "node": ">=10.18" @@ -18458,6 +19029,15 @@ "node": ">=14.17" } }, + "node_modules/undici": { + "version": "7.29.0", + "resolved": "https://registry.npmmirror.com/undici/-/undici-7.29.0.tgz", + "integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==", + "license": "MIT", + "engines": { + "node": ">=20.18.1" + } + }, "node_modules/undici-types": { "version": "8.3.0", "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-8.3.0.tgz", @@ -18647,9 +19227,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.2.3", - "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", - "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "version": "1.3.1", + "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.3.1.tgz", + "integrity": "sha512-ZZ61DsRsOnakl74HAmp3oSN4aXUmEWXf+i/yv0h7tIBfICc3VdrFErQKUUKPgu3AMsTUMbcongALEN4l6GSUrQ==", "funding": [ { "type": "opencollective", @@ -18984,9 +19564,9 @@ } }, "node_modules/webpack": { - "version": "5.109.0", - "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.109.0.tgz", - "integrity": "sha512-vomrngskVVXEZF9sMZfYAd4pXZUnfaWdJGlF+BTNF+gJBCKYCQBnOeVPlrh39Ewl7nlCsirDplMy6o5g9xJHBg==", + "version": "5.107.2", + "resolved": "https://registry.npmmirror.com/webpack/-/webpack-5.107.2.tgz", + "integrity": "sha512-v7RhXaJbpMlV0D7hC7lb2EbnxkoeUqf9qhKr6lozx3Q48pmFrqqNRmZFUEGmi7pSwm6fCQ2H1IjvCkHqdpVdjQ==", "license": "MIT", "dependencies": { "@types/estree": "^1.0.8", @@ -18995,20 +19575,23 @@ "@webassemblyjs/wasm-edit": "^1.14.1", "@webassemblyjs/wasm-parser": "^1.14.1", "acorn": "^8.16.0", + "acorn-import-phases": "^1.0.3", "browserslist": "^4.28.1", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.24.2", + "enhanced-resolve": "^5.22.0", "es-module-lexer": "^2.1.0", "eslint-scope": "5.1.1", "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.11", + "loader-runner": "^4.3.2", "mime-db": "^1.54.0", - "minimizer-webpack-plugin": "^5.6.1", "neo-async": "^2.6.2", "schema-utils": "^4.3.3", "tapable": "^2.3.0", - "watchpack": "^2.5.2", - "webpack-sources": "^3.5.1" + "terser-webpack-plugin": "^5.5.0", + "watchpack": "^2.5.1", + "webpack-sources": "^3.5.0" }, "bin": { "webpack": "bin/webpack.js" @@ -19116,22 +19699,18 @@ } }, "node_modules/webpack-dev-middleware/node_modules/range-parser": { - "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.3.0.tgz", - "integrity": "sha512-hek2mFQpPuI4E1BBKrSto+BU3e3x4xuarsbiwr3+lf7p44juvFMV0XFWQAP3xUyqXA4RrXLIoaSUGbSt056ZMw==", + "version": "1.2.1", + "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "license": "MIT", "engines": { "node": ">= 0.6" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/express" } }, "node_modules/webpack-dev-server": { - "version": "5.2.6", - "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-5.2.6.tgz", - "integrity": "sha512-HNLRmamRvVavZQ+avceZifmv8hmdUjg43t6MI4SqJDwFdW7RPQwH5vzGhDRZSX59SgfbeHhLnq3g+uooWo7pVw==", + "version": "5.2.5", + "resolved": "https://registry.npmmirror.com/webpack-dev-server/-/webpack-dev-server-5.2.5.tgz", + "integrity": "sha512-4wZtCquSuv9CKX8oybo+mqxtxZqWz47uM1Ch94lxowBztOhWCbhqvRbfC/mODOwxgV2brY+JGZpHq58/SuVFYg==", "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.13", @@ -19152,7 +19731,7 @@ "graceful-fs": "^4.2.6", "http-proxy-middleware": "^2.0.9", "ipaddr.js": "^2.1.0", - "launch-editor": "^2.14.1", + "launch-editor": "^2.6.1", "open": "^10.0.3", "p-retry": "^6.2.0", "schema-utils": "^4.2.0", @@ -19216,9 +19795,9 @@ } }, "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.21.1", - "resolved": "https://registry.npmmirror.com/ws/-/ws-8.21.1.tgz", - "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", + "version": "8.21.0", + "resolved": "https://registry.npmmirror.com/ws/-/ws-8.21.0.tgz", + "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", "license": "MIT", "engines": { "node": ">=10.0.0" @@ -19251,9 +19830,9 @@ } }, "node_modules/webpack-sources": { - "version": "3.5.1", - "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.5.1.tgz", - "integrity": "sha512-jyuiGJdtvY434z5bUZrjz67v76/ePNvFZTp9Mdz29IlH4+GPsgyGjiv0fKI+M7BdkU6ADjulUcKAd3tUK3WlEw==", + "version": "3.5.0", + "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.5.0.tgz", + "integrity": "sha512-HPuy+uuoTCaaoEoI1LQ3JN9+vrPBvEesnnX1jADHy728cHSMlq4wUc4afYqahq2B1mhQVZxCXOkNTnXltr+2vQ==", "license": "MIT", "engines": { "node": ">=10.13.0" @@ -19318,6 +19897,40 @@ "node": ">=0.8.0" } }, + "node_modules/whatwg-encoding": { + "version": "3.1.1", + "resolved": "https://registry.npmmirror.com/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "deprecated": "Use @exodus/bytes instead for a more spec-conformant and faster implementation", + "license": "MIT", + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/whatwg-mimetype": { + "version": "4.0.0", + "resolved": "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", @@ -19423,9 +20036,9 @@ } }, "node_modules/ws": { - "version": "7.5.13", - "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.13.tgz", - "integrity": "sha512-rsKI6xDBFVf4r/x8XyChGK04QR/XHroxs/jUcoWvtEZM8TPU/X/uIY9B1CsSzYws9ZJb/6bbBu7dPhFW00CAoA==", + "version": "7.5.11", + "resolved": "https://registry.npmmirror.com/ws/-/ws-7.5.11.tgz", + "integrity": "sha512-zS54Oen9bITtp7kp2XM3AydrCIq1D+HwJOuH+c+e4LfpL/lotP5osijd+UoMnxwAam1GN8R4KtLAyIrIcBNpiA==", "license": "MIT", "engines": { "node": ">=8.3.0" diff --git a/package.json b/package.json index 7c26abd..b6c60a9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", + "start": "docusaurus start --host 0.0.0.0", "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", @@ -18,6 +18,7 @@ "@docusaurus/core": "3.10.2", "@docusaurus/faster": "3.10.2", "@docusaurus/preset-classic": "3.10.2", + "@easyops-cn/docusaurus-search-local": "^0.55.3", "@mdx-js/react": "^3.0.0", "clsx": "^2.0.0", "prism-react-renderer": "^2.3.0", diff --git a/src/css/custom.css b/src/css/custom.css index 2bc6a4c..5a58dd9 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -1,11 +1,9 @@ /** - * Any CSS included here will be global. The classic template - * bundles Infima by default. Infima is a CSS framework designed to - * work well for content-centric websites. + * 全局自定义样式 */ -/* You can override the default Infima variables here. */ :root { + /* 主题色 */ --ifm-color-primary: #2e8555; --ifm-color-primary-dark: #29784c; --ifm-color-primary-darker: #277148; @@ -13,11 +11,62 @@ --ifm-color-primary-light: #33925d; --ifm-color-primary-lighter: #359962; --ifm-color-primary-lightest: #3cad6e; - --ifm-code-font-size: 95%; + + /* 代码 */ + --ifm-code-font-size: 0.8rem; --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); + + /* 代码块字体大小 */ + --docusaurus-theme-code-block-font-size: 0.8rem; + + /* 表格 */ + --ifm-table-cell-padding: 0.2rem 0.75rem; /* 上下间距压缩,左右保持默认 */ +} + +/* 表格:横向是否铺满,字体大小 */ +table { + /* display: table; */ + font-size: 0.8rem; + width: 100%; +} + +/* 「编辑此页」固定到右上角 */ +.theme-blog-footer-edit-meta-row .theme-edit-this-page, +.theme-doc-footer .theme-edit-this-page { + position: fixed; + bottom: 30px; + right: 20px; + z-index: 100; + background: var(--ifm-background-surface-color); + padding: 4px 12px; + border-radius: 6px; + border: 1px solid var(--ifm-color-emphasis-300); + font-size: 0.85rem; + box-shadow: 0 2px 8px rgba(0,0,0,0.1); +} + +/* 悬停效果 */ +.theme-blog-footer-edit-meta-row .theme-edit-this-page:hover, +.theme-doc-footer .theme-edit-this-page:hover { + text-decoration: none; + background: var(--ifm-color-primary-lightest); + border-color: var(--ifm-color-primary); +} + +/* 代码块自动换行 */ +pre { + white-space: pre-wrap; + word-break: break-word; +} + +/* 代码注释颜色改成棕褐色,更清晰 */ +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: #aa5500 !important; } -/* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: #21af90; diff --git a/src/pages/about/aaa.md b/src/pages/about/aaa.md new file mode 100644 index 0000000..1144e8b --- /dev/null +++ b/src/pages/about/aaa.md @@ -0,0 +1,9 @@ +--- +title: my hello page title +description: my hello page description +hide_table_of_contents: true +--- + +# Hello + +How are you? \ No newline at end of file diff --git a/src/pages/about/index.md b/src/pages/about/index.md new file mode 100644 index 0000000..1144e8b --- /dev/null +++ b/src/pages/about/index.md @@ -0,0 +1,9 @@ +--- +title: my hello page title +description: my hello page description +hide_table_of_contents: true +--- + +# Hello + +How are you? \ No newline at end of file diff --git a/src/pages/helloMarkdown.md b/src/pages/helloMarkdown.md new file mode 100644 index 0000000..1144e8b --- /dev/null +++ b/src/pages/helloMarkdown.md @@ -0,0 +1,9 @@ +--- +title: my hello page title +description: my hello page description +hide_table_of_contents: true +--- + +# Hello + +How are you? \ No newline at end of file diff --git a/src/pages/helloReact.tsx b/src/pages/helloReact.tsx new file mode 100644 index 0000000..75020ee --- /dev/null +++ b/src/pages/helloReact.tsx @@ -0,0 +1,20 @@ +import Layout from '@theme/Layout'; + +export default function Hello() { + return ( + +
+

+ 你好,这是我的第一个 React 页面!🎉 +

+
+
+ ); +} diff --git a/start.vbs b/start.vbs new file mode 100644 index 0000000..bf1d8fa --- /dev/null +++ b/start.vbs @@ -0,0 +1,6 @@ +' 启动 Docusaurus 开发服务器(无黑窗口) +Dim shell +Set shell = CreateObject("WScript.Shell") +shell.CurrentDirectory = "D:\projects\my-website" +shell.Run "cmd /c npm start", 0, False +Set shell = Nothing diff --git a/static/admin/config.yaml b/static/admin/config.yaml new file mode 100644 index 0000000..e38c723 --- /dev/null +++ b/static/admin/config.yaml @@ -0,0 +1,110 @@ +# ============================================ +# Sveltia CMS 配置 +# ============================================ + +backend: + name: github + repo: lhth/testdecap + branch: master + +media_folder: static/img +public_folder: /img + +site_url: https://your-docusaurus-site.example.com +display_url: https://your-docusaurus-site.example.com + +logo: + src: /img/code.ico + show_in_header: true + +collections: + + - name: 'blog_1970' + label: '博客-初始' + label_singular: '博客' + folder: 'blog/1970-01-01-welcome' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}} — {{date | date("YYYY-MM-DD")}}' + preview_path: 'blog/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '标签', name: 'tags', widget: 'list', required: false, default: [] } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } + + - name: 'blog_2025' + label: '博客-2025' + label_singular: '博客' + folder: 'blog/2025-01-01-xy' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}} — {{date | date("YYYY-MM-DD")}}' + preview_path: 'blog/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '标签', name: 'tags', widget: 'list', required: false, default: [] } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } + + - name: 'blog_2026' + label: '博客-2026' + label_singular: '博客' + folder: 'blog/2026-01-01-xy' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}} — {{date | date("YYYY-MM-DD")}}' + preview_path: 'blog/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '标签', name: 'tags', widget: 'list', required: false, default: [] } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } + + - name: 'docs_2026' + label: '文档-2026开发笔记' + label_singular: '文档' + folder: 'docs/2026开发笔记' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}}' + preview_path: 'docs/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '侧边栏位置', name: 'sidebar_position', widget: 'number', required: false, default: 1 } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } + + - name: 'docs_me' + label: '文档-个人资料' + label_singular: '文档' + folder: 'docs/个人资料' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}}' + preview_path: 'docs/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '侧边栏位置', name: 'sidebar_position', widget: 'number', required: false, default: 1 } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } + + - name: 'docs_xy' + label: '文档-相寓资料' + label_singular: '文档' + folder: 'docs/相寓资料' + create: true + delete: true + format: frontmatter + slug: '{{slug}}' + summary: '{{title}}' + preview_path: 'docs/{{slug}}' + fields: + - { label: '标题', name: 'title', widget: 'string' } + - { label: '侧边栏位置', name: 'sidebar_position', widget: 'number', required: false, default: 1 } + - { label: '正文', name: 'body', widget: 'markdown', modes: [raw, rich_text] } diff --git a/static/admin/index.html b/static/admin/index.html new file mode 100644 index 0000000..9b21bc1 --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,12 @@ + + + + + + Sveltia CMS + + + + + + \ No newline at end of file diff --git a/static/img/code.ico b/static/img/code.ico new file mode 100644 index 0000000..b1541cf Binary files /dev/null and b/static/img/code.ico differ diff --git a/static/img/taitongle.jpg b/static/img/taitongle.jpg new file mode 100644 index 0000000..d293176 Binary files /dev/null and b/static/img/taitongle.jpg differ diff --git a/tools/register-typora-protocol.reg b/tools/register-typora-protocol.reg new file mode 100644 index 0000000..7ffa0ea --- /dev/null +++ b/tools/register-typora-protocol.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\typora] +@="URL:Typora Protocol" +"URL Protocol"="" + +[HKEY_CLASSES_ROOT\typora\shell] +@="open" + +[HKEY_CLASSES_ROOT\typora\shell\open] +@="Open Typora" + +[HKEY_CLASSES_ROOT\typora\shell\open\command] +@="wscript.exe \"D:\\projects\\my-website\\tools\\typora-handler.wsf\" \"%1\"" diff --git a/tools/typora-handler.wsf b/tools/typora-handler.wsf new file mode 100644 index 0000000..e754fcb --- /dev/null +++ b/tools/typora-handler.wsf @@ -0,0 +1,13 @@ + + + + + diff --git a/tools/v1bak/register-typora-protocol-闪黑窗口.reg b/tools/v1bak/register-typora-protocol-闪黑窗口.reg new file mode 100644 index 0000000..6a7a744 --- /dev/null +++ b/tools/v1bak/register-typora-protocol-闪黑窗口.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\typora] +@="URL:Typora Protocol" +"URL Protocol"="" + +[HKEY_CLASSES_ROOT\typora\shell] +@="open" + +[HKEY_CLASSES_ROOT\typora\shell\open] +@="Open Typora" + +[HKEY_CLASSES_ROOT\typora\shell\open\command] +@="\"C:\\nvm4w\\nodejs\\node.exe\" \"D:\\projects\\my-website\\tools\\typora-handler.js\" \"%1\"" diff --git a/tools/v1bak/register-typora-protocol.reg b/tools/v1bak/register-typora-protocol.reg new file mode 100644 index 0000000..2638a05 --- /dev/null +++ b/tools/v1bak/register-typora-protocol.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\typora] +@="URL:Typora Protocol" +"URL Protocol"="" + +[HKEY_CLASSES_ROOT\typora\shell] +@="open" + +[HKEY_CLASSES_ROOT\typora\shell\open] +@="Open Typora" + +[HKEY_CLASSES_ROOT\typora\shell\open\command] +@="wscript.exe \"D:\\projects\\my-website\\tools\\typora-handler.vbs\" \"%1\"" diff --git a/tools/v1bak/typora-handler.js b/tools/v1bak/typora-handler.js new file mode 100644 index 0000000..f33f36f --- /dev/null +++ b/tools/v1bak/typora-handler.js @@ -0,0 +1,14 @@ +const { exec } = require('child_process'); +const fs = require('fs'); +const url = process.argv[2]; +const filePath = decodeURIComponent(url) + .replace(/^typora:\/\/file\//, '') + .replace(/\//g, '\\'); + +//fs.writeFileSync(__dirname + '/typora-debug.log',`url: ${url}\nfilePath: ${filePath}\n`, 'utf8'); + +exec('"D:\\Program Files\\Typora\\Typora.exe" "' + filePath + '"', (err, stdout, stderr) => { + if (err) { + //fs.appendFileSync(__dirname + '/typora-debug.log', 'err: ' + err.message + '\n'); + } +}); diff --git a/tools/v1bak/typora-handler.vbs b/tools/v1bak/typora-handler.vbs new file mode 100644 index 0000000..5594f02 --- /dev/null +++ b/tools/v1bak/typora-handler.vbs @@ -0,0 +1,19 @@ + +' typora-handler.vbs +' 获取传入的参数,也就是 typora:// 后面的完整链接 +Dim url +url = WScript.Arguments(0) + +' 创建一个 Shell 对象 +Set WshShell = CreateObject("WScript.Shell") + +' 构造要执行的命令 +' 注意:这里的路径需要根据你电脑上 node.exe 和 .js 文件的实际位置来写 +Dim command +command = """C:\nvm4w\nodejs\node.exe"" ""D:\projects\my-website\tools\typora-handler.js"" """ & url & """" + +' 执行命令 +' 参数 0 表示隐藏窗口,False 表示不等待程序结束就返回 +WshShell.Run command, 0, False + +Set WshShell = Nothing \ No newline at end of file