整理:删除交流群信息

pull/408/head
pppscn 6 months ago
parent 42eb316798
commit c5ee0b8d91

@ -113,9 +113,6 @@ class AboutFragment : BaseFragment<FragmentAboutBinding?>(), SuperTextView.OnSup
binding!!.menuWechatMiniprogram.setOnSuperTextViewClickListener(this)
binding!!.menuDonation.setOnSuperTextViewClickListener(this)
binding!!.menuTelegramGroup.setOnSuperTextViewClickListener(this)
binding!!.menuDingtalkGroup.setOnSuperTextViewClickListener(this)
binding!!.menuQqChannel.setOnSuperTextViewClickListener(this)
binding!!.menuUserProtocol.setOnSuperTextViewClickListener(this)
binding!!.menuPrivacyProtocol.setOnSuperTextViewClickListener(this)
}
@ -135,18 +132,6 @@ class AboutFragment : BaseFragment<FragmentAboutBinding?>(), SuperTextView.OnSup
previewPicture(this, getString(R.string.url_wechat_miniprogram), null)
}
R.id.menu_telegram_group -> {
previewPicture(this, getString(R.string.url_telegram_group), null)
}
R.id.menu_dingtalk_group -> {
previewPicture(this, getString(R.string.url_dingtalk_group), null)
}
R.id.menu_qq_channel -> {
AgentWebActivity.goWeb(context, getString(R.string.url_qq_channel))
}
R.id.menu_user_protocol -> {
gotoProtocol(this, isPrivacy = false, isImmersive = false)
}

@ -135,22 +135,6 @@
style="@style/InfoItem.About"
app:sLeftTextString="@string/about_item_wechat_miniprogram" />
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
android:id="@+id/menu_qq_channel"
style="@style/InfoItem.About"
android:layout_marginTop="10dp"
app:sLeftTextString="@string/about_item_add_qq_channel" />
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
android:id="@+id/menu_dingtalk_group"
style="@style/InfoItem.About"
app:sLeftTextString="@string/about_item_add_dingtalk_group" />
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
android:id="@+id/menu_telegram_group"
style="@style/InfoItem.About"
app:sLeftTextString="@string/about_item_add_telegram_group" />
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
style="@style/InfoItem.AboutWithBtn"
android:layout_marginTop="10dp"

@ -52,16 +52,10 @@
<string name="about_item_github">GitHub</string>
<string name="about_item_gitee">Gitee</string>
<string name="about_item_donation_link">Reward List</string>
<string name="about_item_add_dingtalk_group">DingTalk Group</string>
<string name="about_item_add_telegram_group">Telegram Group</string>
<string name="about_item_add_qq_channel">QQ Channel</string>
<string name="url_project_github">https://github.com/pppscn/SmsForwarder</string>
<string name="url_project_gitee">https://gitee.com/pp/SmsForwarder</string>
<string name="url_help">https://gitee.com/pp/SmsForwarder/wikis/pages</string>
<string name="url_donation_link">https://gitee.com/pp/SmsForwarder.wiki/raw/master/%E6%89%93%E8%B5%8F%E5%90%8D%E5%8D%95.md</string>
<string name="url_dingtalk_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/dingtalk.png</string>
<string name="url_telegram_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/qywechat.png</string>
<string name="url_qq_channel">https://qun.qq.com/qqweb/qunpro/share?_wv=3&amp;_wwv=128&amp;appChannel=share&amp;inviteCode=1W5aewP&amp;appChannel=share&amp;businessType=9&amp;from=246610&amp;biz=ka</string>
<string name="url_wechat_miniprogram">https://gitee.com/pp/SmsForwarder/raw/main/pic/wechat_miniprogram.jpg</string>
<string name="lab_yes">Yes</string>
@ -1320,4 +1314,21 @@
<string name="all_auto_started_frpc">All auto-started Frpc</string>
<string name="specified_frpc">Specified Frpc</string>
<string name="successful_execution">Execution successful: %s</string>
<string name="enable_accessibility_service">Enable Accessibility Service</string>
<string name="assists_description">Automate SMS confirmation and maintain app activity in the background.</string>
<string name="accessibility_service_title">SmsForwarder Accessibility Service</string>
<string name="close">Close</string>
<string name="display_floating_controls">Floating Controls</string>
<string name="back">Back</string>
<string name="start_execution">Start Execution</string>
<string name="turn_off_auto_scroll">Turn Off Auto Scroll</string>
<string name="execution_log">【Execution Log】</string>
<string name="do_not_touch_screen_during_execution">Do not touch screen during execution!</string>
<string name="view_logs">View Logs</string>
<string name="stop_scrolling">Stop Scrolling</string>
<string name="continue_scrolling">Continue Scrolling</string>
<string name="logs">【Logs】</string>
<string name="close_logs">Close Logs</string>
<string name="stopped">Stopped</string>
</resources>

