import{_ as u,s as _,r as p,o as c,c as g,a as n,t as r,F as z,b as v,d as f,n as y,e as L,w,f as C}from"./index-e263e3d6.js";const I={name:"NewsView",data(){return{citizensVoiceList:[],loading:!0,adminService:_}},created(){this.loadCitizensVoiceData()},watch:{"$i18n.locale"(){this.$forceUpdate()}},methods:{async loadCitizensVoiceData(){this.loading=!0;try{console.log("开始从Supabase加载公民之声数据...");const t=await this.adminService.getCitizensVoiceList({status:"published",limit:50});this.citizensVoiceList=t||[],console.log("成功加载公民之声数据,数量:",this.citizensVoiceList.length),this.citizensVoiceList.forEach((e,o)=>{console.log(`条目 ${o+1}:`,{id:e.id,title:e.title||e.title_zh||e.title_en,hasContent:!!e.content,hasContentZh:!!e.content_zh,hasContentEn:!!e.content_en,contentLength:(e.content||e.content_zh||e.content_en||"").length,contentPreview:(e.content||e.content_zh||e.content_en||"").substring(0,100)})})}catch(t){console.error("加载公民之声数据失败:",t),this.citizensVoiceList=[]}finally{this.loading=!1}},getLocalizedTitle(t){return this.$i18n.locale==="zh"?t.title_zh||t.title||"无标题":t.title_en||t.title||"No Title"},getLastImageFromContent(t){if(!t)return console.log("getLastImageFromContent: item为空"),null;const e=t.content||t.content_zh||t.content_en||"";if(!e)return console.log("getLastImageFromContent: 内容为空",t),null;console.log("getLastImageFromContent: 开始提取图片,内容长度:",e.length),console.log("getLastImageFromContent: 内容预览:",e.substring(0,200));try{const o=[],h=/!\[([^\]]*)\]\(([^)]+)\)/g;let l;for(;(l=h.exec(e))!==null;){const s=l[2].trim();s&&(o.push(s),console.log("找到Markdown图片:",s))}const i=/<img[^>]+src\s*=\s*["']([^"']+)["'][^>]*>/gi;for(;(l=i.exec(e))!==null;){const s=l[1].trim();s&&(o.push(s),console.log("找到HTML图片:",s))}const d=/https?:\/\/[^\s<>"]+\.(?:jpg|jpeg|png|gif|webp|svg)(?:\?[^\s<>"]*)?/gi;for(;(l=d.exec(e))!==null;){const s=l[0].trim();s&&!o.includes(s)&&(o.push(s),console.log("找到URL图片:",s))}console.log("getLastImageFromContent: 总共找到图片数量:",o.length),console.log("getLastImageFromContent: 所有图片:",o);const a=o.length>0?o[o.length-1]:null;return console.log("getLastImageFromContent: 返回最后一张图片:",a),a}catch(o){return console.error("提取图片失败:",o),null}},handleImageError(t){console.warn("图片加载失败:",t.target.src),t.target.style.display="none";const e=t.target.parentElement.querySelector(".no-image-placeholder");e&&(e.style.display="flex")},formatDate(t){if(!t)return"";const e=new Date(t);return new Intl.DateTimeFormat(this.$i18n.locale==="zh"?"zh-CN":"en-US",{year:"numeric",month:"long",day:"numeric",timeZone:"Asia/Shanghai"}).format(e)}}},V={class:"news"},F={class:"page-header"},k={class:"news-intro"},N={class:"container"},b={class:"news-list-section"},D={class:"container"},E={key:0,class:"loading-container"},S={key:1,class:"news-grid"},T={class:"news-date"},$={class:"news-image-preview"},x=["src","alt"],U={key:1,class:"no-image-placeholder"},R={key:2,class:"empty-state"};function B(t,e,o,h,l,i){const d=p("router-link");return c(),g("div",V,[n("header",F,[n("h1",null,r(t.$t("nav.news")),1)]),n("section",k,[n("div",N,[n("p",null,r(t.$t("nav.citizen_voice_desc")),1)])]),n("section",b,[n("div",D,[l.loading?(c(),g("div",E,[e[1]||(e[1]=n("div",{class:"loading-spinner"},null,-1)),n("p",null,r(t.$i18n.locale==="zh"?"加载中...":"Loading..."),1)])):(c(),g("div",S,[(c(!0),g(z,null,v(l.citizensVoiceList,(a,s)=>(c(),g("div",{key:a.id,class:"news-card",style:y({animationDelay:`${s*.1}s`})},[e[4]||(e[4]=n("div",{class:"gradient-line"},null,-1)),n("div",T,r(i.formatDate(a.created_at||a.date)),1),n("h2",null,r(i.getLocalizedTitle(a)),1),n("div",$,[i.getLastImageFromContent(a)?(c(),g("img",{key:0,src:i.getLastImageFromContent(a),alt:i.getLocalizedTitle(a),class:"preview-image",onError:e[0]||(e[0]=(...m)=>i.handleImageError&&i.handleImageError(...m))},null,40,x)):(c(),g("div",U,[e[2]||(e[2]=n("div",{class:"placeholder-icon"},"📰",-1)),n("span",null,r(t.$i18n.locale==="zh"?"暂无图片":"No Image"),1)]))]),L(d,{to:`/citizens-voice/${a.id}`,class:"read-more"},{default:w(()=>[C(r(t.$i18n.locale==="zh"?"阅读更多":"Read more")+" ",1),e[3]||(e[3]=n("span",{class:"arrow"},"→",-1))]),_:2,__:[3]},1032,["to"])],4))),128))])),!l.loading&&l.citizensVoiceList.length===0?(c(),g("div",R,[e[5]||(e[5]=n("div",{class:"empty-state-icon"},"🤔",-1)),n("h3",null,r(t.$i18n.locale==="zh"?"暂无公民之声内容":"No citizen voice content available"),1),n("p",null,r(t.$i18n.locale==="zh"?"请稍后再试":"Please try again later"),1)])):f("",!0)])])])}const A=u(I,[["render",B],["__scopeId","data-v-0193f030"]]);export{A as default};