import{M as p}from"./MarkdownRenderer-e9906b6c.js";import{_ as g,s as y,r as m,o as s,c as a,a as o,t as i,f as u,d as c,g as I,e as w,w as _}from"./index-e263e3d6.js";import"./MarkdownRenderer.vue_vue_type_style_index_0_lang-207dad4c.js";const v={name:"NewsDetailView",components:{MarkdownRenderer:p},data(){return{newsItem:null,isLoading:!0,showMetadata:!1,adminService:y}},watch:{"$route.params.id":{immediate:!0,handler(){this.loadNewsDetail()}},"$i18n.locale"(){this.$forceUpdate()}},methods:{async loadNewsDetail(){this.isLoading=!0;try{const e=this.$route.params.id;console.log("开始从Supabase加载公民之声详情,ID:",e,"类型:",typeof e);const n=await this.adminService.getCitizensVoiceList();console.log("获取到的公民之声列表:",n),console.log("公民之声列表数量:",n?n.length:0),n&&n.length>0&&(console.log("公民之声列表中的ID类型和值:"),n.forEach((t,r)=>{console.log(`公民之声 ${r}:`,"ID =",t.id,"(类型:",typeof t.id,"), 标题:",t.title_zh||t.title)}));const d=parseInt(e),l=String(e);this.newsItem=n.find(t=>t.id===d||t.id===l||String(t.id)===l),this.newsItem?console.log("成功找到公民之声详情:",this.newsItem):(console.warn("未找到对应ID的公民之声数据:"),console.warn("查找的ID:",e,"(数字类型:",d,", 字符串类型:",l,")"),console.warn("可用的公民之声ID列表:",n?n.map(t=>`${t.id}(${typeof t.id})`):"无数据"))}catch(e){console.error("加载公民之声详情失败:",e),this.newsItem=null}finally{this.isLoading=!1}},getLocalizedTitle(e){return e?this.$i18n.locale==="zh"?e.title_zh||e.title||"无标题":e.title_en||e.title||"No Title":""},getLocalizedSummary(e){return e?this.$i18n.locale==="zh"?e.summary_zh||e.summary||"":e.summary_en||e.summary||"":""},formatDate(e){if(!e)return"";const n=new Date(e);return new Intl.DateTimeFormat(this.$i18n.locale==="zh"?"zh-CN":"en-US",{year:"numeric",month:"long",day:"numeric",timeZone:"Asia/Shanghai"}).format(n)}}},z={class:"news-detail"},k={class:"container"},D={key:0,class:"news-header"},b={class:"news-date"},N={key:1,class:"loading-container"},V={key:2,class:"news-content"},L={class:"news-main-content"},S={key:1,class:"no-content"},C={key:3,class:"news-footer"},B={key:4,class:"error-container"},T={class:"error-box"};function $(e,n,d,l,t,r){const f=m("markdown-renderer"),h=m("router-link");return s(),a("div",z,[o("div",k,[t.newsItem&&!t.showMetadata?(s(),a("div",D,[o("div",b,i(r.formatDate(t.newsItem.created_at||t.newsItem.date)),1),o("h1",null,[u(i(r.getLocalizedTitle(t.newsItem))+" ",1),n[0]||(n[0]=o("span",{class:"underline-decorator"},null,-1))])])):c("",!0),t.isLoading?(s(),a("div",N,[n[1]||(n[1]=o("div",{class:"spinner"},[o("div",{class:"double-bounce1"}),o("div",{class:"double-bounce2"})],-1)),o("p",null,i(e.$i18n.locale==="zh"?"加载中...":"Loading..."),1)])):t.newsItem?(s(),a("div",V,[o("div",L,[t.newsItem.content?(s(),I(f,{key:0,content:t.newsItem.content,"show-toc":!1,"fixed-toc":!0,"toc-title":e.$i18n.locale==="zh"?"内容目录":"Table of Contents","show-metadata":t.showMetadata},null,8,["content","toc-title","show-metadata"])):(s(),a("div",S,[o("p",null,i(e.$i18n.locale==="zh"?"暂无详细内容":"No detailed content available"),1)]))])])):c("",!0),t.newsItem?(s(),a("div",C,[w(h,{to:"/citizens-voice",class:"back-button"},{default:_(()=>[n[2]||(n[2]=o("span",{class:"back-icon"},"←",-1)),u(" "+i(e.$i18n.locale==="zh"?"返回公民之声":"Back to Citizen's Voice"),1)]),_:1,__:[2]})])):c("",!0),!t.newsItem&&!t.isLoading?(s(),a("div",B,[o("div",T,[o("h2",null,i(e.$i18n.locale==="zh"?"未找到新闻":"Citizen's Voice Not Found"),1),o("p",null,i(e.$i18n.locale==="zh"?"抱歉,无法找到您请求的新闻文章。":"Sorry, we could not find the article you requested."),1),w(h,{to:"/citizens-voice",class:"back-button"},{default:_(()=>[n[3]||(n[3]=o("span",{class:"back-icon"},"←",-1)),u(" "+i(e.$i18n.locale==="zh"?"返回公民之声":"Back to Citizen's Voice"),1)]),_:1,__:[3]})])])):c("",!0)])])}const F=g(v,[["render",$],["__scopeId","data-v-c214e74a"]]);export{F as default};