@ -178,12 +178,12 @@
</style>
<style name="TabLayoutStyle" parent="Base.Widget.Design.TabLayout">
<item name="tabIndicatorColor">?attr/colorAccent</item>
<item name="tabIndicatorColor">#299EE3</item>
<item name="tabIndicatorHeight">2dp</item>
<item name="tabPaddingStart">12dp</item>
<item name="tabPaddingEnd">12dp</item>
<item name="tabTextAppearance">@style/TabText</item>
<item name="tabSelectedTextColor">?attr/colorAccent</item>
<item name="tabSelectedTextColor">#299EE3</item>
<item name="tabTextColor">@color/xui_config_color_gray_6</item>
</style>

@ -52,16 +52,10 @@
<string name="about_item_github">GitHub</string>
<string name="about_item_gitee">Gitee</string>
<string name="about_item_donation_link">打赏名单</string>
<string name="about_item_add_dingtalk_group">钉钉客户群</string>
<string name="about_item_add_telegram_group">Telegram群组</string>
<string name="about_item_add_qq_channel">QQ频道</string>
<string name="url_project_github">https://github.com/pppscn/SmsForwarder</string>
<string name="url_project_gitee">https://gitee.com/pp/SmsForwarder</string>
<string name="url_help">https://gitee.com/pp/SmsForwarder/wikis/pages</string>
<string name="url_donation_link">https://gitee.com/pp/SmsForwarder.wiki/raw/master/%E6%89%93%E8%B5%8F%E5%90%8D%E5%8D%95.md</string>
<string name="url_dingtalk_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/dingtalk.png</string>
<string name="url_telegram_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/tg.png</string>
<string name="url_qq_channel">https://qun.qq.com/qqweb/qunpro/share?_wv=3&amp;_wwv=128&amp;appChannel=share&amp;inviteCode=1W5aewP&amp;appChannel=share&amp;businessType=9&amp;from=246610&amp;biz=ka</string>
<string name="url_wechat_miniprogram">https://gitee.com/pp/SmsForwarder/raw/main/pic/wechat_miniprogram.jpg</string>
<string name="lab_yes"></string>
@ -1038,7 +1032,7 @@
<string name="no_server_history">暂无历史记录,接口测试通过后自动加入</string>
<string name="select_time_period">时间段选择</string>
<string name="silent_time_period">免打扰(禁用转发)时间段</string>
<string name="silent_time_period_tips">结束时间小于开始时间则跨天;相等则禁用</string>
<string name="silent_time_period_tips">结束时间小于开始则跨天;相等则禁用</string>
<string name="download_frpc_tips">是否立即下载,并重启加载?</string>
<string name="download_frpc_tips2">下载成功,是否立即重启加载?</string>
<string name="appkey">AppKey</string>
@ -1321,4 +1315,21 @@
<string name="all_auto_started_frpc">所有自启动的Frpc</string>
<string name="specified_frpc">指定的Frpc</string>
<string name="successful_execution">执行成功:%s</string>
<string name="enable_accessibility_service">启用无障碍服务</string>
<string name="assists_description">实现自动确认发送短信与APP后台保活</string>
<string name="accessibility_service_title">SmsForwarder 无障碍辅助</string>
<string name="close">关闭</string>
<string name="display_floating_controls">显示操作浮窗</string>
<string name="back">返回</string>
<string name="start_execution">开始执行</string>
<string name="turn_off_auto_scroll">关闭自动滚动</string>
<string name="execution_log">【执行日志】</string>
<string name="do_not_touch_screen_during_execution">执行中请勿操作屏幕!</string>
<string name="view_logs">查看日志</string>
<string name="stop_scrolling">停止滚动</string>
<string name="continue_scrolling">继续滚动</string>
<string name="logs">【日志】</string>
<string name="close_logs">关闭日志</string>
<string name="stopped">已停止</string>
</resources>

