找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 159|回复: 2

[原创] 继续分享我的配置文件

[复制链接]

4

主题

1

回帖

0

威望

实习生

积分
6
发表于 2025-12-16 12:23 | 显示全部楼层 |阅读模式
search_path_file $CREO_COMMON_FILES\ifx\parts\prolibrary\search.pro
!指定默认新的ECAD装配模板的模型(工作用不到)
template_new_ecadasm $PRO_DIRECTORY\templates\mmns_ecad_asm_abs.asm
!指定默认新的ECAD电路板模板的模型(工作用不到)
template_boardpart $PRO_DIRECTORY\templates\mmns_ecad_board_abs.prt
!指定焊接用户界面标准
weld_ui_standard ansi
!搜索路径文件(不知道干嘛用的)
!search_path_file $CREO_COMMON_FILES\ifx\parts\prolibrary\search.pro
!我自己习惯用的Creo7.0 config配置
!---------------------------文件存储和检索选项-------------------------
!设置文件打开默认路径为工作目录
file_open_default_folder working_directory
!对于已经存在的零件点击保存不弹出保存对话框,默认就是no
save_dialog_for_existing_models no
!是否保存文件数字后缀
save_file_iterations yes
!零件改变了按Ctrl+s才可以保存
save_objects changed
!---------------------------模板相关选项-------------------------
!实体模板
template_solidpart G:\Creo7.0works\templates\mmns_part_solid_abs.prt
!装配模板
template_designasm G:\Creo7.0works\templates\mmns_asm_design_abs.asm
!指定默认的可配置装配模板文件
template_cnfg_asm G:\Creo7.0works\templates\mmns_asm_module_abs.asm
!工程图模板
template_drawing G:\Creo7.0works\templates\a4_drawing.drw
!钣金模板
template_sheetmetalpart G:\Creo7.0works\templates\mmns_part_sheetmetal_abs.prt
!字面意思绘图跟随对象改名,建议值both,如果创建了模板的同名工程图,新建零件的时候会自动创建同名工程图
rename_drawings_with_object both
!---------------------------系统目录选项-------------------------
!配置轨迹文件目录
trail_dir G:\Creo7.0works\trail_dir
!设置proe字体库
pro_font_dir G:\Fonts
!设置UDF库目录
pro_group_dir G:\Creo7.0works\pro_group_dir
!设置材料库目录
pro_material_dir D:\Creo-materials-library
!工程图配置文件,可以设置多个配置文件随时调用
pro_dtl_setup_dir G:\Creo7.0works\drawing_setup_file
!设置注解文本目录
pro_note_dir G:\Creo7.0works\dwg_note\
!自定义符号库目录
pro_symbol_dir G:\Creo7.0works\symbol_dir\
!绘图格式(图框)目录
pro_format_dir G:\Creo7.0works\format
!表文件目录
pro_table_dir G:\Creo7.0works\pro_table_dir
!起始目录,如果不用默认模板那就从该目录选择模板
start_model_dir G:\Creo7.0works\templates
!零件库目录
!pro_library_dir D:\Creo标准件库\JJTS-gblic
!零件库分类文件目录
!pro_catalog_dir D:\Creo标准件库\JJTS-gblic
!---------------------------输入输出选项-------------------------
!设置导入导出数据交互配置文件的目录
intf_profile_dir G:\Creo7.0works\数据交换配置文件
!dxf输出的映射文件,包含图元颜色、图层和字体等映射
intf2d_out_dxf_mapping_file G:\Creo7.0works\数据交换配置文件\dxf_export.pro
!dxf输入的映射文件,包含图元颜色、图层和字体等映射
!intf2d_in_dxf_mapping_file 工作中用不到
!是否使用2D输出的对话框
use_export_2d_dialog yes
!导出dwg文档格式  2004
dwg_export_format 2004
!导出dxf文档格式  2004
dxf_export_format 2004
!导出dwg或dxf文档不生成日志文件
!intf_out_auto_log no
!输出时是否按照绘图比例进行视图的缩放,如果你想1:1出图yes没商量
dxf_out_scale_views yes
!dxf输出时是否输出绘图比例
dxf_out_drawing_scale yes
!绘图输出时是否输出隐藏的图层
intf2d_out_blanked_layers no
!导出stp格式不输出隐藏几何,creo3.0之前是这样设置,5.0之后无效
!intf_out_blanked_entities no
!2D输出时是否把样条曲线打断成圆弧,兼容考虑圆弧最安全默认yes
!intf2d_out_splines_to_arcs yes
!2D输出时是否把样条曲线当作折线来导出,这样做方便CAD合并曲线并图案填充
!export_spline_as_polyline yes
!2d输出时是否把文本字体打散成线,默认none
intf2d_out_stroke_text none
!设置输出pdf是否使用打印笔文件,建议值yes
pdf_use_pentable yes
!打印笔设置文件
pen_table_file G:\Creo7.0works\pen_table_file\table.pnt
!输入是否生成日志文件,果断no
intf_generate_log_file no
!3D输出是否创建输出日志,no,不解释
intf3d_out_create_export_log no
!输入是否打开日志窗口,默认no
intf2d_in_open_log_window no
!step格式文件颜色的输出由下面两个选项一起控制
!step_export_format和step_appearance_layers_groups两种组合方式
!前面的值是ap203_is后面就要为yes;前面的值是ap214_is后面就要为no
!保持输出的STEP文件和proe里面颜色一致
step_export_format ap214_is
!打开stp显示基准平面和颜色
step_appearance_layers_groups no
!导出CAD不输出日志文件
!intf2d_out_generate_log_file no
!批量导出CAD配置文件
export_profiles_dxf G:\Creo7.0works\数据交换配置文件\def_profile
!---------------------------用户界面相关选项-------------------------
!打开creo弹出脚本错误
windows_browser_type chromium_browser
!设置启动时浏览器空白
web_browser_homepage blank
!设置模型树配置文件,高版本无效
!mdl_tree_cfg_file G:\Creo7.0works\tree\tree.cfg
default_ui_font 新宋体,12
menu_font 新宋体,12
model_tree_font 新宋体,12
!设置族表编辑器为excel
part_table_editor excel
!启用新的关系编辑器
new_relation_ui yes
!是否启用右键弹出菜单,默认是yes
right_mouse_button_popup yes
!设置是否载入在运行目录的用户自定义UI,可以把自定义的UI放入启动目录
load_ui_customization_run_dir yes
!使用正等轴测图而不是默认的斜轴测图
orientation isometric
!旋转模型时显示基准特征
spin_with_part_entities yes
!模型动态旋转期间,将显示轮廓线
spin_with_silhouettes yes
!控制模型树中简化表示列的显示是自动显示还是手动
!显示基准平面的名称
display_plane_tags yes
!显示基准轴的名称
display_axis_tags yes
!显示基准点的名称
display_point_tags yes
!显示基准轴
display_axes NO
!显示坐标系
display_coord_sys NO
!显示基准平面
display_planes YES
!显示基准点
display_points yes
!显示注释
display_annotations NO
!显示旋转中心
spin_center_display no
!---------------------------草绘有关选项-------------------------
!草绘选项板目录,可以不设置默认即可
!2d_palette_path
!草绘时自动创建参考
sketcher_auto_create_references yes
!进入草绘自动创建两个方向的参考
sketcher_auto_create_refs 2
!自动锁定强草绘参考
sketcher_dimension_autolock yes
!草绘中自动高亮显示开放端
sketcher_highlight_open_ends yes
!草绘显示若尺寸,默认是yes
sketcher_disp_weak_dimensions yes
!设置草绘器在已知参考上创建已知尺寸,默认是yes
sketcher_known_dim_on_ref_ent yes
!锁定用户定义的尺寸
sketcher_lock_modified_dims yes
!使草绘平面与屏幕平行
sketcher_starts_in_2d yes
!草绘修改尺寸不缩放界面
sketcher_refit_after_dim_modify no
!改变基准平面,点,轴的名称大小,值越小汉字越大
text_height_factor 35
!草绘约束背景颜色
dim_background legacy
!---------------------------零件组件特征相关选项-------------------------
!材质上的贴图或者你图像功能上的图片直接保存到模型数据里
!这样即便模型放到其他目录也不会因为丢失图片文件而一片灰
save_texture_with_model yes
!系统颜色
system_colors_file G:\Creo7.0works\system_color_file\yuanda.scl
!装配体中激活一个零件,其余零件不要灰色显示
dim_inactive_components never
!设置允许使用记事本自动装配,默认是yes
auto_assembly_with_notebooks yes
!默认2位小数
default_dec_places 2
!设置能使用绝对精度
enable_absolute_accuracy yes
!定义质量属性计算方式为自动,出BOM不需要质量属性可以不定义
!mass_property_calculate automatic
!过期质量属性不通知
nmgr_outdated_mp do_not_show
!取消发布几何命令默认勾选仅限发布几何,无法识别
!publish_geometry_without_attachment yes
!---------------------------绘图相关选项-------------------------
!默认出图比例
default_draw_scale 1
!工程图中是否允许直接按住鼠标拖动视图,少一步解锁
allow_move_view_with_move yes
!切换窗口时是否自动更新视图,少按一步Ctrl+G
auto_regen_views yes
!使用模板出工程图默认使用的绘图配置文件
drawing_setup_file G:\Creo7.0works\drawing_setup_file\drawing.dtl
format_setup_file G:\Creo7.0works\format_setup_file\format.dtl
!日期格式
todays_date_note_format %yyyy-%mm-%dd
!缺省角度尺寸小数位数
default_ang_dec_places 2
!保存绘图图片文件的方式,把工程图里用到的图片文件也一起打包到工程图文件里面去
save_drawing_picture_file embed
!配置模型单位
pro_unit_length UNIT_MM
pro_unit_mass UNIT_KILOGRAM
!视图改变的动画显示时间0
max_animation_time 0
!边显示质量高
edge_display_quality very_high
!设置系统文本编辑器
relation_file_editor editor
!设置输入方程式的文本是记事本
pro_editor_command C:\Windows\notepad.exe
!是否导出基准到stp文件
step_out_suppl_geom no
!爆炸最大时间0.5秒
explode_animation_max_time 0.5
!默认显示状态,带边着色
display WIREFRAME
!设置默认绝对精度
default_abs_accuracy 0.001000
!下面是水大配置选项
!设置是否打开输出的日志文件窗口。建议no.
intf2d_out_open_log_window no
!缺省是否打开简化表示
open_simplified_rep_by_default no
!设置是否强制把检索的文件保存到工作目录
override_store_back yes
!是否把对象保存在当前目录,建议值:yes
save_object_in_current yes
!打开creo不展开浏览器
enable_punditas_browser_tab yes
!设置线条宽度
!sketcher_line_width 1
!打开Creo窗口最大化
open_window_maximized yes
!公差标准
tolerance_standard iso
!在窗口顶部显示完整的文件路径
display_full_object_path yes
!输入外部数据是否直接套用模板文件
intf_in_use_template_models yes
!边显示质量
shade_quality 15
web_enable_javascript on
!允许使用proe2001之前的命令
allow_anatomic_features yes
!设置导入文件加载的配置文件
import_profiles_step G:\Creo7.0works\数据交换配置文件\default_stp_import.dip_step
!设置导出文件加载的配置文件
!导出stp格式的文件不导出隐藏几何就要在Creo数据交互step里面设置这个def_profile.dep_step文件
export_profiles_step G:\Creo7.0works\数据交换配置文件\def_profile.dep_step
!工程图界面显示公差
tol_display YES
!加载该目录公差表
tolerance_table_dir $PRO_DIRECTORY\tol_tables\iso
!菜单和对话框文字大小
fonts_size medium
!启用Opengl全屏消除锯齿
enable_fsaa 16
!光顺样条,圆弧放大不会显示锯齿形
smooth_lines yes
!默认点显示样式 十字交叉
datum_point_symbol cross
!使用旧版基准平面显示样式
!enable_legacy_datum_planes yes
!钣金相关配置
flat_shape_sketches_directory G:\Creo7.0works\钣金平整壁形状库
!反向
smt_allow_flip_sketch yes
!允许通过参数控制钣金特征
smt_drive_bend_by_parameters yes
smt_drive_tools_by_parameters yes
!自定义法兰壁形状库
flange_shape_sketches_directory G:\Creo7.0works\钣金法兰壁形状库
!冰盒子外挂
creotkdat E:\IceBox\IceBox_c4.dat
!自动启动冰盒子
open_protk_unsigned_apps always
!快捷键
mapkey d @MAPKEY_LABEL测量;~ Command `ProCmdNmdTool`  1;
mapkey z @MAPKEY_LABEL自定义旋转中心;~ Command `ProCmdViewSpinCntr`  1;
mapkey h @MAPKEY_LABEL隐藏;~ Command `ProCmdViewHide@PopupMenuGraphicWinStack`;
mapkey q @MAPKEY_LABEL拭除文件不显示;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdModelEraseNotDisp` ;~ Activate `file_erase_nd` `ok_pb`;
mapkey op @MAPKEY_LABEL选项;~ Select `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdRibbonOptionsDlg` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `main_dlg_w1HTLeft.AssyTree:<NULL>`;
mapkey w @MAPKEY_LABEL设置工作目录;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdSessionChangeDir` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;
mapkey r @MAPKEY_LABEL重命名;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdModelRename`;
mapkey b @MAPKEY_LABEL图层保存状态;~ Command `ProCmdMdlTreeShowLyrs` ;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `PHTLeft.PHLayerUI.AssyTree` `node0`;\
mapkey(continued) ~ Command `ProCmdViewSaveLayStat` ;~ Command `ProCmdLayer_ShowMdlTree`;
mapkey e @MAPKEY_LABEL过滤器切换到面组;~ Open `main_dlg_cur` `Sst_bar.filter_list`;\
mapkey(continued) ~ Close `main_dlg_cur` `Sst_bar.filter_list`;\
mapkey(continued) ~ Select `main_dlg_cur` `Sst_bar.filter_list` 1 `4`;\
mapkey(continued) ~ Command `ProCmdSelFilterSet` 11;
mapkey t @MAPKEY_LABEL过滤器切换到几何;~ Open `main_dlg_cur` `Sst_bar.filter_list`;\
mapkey(continued) ~ Close `main_dlg_cur` `Sst_bar.filter_list`;\
mapkey(continued) ~ Select `main_dlg_cur` `Sst_bar.filter_list` 1 `2`;\
mapkey(continued) ~ Command `ProCmdSelFilterSet` 320002;
mapkey $F4 @MAPKEY_LABEL关闭当前窗口;~ Command `ProCmdWinCloseGroup`;
mapkey f @MAPKEY_LABEL全局干涉;~ Command `ProCmdNaModelGlobalInterfe`;
mapkey v @MAPKEY_LABEL视图管理器;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdViewVisTool` ;\
mapkey(continued) ~ Move `visual_dlg0` `visual_dlg0` 2 20.163114 7.343837;\
mapkey(continued) ~ Select `visual_dlg0` `RadioSelApplMgr` 1 `simplified rep`;\
mapkey(continued) ~ RButtonArm `visual_dlg0` `Table` 2 `master rep` `name_column`;\
mapkey(continued) ~ PopupOver `visual_dlg0` `EditPanel` 1 `Table`;\
mapkey(continued) ~ Open `visual_dlg0` `EditPanel`;~ Close `visual_dlg0` `EditPanel`;\
mapkey(continued) ~ Activate `visual_dlg0` `Activate`;~ Activate `visual_dlg0` `PropertiesBtn`;
mapkey m @MAPKEY_LABEL拔模分析;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Analysis_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdNaGeometryDraftCheck` ;\
mapkey(continued) ~ Select `main_dlg_cur` `PHTLeft.AssyTree` 1 `node0`;\
mapkey(continued) ~ Trigger `na_draft_check` `pull_rep_` `0`;\
mapkey(continued) ~ Focus `na_draft_check` `pull_rep_`;~ Select `na_draft_check` `pull_rep_` 0;\
mapkey(continued) ~ Trigger `na_draft_check` `pull_rep_` ``;
mapkey 1 @MAPKEY_LABEL偏移曲面;~ Command `ProCmdFtOffset`;
mapkey 2 @MAPKEY_LABEL拔模偏移;~ Command `ProCmdFtOffset` ;\
mapkey(continued) ~ Select `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Close `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Activate `main_dlg_cur` `2 offtype_flyout` 1;
mapkey 3 @MAPKEY_LABEL实体偏移;~ Command `ProCmdFtOffset` ;\
mapkey(continued) ~ Trigger `references.4.0` `PH.Ref_List_Wdg_Shown` `0`;\
mapkey(continued) ~ Trigger `references.4.0` `PH.Ref_List_Wdg_Shown` ``;\
mapkey(continued) ~ Select `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Close `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Activate `main_dlg_cur` `3 offtype_flyout` 1;
mapkey 4 @MAPKEY_LABEL偏移替换;~ Command `ProCmdFtOffset` ;\
mapkey(continued) ~ Trigger `references.4.0` `PH.Ref_List_Wdg_Shown` `0`;\
mapkey(continued) ~ Trigger `references.4.0` `PH.Ref_List_Wdg_Shown` ``;\
mapkey(continued) ~ Select `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Close `main_dlg_cur` `maindashInst0.offtype_flyout`;\
mapkey(continued) ~ Activate `main_dlg_cur` `4 offtype_flyout` 1;
mapkey j @MAPKEY_LABEL查看已保存的拔模分析;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Analysis_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdNaSavedAnalysis` ;~ Move `na_
mapkey i @MAPKEY_LABEL参考查看器;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Tools_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdInfoProGRV`;
mapkey ctrl+shift+q @MAPKEY_LABEL保存备份;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdModelBackup`;
mapkey k @MAPKEY_LABEL拭除零件外观;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_View_control_btn` 1;\
mapkey(continued) ~ Select `main_dlg_cur` `ViewroCmdViewGallery`;\
mapkey(continued) ~ Select `main_dlg_cur` \
mapkey(continued) `ProCmdViewGallery_layoutph.palette_holder.clearAppearance`;\
mapkey(continued) ~ Close `main_dlg_cur` \
mapkey(continued) `ProCmdViewGallery_layoutph.palette_holder.clearAppearance`;\
mapkey(continued) ~ Activate `main_dlg_cur` `clearAllAppearance`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `main_dlg_w8HTLeft.AssyTree:<NULL>`;
new_layout_feature_update_state AUTO
mapkey y @MAPKEY_LABEL冰盒子-中央缩放;\
mapkey(continued) ~ Activate `main_dlg_cur` `user_custom_page_7848456_control_btn` 1;\
mapkey(continued) ~ Command `IBX.ZoomToCenter` ;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Model_control_btn` 1;
mapkey l @MAPKEY_NAME解决直径符号变问号;@MAPKEY_LABELlegacy;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdMmModelProperties` ;\
mapkey(continued) ~ Activate `mdlprops_dlg` `OPTIONS_lay_Controls.push_Change.lay_instance`;\
mapkey(continued) ~ FocusOut `preferences` `InputOpt`;\
mapkey(continued) ~ Select `preferences` `AssyTree` 1 `node0:These options control dimensions \
mapkey(continued) : 0:symbol_font : ISO : 0`;~ Open `preferences` `EditPanel`;\
mapkey(continued) ~ Close `preferences` `EditPanel`;\
mapkey(continued) ~ Select `preferences` `EditPanel` 1 `legacy`;\
mapkey(continued) ~ Activate `preferences` `AddOpt`;~ FocusOut `preferences` `InputOpt`;\
mapkey(continued) ~ Activate `preferences` `ok`;~ Activate `mdlprops_dlg` `DlgClose_push`;
mapkey x @MAPKEY_LABEL扫描;~ Command `ProCmdFtLoft` ;\
mapkey(continued) ~ Activate `main_dlg_cur` `chkbn.sweep_ref.0` 1;\
mapkey(continued) ~ Trigger `sweep_ref.3.0` `PH.TrjTable` 2 `0` `Trajectories`;\
mapkey(continued) ~ Trigger `sweep_ref.3.0` `PH.TrjTable` 2 `` ``;\
mapkey(continued) ~ Open `sweep_ref.3.0` `PH.SectCntrlMnu`;\
mapkey(continued) ~ Close `sweep_ref.3.0` `PH.SectCntrlMnu`;\
mapkey(continued) ~ Select `sweep_ref.3.0` `PH.SectCntrlMnu` 1 `pivot`;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `main_dlg_w4:PHTLeft.AssyTree:<NULL>`;
mapkey g @MAPKEY_LABEL设置主视图;\
mapkey(continued) ~ Activate `main_dlg_cur` `user_custom_page_7848456_control_btn` 1;\
mapkey(continued) ~ Command `IBX.MaxView` ;~ Activate `UI Message Dialog` `ok`;
mapkey u @MAPKEY_LABELUDF命令;~ Command `ProCmdUserDefined` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `PREVIEW_POPUP_TIMER` \
mapkey(continued) `file_open:Ph_list.Filelist:<NULL>`;
mapkey c @MAPKEY_LABEL复制几何;~ Command `ProCmdOduiDsfCopyGeom` ;\
mapkey(continued) ~ Activate `main_dlg_cur` `maindashInst0.PGCheckButton` 0;\
mapkey(continued) ~ Activate `main_dlg_cur` `chkbn.References.0` 1;
simprep_column_display manual

2

主题

252

回帖

0

威望

工程师

积分
287
发表于 2025-12-17 19:32 | 显示全部楼层
感谢分享
回复

使用道具 举报

1

主题

256

回帖

0

威望

工程师

积分
306
发表于 2025-12-17 21:56 | 显示全部楼层
谢谢分享
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

站长推荐上一条 /1 下一条

本站为非营利性站点,部分资源为网友搜集或发布,仅供学习和研究使用,如用于商业用途,请购买正版。站内所发布的资源,如有侵犯你的权益,请发邮件联系我们,本站将立即改正或删除。

手机版|小黑屋|野火论坛(©2007~2025) ( 苏ICP备11036728号-2 )苏公网安备 32039102000103号|站长QQ28016688

GMT+8, 2025-12-17 22:44 , Processed in 0.189828 second(s), 24 queries .

快速回复 返回顶部 返回列表