File tree 4 files changed +7
-1
lines changed
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sub-store-front-end" ,
3
- "version" : " 2.14.342 " ,
3
+ "version" : " 2.14.343 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " vite --host" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default {
11
11
untagged : "Untagged" ,
12
12
or : "or" ,
13
13
type : "Type" ,
14
+ none : "None" ,
14
15
} ,
15
16
globalNotify : {
16
17
refresh : {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ export default {
11
11
untagged : '未分组' ,
12
12
or : '或' ,
13
13
type : '类型' ,
14
+ none : '无' ,
14
15
} ,
15
16
globalNotify : {
16
17
refresh : {
Original file line number Diff line number Diff line change 146
146
<nut-radio shape =" button" label =" collection" >
147
147
{{ $t(`specificWord.collectionSub`) }}
148
148
</nut-radio >
149
+ <nut-radio shape =" button" label =" none" >
150
+ {{ $t(`specificWord.none`) }}
151
+ </nut-radio >
149
152
</nut-radiogroup >
150
153
</div >
151
154
</nut-form-item >
152
155
<nut-form-item
156
+ v-if =" form.sourceType !== 'none'"
153
157
required
154
158
:label =" $t(`tabBar.sub`) + $t(`editorPage.subConfig.basic.name.label`)"
155
159
prop =" sourceName"
You can’t perform that action at this time.
0 commit comments