@ -52,16 +52,10 @@
<string name="about_item_github">GitHub</string>
<string name="about_item_gitee">Gitee</string>
<string name="about_item_donation_link">打賞名單</string>
<string name="about_item_add_dingtalk_group">釘釘客戶群</string>
<string name="about_item_add_telegram_group">Telegram群組</string>
<string name="about_item_add_qq_channel">QQ頻道</string>
<string name="url_project_github">https://github.com/pppscn/SmsForwarder</string>
<string name="url_project_gitee">https://gitee.com/pp/SmsForwarder</string>
<string name="url_help">https://gitee.com/pp/SmsForwarder/wikis/pages</string>
<string name="url_donation_link">https://gitee.com/pp/SmsForwarder.wiki/raw/master/%E6%89%93%E8%B5%8F%E5%90%8D%E5%8D%95.md</string>
<string name="url_dingtalk_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/dingtalk.png</string>
<string name="url_telegram_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/tg.png</string>
<string name="url_qq_channel">https://qun.qq.com/qqweb/qunpro/share?_wv=3&amp;_wwv=128&amp;appChannel=share&amp;inviteCode=1W5aewP&amp;appChannel=share&amp;businessType=9&amp;from=246610&amp;biz=ka</string>
<string name="url_wechat_miniprogram">https://gitee.com/pp/SmsForwarder/raw/main/pic/wechat_miniprogram.jpg</string>
<string name="lab_yes"></string>
@ -1038,7 +1032,7 @@
<string name="no_server_history">暫無歷史記錄,接口測試通過後自動加入</string>
<string name="select_time_period">時間段選擇</string>
<string name="silent_time_period">免打擾(禁用轉發)時間段</string>
<string name="silent_time_period_tips">結束時間小於開始時間則跨天;相等則禁用</string>
<string name="silent_time_period_tips">結束時間小於開始則跨天;相等則禁用</string>
<string name="download_frpc_tips">是否立即下載,並重啟加載?</string>
<string name="download_frpc_tips2">下載成功,是否立即重啟加載?</string>
<string name="appkey">AppKey</string>
@ -1322,4 +1316,21 @@
<string name="all_auto_started_frpc">所有自動啟動的Frpc</string>
<string name="specified_frpc">特定的Frpc</string>
<string name="successful_execution">執行成功:%s</string>
<string name="enable_accessibility_service">啟用無障礙服務</string>
<string name="assists_description">實現自動確認發送簡訊與應用程式後台保持活躍</string>
<string name="accessibility_service_title">SmsForwarder 無障礙輔助</string>
<string name="close">關閉</string>
<string name="display_floating_controls">顯示操作浮窗</string>
<string name="back">返回</string>
<string name="start_execution">開始執行</string>
<string name="turn_off_auto_scroll">關閉自動滾動</string>
<string name="execution_log">【執行日誌】</string>
<string name="do_not_touch_screen_during_execution">執行中請勿操作螢幕!</string>
<string name="view_logs">查看日誌</string>
<string name="stop_scrolling">停止滾動</string>
<string name="continue_scrolling">繼續滾動</string>
<string name="logs">【日誌】</string>
<string name="close_logs">關閉日誌</string>
<string name="stopped">已停止</string>
</resources>

