1 line
8.7 KiB
JavaScript
1 line
8.7 KiB
JavaScript
"use strict";(self["webpackChunkvue_antd_pro"]=self["webpackChunkvue_antd_pro"]||[]).push([[895],{16895:function(t,a,e){e.r(a),e.d(a,{default:function(){return g}});var r=function(){var t=this,a=t._self._c;return a("div",{staticClass:"polymarket-page",class:{"theme-dark":t.isDarkTheme}},[a("a-card",{staticClass:"page-header",attrs:{bordered:!1}},[a("div",{staticClass:"header-content"},[a("div",{staticClass:"header-left"},[a("h2",{staticClass:"page-title"},[a("a-icon",{attrs:{type:"radar-chart"}}),t._v(" "+t._s(t.$t("polymarket.title"))+" ")],1),a("p",{staticClass:"page-subtitle"},[t._v(t._s(t.$t("polymarket.subtitle")))])]),a("div",{staticClass:"header-actions"},[a("a-button",{attrs:{type:"primary",icon:"reload",loading:t.loading},on:{click:function(a){return t.loadMarkets(!0)}}},[t._v(" "+t._s(t.$t("common.refresh"))+" ")])],1)])]),a("a-card",{staticClass:"category-tabs-card",attrs:{bordered:!1}},[a("a-radio-group",{attrs:{"button-style":"solid",size:"large"},on:{change:t.handleFilterChange},model:{value:t.filters.category,callback:function(a){t.$set(t.filters,"category",a)},expression:"filters.category"}},[a("a-radio-button",{attrs:{value:""}},[t._v(t._s(t.$t("polymarket.category.all")))]),a("a-radio-button",{attrs:{value:"crypto"}},[t._v(t._s(t.$t("polymarket.category.crypto")))]),a("a-radio-button",{attrs:{value:"politics"}},[t._v(t._s(t.$t("polymarket.category.politics")))]),a("a-radio-button",{attrs:{value:"economics"}},[t._v(t._s(t.$t("polymarket.category.economics")))]),a("a-radio-button",{attrs:{value:"sports"}},[t._v(t._s(t.$t("polymarket.category.sports")))]),a("a-radio-button",{attrs:{value:"tech"}},[t._v(t._s(t.$t("polymarket.category.tech")))]),a("a-radio-button",{attrs:{value:"finance"}},[t._v(t._s(t.$t("polymarket.category.finance")))]),a("a-radio-button",{attrs:{value:"geopolitics"}},[t._v(t._s(t.$t("polymarket.category.geopolitics")))]),a("a-radio-button",{attrs:{value:"culture"}},[t._v(t._s(t.$t("polymarket.category.culture")))]),a("a-radio-button",{attrs:{value:"climate"}},[t._v(t._s(t.$t("polymarket.category.climate")))]),a("a-radio-button",{attrs:{value:"entertainment"}},[t._v(t._s(t.$t("polymarket.category.entertainment")))])],1)],1),a("a-card",{staticClass:"filter-card",attrs:{bordered:!1}},[a("a-row",{attrs:{gutter:16}},[a("a-col",{attrs:{xs:24,sm:12,md:12}},[a("a-select",{staticStyle:{width:"100%"},attrs:{placeholder:t.$t("polymarket.filter.sortBy")},on:{change:t.handleFilterChange},model:{value:t.filters.sort_by,callback:function(a){t.$set(t.filters,"sort_by",a)},expression:"filters.sort_by"}},[a("a-select-option",{attrs:{value:"volume_24h"}},[t._v(t._s(t.$t("polymarket.sort.volume")))]),a("a-select-option",{attrs:{value:"ai_score"}},[t._v(t._s(t.$t("polymarket.sort.aiScore")))]),a("a-select-option",{attrs:{value:"high_probability"}},[t._v(t._s(t.$t("polymarket.sort.highProbability")))]),a("a-select-option",{attrs:{value:"high_return"}},[t._v(t._s(t.$t("polymarket.sort.highReturn")))])],1)],1),a("a-col",{attrs:{xs:24,sm:12,md:12}},[a("a-input-search",{attrs:{placeholder:t.$t("polymarket.search.placeholder"),"enter-button":""},on:{search:t.handleSearch},model:{value:t.searchKeyword,callback:function(a){t.searchKeyword=a},expression:"searchKeyword"}})],1)],1)],1),a("a-spin",{attrs:{spinning:t.loading}},[t.markets.length>0?a("div",{staticClass:"markets-grid"},t._l(t.markets,function(e){return a("a-card",{key:e.market_id,staticClass:"market-card",class:t.getMarketCardClass(e),attrs:{bordered:!1}},[a("div",{staticClass:"market-card-header"},[a("div",{staticClass:"market-category"},[a("a-tag",{attrs:{color:t.getCategoryColor(e.category)}},[t._v(" "+t._s(t.getCategoryLabel(e.category))+" ")])],1),e.volume_24h?a("div",{staticClass:"market-volume"},[a("a-icon",{attrs:{type:"dollar"}}),t._v(" "+t._s(t.formatVolume(e.volume_24h))+" ")],1):t._e()]),a("div",{staticClass:"market-question"},[t._v(" "+t._s(e.question)+" ")]),a("div",{staticClass:"market-probability"},[a("div",{staticClass:"prob-main"},[a("span",{staticClass:"prob-label"},[t._v(t._s(t.$t("polymarket.market.currentProbability")))]),a("span",{staticClass:"prob-value"},[t._v(t._s(e.current_probability.toFixed(1))+"%")])]),a("a-progress",{attrs:{percent:e.current_probability,"stroke-color":t.getProbabilityColor(e.current_probability),"show-info":!1,"stroke-width":8}})],1),e.ai_analysis?a("div",{staticClass:"market-ai-analysis"},[a("a-divider",{staticStyle:{margin:"12px 0"}}),a("div",{staticClass:"ai-result"},[a("div",{staticClass:"ai-item"},[a("span",{staticClass:"ai-label"},[t._v(t._s(t.$t("polymarket.ai.predicted")))]),a("span",{staticClass:"ai-value",class:t.getDivergenceClass(e.ai_analysis.divergence)},[t._v(" "+t._s(e.ai_analysis.predicted_probability.toFixed(1))+"% ")])]),a("div",{staticClass:"ai-item"},[a("span",{staticClass:"ai-label"},[t._v(t._s(t.$t("polymarket.ai.recommendation")))]),a("a-tag",{attrs:{color:t.getRecommendationColor(e.ai_analysis.recommendation)}},[t._v(" "+t._s(t.getRecommendationLabel(e.ai_analysis.recommendation))+" ")])],1),a("div",{staticClass:"ai-item"},[a("span",{staticClass:"ai-label"},[t._v(t._s(t.$t("polymarket.ai.opportunityScore")))]),a("a-rate",{staticStyle:{"font-size":"12px"},attrs:{value:e.ai_analysis.opportunity_score/20,disabled:"","allow-half":""}}),a("span",{staticClass:"ai-score"},[t._v(t._s(e.ai_analysis.opportunity_score.toFixed(0)))])],1)])],1):t._e(),a("div",{staticClass:"market-footer"},[a("a-button",{attrs:{type:"link",size:"small"},on:{click:function(a){return a.stopPropagation(),t.openPolymarket(e)}}},[t._v(" "+t._s(t.$t("polymarket.action.viewOnPolymarket"))+" "),a("a-icon",{attrs:{type:"external-link"}})],1)],1)])}),1):a("a-empty",{attrs:{description:t.$t("common.noData")}})],1)],1)},s=[],o=e(81127),i=e(56252),l=e(76338),n=e(95353),c=e(75769),u="/api/polymarket";function d(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(0,c.Ay)({url:"".concat(u,"/markets"),method:"get",params:t})}function m(t){return(0,c.Ay)({url:"".concat(u,"/search"),method:"get",params:t})}var p={name:"PolymarketPage",data:function(){return{loading:!1,markets:[],filters:{category:null,sort_by:"volume_24h"},searchKeyword:""}},computed:(0,l.A)((0,l.A)({},(0,n.aH)({navTheme:function(t){return t.app.theme}})),{},{isDarkTheme:function(){return"dark"===this.navTheme||"realdark"===this.navTheme}}),created:function(){var t=this;this.loadMarkets(),this.$route.query.marketId&&this.$nextTick(function(){t.viewMarketDetail(t.$route.query.marketId)})},methods:{loadMarkets:function(){var t=arguments,a=this;return(0,i.A)((0,o.A)().m(function e(){var r,s;return(0,o.A)().w(function(e){while(1)switch(e.p=e.n){case 0:return t.length>0&&void 0!==t[0]&&t[0],a.loading=!0,e.p=1,r={limit:20},a.filters.category&&(r.category=a.filters.category),a.filters.sort_by&&(r.sort_by=a.filters.sort_by),e.n=2,d(r);case 2:s=e.v,s&&1===s.code&&Array.isArray(s.data)?(a.markets=s.data,s.total_opportunities):a.markets=[],e.n=4;break;case 3:e.p=3,e.v,a.$message.error(a.$t("polymarket.error.loadFailed")),a.markets=[];case 4:return e.p=4,a.loading=!1,e.f(4);case 5:return e.a(2)}},e,null,[[1,3,4,5]])}))()},handleSearch:function(){var t=this;return(0,i.A)((0,o.A)().m(function a(){var e;return(0,o.A)().w(function(a){while(1)switch(a.p=a.n){case 0:if(t.searchKeyword.trim()){a.n=1;break}return t.loadMarkets(),a.a(2);case 1:return t.loading=!0,a.p=2,a.n=3,m({q:t.searchKeyword,limit:20});case 3:e=a.v,e&&1===e.code&&Array.isArray(e.data)&&(t.markets=e.data),a.n=5;break;case 4:a.p=4,a.v,t.$message.error(t.$t("polymarket.error.searchFailed"));case 5:return a.p=5,t.loading=!1,a.f(5);case 6:return a.a(2)}},a,null,[[2,4,5,6]])}))()},handleFilterChange:function(){this.loadMarkets()},openPolymarket:function(t){var a=t.polymarket_url;a||!t.slug||/^\d+$/.test(t.slug)||(a="https://polymarket.com/event/".concat(t.slug)),a||(a="https://polymarket.com/markets/".concat(t.market_id)),window.open(a,"_blank")},getCategoryColor:function(t){var a={crypto:"blue",politics:"red",economics:"orange",sports:"green",tech:"purple",finance:"cyan",geopolitics:"volcano",culture:"magenta",climate:"lime",entertainment:"gold"};return a[t]||"default"},getCategoryLabel:function(t){return this.$t("polymarket.category.".concat(t))},getProbabilityColor:function(t){return t>70?"#52c41a":t>50?"#1890ff":t>30?"#faad14":"#ff4d4f"},getMarketCardClass:function(t){if(!t.ai_analysis)return"";var a=t.ai_analysis.opportunity_score;return a>85?"high-opportunity":a>75?"medium-opportunity":""},getDivergenceClass:function(t){return Math.abs(t)>10?"high-divergence":Math.abs(t)>5?"medium-divergence":""},getRecommendationColor:function(t){var a={YES:"green",NO:"red",HOLD:"default"};return a[t]||"default"},getRecommendationLabel:function(t){return this.$t("polymarket.recommendation.".concat(t))},formatVolume:function(t){return t>=1e6?(t/1e6).toFixed(1)+"M":t>=1e3?(t/1e3).toFixed(1)+"K":t.toFixed(0)}}},y=p,v=e(81656),_=(0,v.A)(y,r,s,!1,null,"5b447ca1",null),g=_.exports}}]); |