𝕷𝖎𝖑𝖏𝖆𝖈𝖐 发表于 2025-10-29 07:57:38

编译器优化了这么久,我想知道“图片”这个按钮到底是干嘛用的? New

我要上传10个图片+10个zip文件。现在的设计逻辑是我必须先搞清楚哪几个文件是图片哪几个算是附件,对吗?


那么10个图片算不算附件呢?


分清楚之后,把10个图片上传到图片按钮,然后再把10个附件上传到附件按钮?


dz这么多用户,就没有人觉得这种操作有点傻吗?


都什么年代了,10个图片和10个任意其他文件都上传到“附件”按钮里,程序是分不清哪几个是图片文件吗?


程序能自动完成的事情,非得让用户来花学习成本?


X5的编译器里居然还是有 【图片】和【附件】两个按钮,真的是震惊啊


震惊!!!

Crystαl 发表于 2025-10-29 07:57:49

还有什么视频、音频上传,真的是笑掉大牙!!这些不都是附件吗?就不能让程序自己分析归类?偏偏要来为难用户?我是电脑小白,我怎么知道哪个是视频哪个是音频哪个是图片?我只知道我要上传东西。

婷姐 发表于 2025-10-29 07:58:41



                        你去看看微信qq和各种ai软件设计吧,是不是都分图片和文件,且文件里也可以选图片,且处理结果还不一样。
       

                        这本来就是两种不同的需求,有各自的逻辑很正常,你不需要不代表别人都不需要。这么做几十年了,大家都认可。
       

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.ce-paragraph {    line-height: 1.6em;    outline: none;    text-indent: 2em;    font-size: 16px;}.ce-paragraph--right {    text-align: right;}.ce-paragraph--center {    text-align: center;}.ce-paragraph--left {    text-align: left;}.ce-paragraph--justify {    text-align: justify;}.ce-paragraph-text-indent {    text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{    margin-top: 0;}.ce-paragraph p:last-of-type{    margin-bottom: 0;}.svg-icon {    width: 1em;    height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect {    fill: #4691f6;}.svg-icon circle {    stroke: #4691f6;    stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;}

婷姐 发表于 2025-10-29 07:59:12

补充一点,这玩意儿叫“编辑器”,不叫“编译器”
       

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.ce-paragraph {    line-height: 1.6em;    outline: none;    text-indent: 2em;    font-size: 16px;}.ce-paragraph--right {    text-align: right;}.ce-paragraph--center {    text-align: center;}.ce-paragraph--left {    text-align: left;}.ce-paragraph--justify {    text-align: justify;}.ce-paragraph-text-indent {    text-align: justify;}.ce-paragraph:empty::before{content: attr(data-placeholder);color: #707684;font-weight: normal;opacity: 0;}/** Show placeholder at the first paragraph if Editor is empty */.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {opacity: 1;}.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {opacity: 0;}.ce-paragraph p:first-of-type{    margin-top: 0;}.ce-paragraph p:last-of-type{    margin-bottom: 0;}.svg-icon {    width: 1em;    height: 1em;}.svg-icon path,.svg-icon polygon,.svg-icon rect {    fill: #4691f6;}.svg-icon circle {    stroke: #4691f6;    stroke-width: 1;}.inline-code {background: rgba(250, 239, 240, 0.78);color: #b44437;padding: 3px 4px;border-radius: 5px;margin: 0 1px;font-family: inherit;font-size: 0.86em;font-weight: 500;letter-spacing: 0.3px;}
页: [1]
查看完整版本: 编译器优化了这么久,我想知道“图片”这个按钮到底是干嘛用的? New