فهرست منبع

fix: 修改plop模板数据

MTrun 3 سال پیش
والد
کامیت
0a223afab2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      plop/store-template/index.d.hbs
  2. 1 1
      plop/store-template/index.hbs

+ 1 - 1
plop/store-template/index.d.hbs

@@ -1,3 +1,3 @@
-export interface {{name}}StoreType {
+export interface {{upperDataName}}StoreType {
   
 }

+ 1 - 1
plop/store-template/index.hbs

@@ -1,5 +1,5 @@
 import { defineStore } from 'pinia'
-import { {{name}}StoreType } from './{{name}}Store.d'
+import { {{upperDataName}}StoreType } from './{{name}}Store.d'
 import { setLocalStorage, getLocalStorage } from '@/utils'
 import { StorageEnum } from '@/enums/storageEnum'