@ -52,16 +52,10 @@
<string name="about_item_github">GitHub</string>
<string name="about_item_gitee">Gitee</string>
<string name="about_item_donation_link">打赏名单</string>
<string name="about_item_add_dingtalk_group">钉钉客户群</string>
<string name="about_item_add_telegram_group">Telegram群组</string>
<string name="about_item_add_qq_channel">QQ频道</string>
<string name="url_project_github">https://github.com/pppscn/SmsForwarder</string>
<string name="url_project_gitee">https://gitee.com/pp/SmsForwarder</string>
<string name="url_help">https://gitee.com/pp/SmsForwarder/wikis/pages</string>
<string name="url_donation_link">https://gitee.com/pp/SmsForwarder.wiki/raw/master/%E6%89%93%E8%B5%8F%E5%90%8D%E5%8D%95.md</string>
<string name="url_dingtalk_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/dingtalk.png</string>
<string name="url_telegram_group">https://gitee.com/pp/SmsForwarder/raw/main/pic/tg.png</string>
<string name="url_qq_channel">https://qun.qq.com/qqweb/qunpro/share?_wv=3&amp;_wwv=128&amp;appChannel=share&amp;inviteCode=1W5aewP&amp;appChannel=share&amp;businessType=9&amp;from=246610&amp;biz=ka</string>
<string name="url_wechat_miniprogram">https://gitee.com/pp/SmsForwarder/raw/main/pic/wechat_miniprogram.jpg</string>
<string name="lab_yes"></string>
@ -1038,7 +1032,7 @@
<string name="no_server_history">暂无历史记录,接口测试通过后自动加入</string>
<string name="select_time_period">时间段选择</string>
<string name="silent_time_period">免打扰(禁用转发)时间段</string>
<string name="silent_time_period_tips">结束时间小于开始时间则跨天;相等则禁用</string>
<string name="silent_time_period_tips">结束时间小于开始则跨天;相等则禁用</string>
<string name="download_frpc_tips">是否立即下载,并重启加载?</string>
<string name="download_frpc_tips2">下载成功,是否立即重启加载?</string>
<string name="appkey">AppKey</string>
@ -1321,4 +1315,21 @@
<string name="all_auto_started_frpc">所有自启动的Frpc</string>
<string name="specified_frpc">指定的Frpc</string>
<string name="successful_execution">执行成功:%s</string>
<string name="enable_accessibility_service">启用无障碍服务</string>
<string name="assists_description">实现自动确认发送短信与APP后台保活</string>
<string name="accessibility_service_title">SmsForwarder 无障碍辅助</string>
<string name="close">关闭</string>
<string name="display_floating_controls">显示操作浮窗</string>
<string name="back">返回</string>
<string name="start_execution">开始执行</string>
<string name="turn_off_auto_scroll">关闭自动滚动</string>
<string name="execution_log">【执行日志】</string>
<string name="do_not_touch_screen_during_execution">执行中请勿操作屏幕!</string>
<string name="view_logs">查看日志</string>
<string name="stop_scrolling">停止滚动</string>
<string name="continue_scrolling">继续滚动</string>
<string name="logs">【日志】</string>
<string name="close_logs">关闭日志</string>
<string name="stopped">已停止</string>
</resources>

@ -178,12 +178,12 @@
</style>
<style name="TabLayoutStyle" parent="Base.Widget.Design.TabLayout">
<item name="tabIndicatorColor">?attr/colorAccent</item>
<item name="tabIndicatorColor">#299EE3</item>
<item name="tabIndicatorHeight">2dp</item>
<item name="tabPaddingStart">12dp</item>
<item name="tabPaddingEnd">12dp</item>
<item name="tabTextAppearance">@style/TabText</item>
<item name="tabSelectedTextColor">?attr/colorAccent</item>
<item name="tabSelectedTextColor">#299EE3</item>
<item name="tabTextColor">@color/xui_config_color_gray_6</item>
</style>

Loading…
Cancel
Save