@freelog/tools-lib 0.1.173 → 0.1.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -318,6 +318,17 @@ export function collectionExhibitCreator({
318
318
  return `/node/collectionExhibitCreator/${nodeID}`;
319
319
  }
320
320
 
321
+ // 创建的集合展品管理
322
+ interface CreatedCollectionExhibitManagementParamsType {
323
+ exhibitID: string;
324
+ }
325
+
326
+ export function createdCollectionExhibitManagement({
327
+ exhibitID,
328
+ }: CreatedCollectionExhibitManagementParamsType): TReturnType {
329
+ return `/node/createdCollectionExhibit/formal/${exhibitID}`;
330
+ }
331
+
321
332
  // 测试节点管理
322
333
  interface InformNodeManagementParamsType {
323
334
  nodeID: number;