更新删除站点的原因

This commit is contained in:
jingrow 2025-09-07 16:23:19 +08:00
parent 965539b5f5
commit df3d5f49b1

View File

@ -95,9 +95,9 @@ export default {
if ( if (
[ [
'Payment issues', '支付问题',
'Features were missing', '缺少功能',
'My reason is not listed here' '我的原因不在此列表中'
].includes(this.feedback) && ].includes(this.feedback) &&
!this.note !this.note
) { ) {
@ -118,15 +118,15 @@ export default {
computed: { computed: {
options() { options() {
return [ return [
'I am moving to a different product e.g ZOHO, Quickbooks, etc.', '我要迁移到其他产品',
'I was just exploring the product', '我只是在探索这个产品',
'I prefer self-hosting my instance', '我更喜欢自己托管实例',
'Moved site to another 今果 Jingrow account', '已将站点迁移到另一个Jingrow账户',
'I did not like the 今果 Jingrow experience', '我不喜欢Jingrow的体验',
'今果 Jingrow is too expensive for me', 'Jingrow对我来说太贵了',
'Payment issues', '支付问题',
'Features were missing', '缺少功能',
'My reason is not listed here' '我的原因不在此列表中'
]; ];
} }
} }