Skip to content

Commit

Permalink
feat: 组合订阅支持手动设置流量信息. 支持使用链接. 此时使用响应内容
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Dec 23, 2024
1 parent 2596660 commit 49e2b37
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.313",
"version": "2.14.314",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
19 changes: 18 additions & 1 deletion src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,24 @@
</nut-checkbox>
</nut-checkboxgroup>
</nut-form-item>
<nut-form-item
<nut-form-item
:label="$t(`editorPage.subConfig.basic.subUserinfo.label`)"
prop="subUserinfo"
>
<nut-input
:border="false"
class="nut-input-text"
v-model.trim="form.subUserinfo"
:placeholder="
$t(`editorPage.subConfig.basic.subUserinfo.placeholder`)
"
type="text"
input-align="right"
left-icon="tips"
@click-left-icon="subUserinfoTips"
/>
</nut-form-item>
<nut-form-item
:label="$t(`editorPage.subConfig.basic.proxy.label`)"
prop="proxy"
>
Expand Down

0 comments on commit 49e2b37

Please sign in to comment.