├── 850金币真钱版 └── README.md ├── 98k房卡 ├── web │ ├── 404.html │ ├── ApplicationInsights.config │ ├── ChangePassword.aspx │ ├── GameAdminWeb.csproj │ ├── GameUser │ │ ├── Gamerecord.aspx │ │ ├── RechargeRecord.aspx │ │ ├── UserManagement.aspx │ │ └── tuiguang.aspx │ ├── HtmlPage1.html │ ├── Login.aspx │ ├── NestedMasterPage.Master │ ├── Promoter │ │ ├── AccountList.aspx │ │ ├── GameSet.aspx │ │ ├── GmSet.ashx │ │ ├── OnLineOrder.aspx │ │ ├── PromoterManagement.aspx │ │ ├── gameset.ashx │ │ ├── main.aspx │ │ ├── quanxian.aspx │ │ └── withdrawList.aspx │ ├── Recharge │ │ ├── Recharge.html │ │ └── assets │ │ │ ├── css │ │ │ ├── bootstrap.css │ │ │ └── bootstrap.min.css │ │ │ ├── fonts │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ ├── fontawesome-webfont.woff │ │ │ ├── fontawesome-webfont.woff2 │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ ├── glyphicons-halflings-regular.woff │ │ │ └── glyphicons-halflings-regular.woff2 │ │ │ └── js │ │ │ ├── bootstrap.js │ │ │ ├── bootstrap.min.js │ │ │ └── jquery-2.1.1.min.js │ ├── Register.aspx │ ├── SystemManagement │ │ ├── AccountFeedback.aspx │ │ ├── AccountManagement.aspx │ │ ├── GameSetting.aspx │ │ ├── LoginUserInfo.aspx │ │ ├── MenuManagement.aspx │ │ ├── PromoterInfo.aspx │ │ ├── ResetPassword.aspx │ │ └── RolePermissions.aspx │ ├── TaurusCheat.aspx │ ├── UserCheat.aspx │ ├── Web.Debug.config │ ├── Web.Release.config │ ├── Web.config │ ├── WebForm1.aspx │ ├── bin │ │ ├── ApplicationInsights.config │ │ ├── Common.dll │ │ ├── Common.pdb │ │ ├── GameAdmin.BLL.dll │ │ ├── GameAdmin.BLL.pdb │ │ ├── GameAdmin.DAL.dll │ │ ├── GameAdmin.DAL.pdb │ │ ├── GameAdmin.DBUtility.dll │ │ ├── GameAdmin.DBUtility.pdb │ │ ├── GameAdmin.Model.dll │ │ ├── GameAdmin.Model.pdb │ │ ├── GameAdminWeb.dll │ │ ├── GameAdminWeb.dll.config │ │ ├── GameAdminWeb.pdb │ │ ├── Maticsoft.Common.dll │ │ ├── Microsoft.AI.Agent.Intercept.dll │ │ ├── Microsoft.AI.DependencyCollector.dll │ │ ├── Microsoft.AI.DependencyCollector.xml │ │ ├── Microsoft.AI.PerfCounterCollector.dll │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll │ │ ├── Microsoft.AI.ServerTelemetryChannel.xml │ │ ├── Microsoft.AI.Web.dll │ │ ├── Microsoft.AI.Web.xml │ │ ├── Microsoft.AI.WindowsServer.dll │ │ ├── Microsoft.AI.WindowsServer.xml │ │ ├── Microsoft.ApplicationInsights.dll │ │ ├── Microsoft.ApplicationInsights.xml │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml │ │ ├── MySql.Data.dll │ │ ├── System.Data.SQLite.dll │ │ ├── encryptionCommon.dll │ │ ├── encryptionCommon.pdb │ │ └── roslyn │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll │ │ │ ├── Microsoft.CSharp.Core.targets │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll │ │ │ ├── Microsoft.CodeAnalysis.dll │ │ │ ├── Microsoft.VisualBasic.Core.targets │ │ │ ├── System.Collections.Immutable.dll │ │ │ ├── System.Reflection.Metadata.dll │ │ │ ├── VBCSCompiler.exe │ │ │ ├── VBCSCompiler.exe.config │ │ │ ├── csc.exe │ │ │ └── vbc.exe │ ├── copyright.html │ ├── cs │ │ ├── db_project.manifest │ │ ├── db_version.manifest │ │ ├── eggdoor.html │ │ ├── file │ │ │ ├── res │ │ │ │ ├── MusicXX.zip │ │ │ │ └── csb.zip │ │ │ └── src │ │ │ │ └── app.zip │ │ ├── opendownload.html │ │ ├── 牛哥哥精减版_01.zip │ │ └── 牛哥哥精减版_02.zip │ ├── ddd1 │ │ ├── css │ │ │ ├── smmj.css │ │ │ └── update.css │ │ ├── images │ │ │ ├── btn_download.png │ │ │ ├── btn_downloadU.png │ │ │ ├── home1.png │ │ │ ├── instruction.png │ │ │ ├── jnmj_icon.png │ │ │ └── update.png │ │ ├── index.html │ │ ├── jquery.mobile-1.4.5 │ │ │ └── jquery.mobile-1.4.5.min.css │ │ ├── js │ │ │ ├── jquery-1.10.2.min.js │ │ │ └── oscheck.js │ │ ├── statusJson.aspx │ │ └── update.html │ ├── images │ │ ├── 140x140.gif │ │ ├── 170x170.gif │ │ ├── blog │ │ │ ├── 442256_20337880.jpg │ │ │ ├── 472381_10949156.jpg │ │ │ ├── 503993_62595320.jpg │ │ │ ├── 625998_12886207.jpg │ │ │ ├── 737034_24905666.jpg │ │ │ ├── 789080_16753532.jpg │ │ │ ├── 888272_30368604.jpg │ │ │ └── images.txt │ │ ├── faces │ │ │ ├── 1a.png │ │ │ ├── 1b.png │ │ │ ├── 2a.png │ │ │ ├── 2b.png │ │ │ ├── 3a.png │ │ │ ├── 3b.png │ │ │ ├── 4a.png │ │ │ ├── 4b.png │ │ │ ├── 5b.png │ │ │ ├── 6b.png │ │ │ ├── 7b.jpg │ │ │ └── images.txt │ │ ├── gallery │ │ │ ├── 319768_8498.jpg │ │ │ ├── 403944_5580.jpg │ │ │ ├── 43616_6206.jpg │ │ │ ├── 442256_20337880.jpg │ │ │ ├── 463600_31373324.jpg │ │ │ ├── 472381_10949156.jpg │ │ │ ├── 485382_81894547.jpg │ │ │ ├── 503993_62595320.jpg │ │ │ ├── 544337_83543416.jpg │ │ │ ├── 625998_12886207.jpg │ │ │ ├── 737034_24905666.jpg │ │ │ ├── 760375_32906821.jpg │ │ │ ├── 789080_16753532.jpg │ │ │ ├── 888272_30368604.jpg │ │ │ └── images.txt │ │ ├── less.png │ │ ├── loading-icons │ │ │ ├── images.txt │ │ │ ├── loading1.gif │ │ │ ├── loading10.gif │ │ │ ├── loading2.gif │ │ │ ├── loading3.gif │ │ │ ├── loading4.gif │ │ │ ├── loading5.gif │ │ │ ├── loading6.gif │ │ │ ├── loading7.gif │ │ │ ├── loading8.gif │ │ │ └── loading9.gif │ │ ├── logo1.png │ │ ├── media │ │ │ ├── 1.jpg │ │ │ ├── 3.jpg │ │ │ ├── 5.jpg │ │ │ └── 6.jpg │ │ ├── middleman.png │ │ ├── people │ │ │ ├── 1083978.jpg │ │ │ ├── 1139155.jpg │ │ │ ├── 1170492.jpg │ │ │ ├── 1192482.jpg │ │ │ ├── 1205972.jpg │ │ │ ├── 1208847.jpg │ │ │ ├── 1248972.jpg │ │ │ ├── 471397.jpg │ │ │ ├── 653195.jpg │ │ │ ├── 671385.jpg │ │ │ ├── 764343.jpg │ │ │ ├── 797762.jpg │ │ │ ├── 912129.jpg │ │ │ └── 923068.jpg │ │ ├── preview │ │ │ ├── 10.png │ │ │ ├── 11.png │ │ │ ├── 12.png │ │ │ ├── 13.png │ │ │ ├── 8.png │ │ │ └── 9.png │ │ └── tumblr_mopqkkwK2M1st5lhmo1_1280.jpg │ ├── img │ │ ├── daili.png │ │ ├── icons.png │ │ ├── kefu.png │ │ ├── loading.gif │ │ └── loading2.gif │ ├── iwmpay │ │ ├── assets │ │ │ ├── css │ │ │ │ ├── admin.css │ │ │ │ ├── amazeui.css │ │ │ │ ├── amazeui.flat.css │ │ │ │ ├── amazeui.flat.min.css │ │ │ │ ├── amazeui.min.css │ │ │ │ └── app.css │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ ├── fontawesome-webfont.woff │ │ │ │ └── fontawesome-webfont.woff2 │ │ │ ├── i │ │ │ │ ├── app-icon72x72@2x.png │ │ │ │ ├── examples │ │ │ │ │ ├── admin-chrome.png │ │ │ │ │ ├── admin-firefox.png │ │ │ │ │ ├── admin-ie.png │ │ │ │ │ ├── admin-opera.png │ │ │ │ │ ├── admin-safari.png │ │ │ │ │ ├── adminPage.png │ │ │ │ │ ├── blogPage.png │ │ │ │ │ ├── landing.png │ │ │ │ │ ├── landingPage.png │ │ │ │ │ ├── loginPage.png │ │ │ │ │ └── sidebarPage.png │ │ │ │ ├── favicon.png │ │ │ │ └── startup-640x1096.png │ │ │ └── js │ │ │ │ ├── amazeui.ie8polyfill.js │ │ │ │ ├── amazeui.ie8polyfill.min.js │ │ │ │ ├── amazeui.js │ │ │ │ ├── amazeui.min.js │ │ │ │ ├── amazeui.widgets.helper.js │ │ │ │ ├── amazeui.widgets.helper.min.js │ │ │ │ ├── app.js │ │ │ │ ├── handlebars.min.js │ │ │ │ ├── jquery.min.js │ │ │ │ └── layer │ │ │ │ ├── extend │ │ │ │ └── layer.ext.js │ │ │ │ ├── layer.js │ │ │ │ └── skin │ │ │ │ ├── default │ │ │ │ ├── icon-ext.png │ │ │ │ ├── icon.png │ │ │ │ ├── loading-0.gif │ │ │ │ ├── loading-1.gif │ │ │ │ └── loading-2.gif │ │ │ │ ├── layer.css │ │ │ │ └── layer.ext.css │ │ ├── bank.asp │ │ ├── conn.asp │ │ ├── index.asp │ │ ├── lib │ │ │ ├── Hmac-Md5-API.dll │ │ │ └── regdll.bat │ │ ├── md5.asp │ │ ├── notify.asp │ │ ├── notify_wx.asp │ │ ├── notify_zfb.asp │ │ ├── post.asp │ │ ├── return.asp │ │ ├── web.config │ │ └── yeepayCommon.asp │ ├── lib │ │ ├── .DS_Store │ │ ├── bootstrap │ │ │ ├── css │ │ │ │ ├── bootstrap-datepicker3.css │ │ │ │ ├── bootstrap-theme.css │ │ │ │ ├── bootstrap-theme.css.map │ │ │ │ ├── bootstrap-theme.min.css │ │ │ │ ├── bootstrap.css │ │ │ │ ├── bootstrap.css.map │ │ │ │ ├── bootstrap.min.css │ │ │ │ ├── bootstrapValidator.css │ │ │ │ ├── custom.css │ │ │ │ ├── skins │ │ │ │ │ ├── all.css │ │ │ │ │ ├── flat │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── flat.css │ │ │ │ │ │ ├── flat.png │ │ │ │ │ │ ├── flat@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── futurico │ │ │ │ │ │ ├── futurico.css │ │ │ │ │ │ ├── futurico.png │ │ │ │ │ │ └── futurico@2x.png │ │ │ │ │ ├── line │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── line.css │ │ │ │ │ │ ├── line.png │ │ │ │ │ │ ├── line@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ └── yellow.css │ │ │ │ │ ├── minimal │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── minimal.css │ │ │ │ │ │ ├── minimal.png │ │ │ │ │ │ ├── minimal@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ │ ├── polaris │ │ │ │ │ │ ├── polaris.css │ │ │ │ │ │ ├── polaris.png │ │ │ │ │ │ └── polaris@2x.png │ │ │ │ │ └── square │ │ │ │ │ │ ├── _all.css │ │ │ │ │ │ ├── aero.css │ │ │ │ │ │ ├── aero.png │ │ │ │ │ │ ├── aero@2x.png │ │ │ │ │ │ ├── blue.css │ │ │ │ │ │ ├── blue.png │ │ │ │ │ │ ├── blue@2x.png │ │ │ │ │ │ ├── green.css │ │ │ │ │ │ ├── green.png │ │ │ │ │ │ ├── green@2x.png │ │ │ │ │ │ ├── grey.css │ │ │ │ │ │ ├── grey.png │ │ │ │ │ │ ├── grey@2x.png │ │ │ │ │ │ ├── orange.css │ │ │ │ │ │ ├── orange.png │ │ │ │ │ │ ├── orange@2x.png │ │ │ │ │ │ ├── pink.css │ │ │ │ │ │ ├── pink.png │ │ │ │ │ │ ├── pink@2x.png │ │ │ │ │ │ ├── purple.css │ │ │ │ │ │ ├── purple.png │ │ │ │ │ │ ├── purple@2x.png │ │ │ │ │ │ ├── red.css │ │ │ │ │ │ ├── red.png │ │ │ │ │ │ ├── red@2x.png │ │ │ │ │ │ ├── square.css │ │ │ │ │ │ ├── square.png │ │ │ │ │ │ ├── square@2x.png │ │ │ │ │ │ ├── yellow.css │ │ │ │ │ │ ├── yellow.png │ │ │ │ │ │ └── yellow@2x.png │ │ │ │ └── xcConfirm.css │ │ │ ├── fonts │ │ │ │ ├── glyphicons-halflings-regular.eot │ │ │ │ ├── glyphicons-halflings-regular.svg │ │ │ │ ├── glyphicons-halflings-regular.ttf │ │ │ │ └── glyphicons-halflings-regular.woff │ │ │ └── js │ │ │ │ ├── bootstrap-datepicker.js │ │ │ │ ├── bootstrap-datepicker.min.js │ │ │ │ ├── bootstrap-datepicker.zh-CN.min.js │ │ │ │ ├── bootstrap.js │ │ │ │ ├── bootstrap.min.js │ │ │ │ ├── bootstrapValidator.js │ │ │ │ ├── custom.min.js │ │ │ │ ├── drag.js │ │ │ │ ├── icheck.js │ │ │ │ ├── xcConfirm.js │ │ │ │ └── zh_CN.js │ │ ├── fancy-zoom │ │ │ ├── css │ │ │ │ └── fancyzoom.css │ │ │ ├── img │ │ │ │ └── closebox.png │ │ │ ├── index.html │ │ │ └── src │ │ │ │ ├── fancyzoom.coffee │ │ │ │ └── fancyzoom.js │ │ ├── flot │ │ │ ├── API.txt │ │ │ ├── FAQ.txt │ │ │ ├── LICENSE.txt │ │ │ ├── Makefile │ │ │ ├── NEWS.txt │ │ │ ├── PLUGINS.txt │ │ │ ├── README.txt │ │ │ ├── examples │ │ │ │ ├── ajax.html │ │ │ │ ├── annotating.html │ │ │ │ ├── arrow-down.gif │ │ │ │ ├── arrow-left.gif │ │ │ │ ├── arrow-right.gif │ │ │ │ ├── arrow-up.gif │ │ │ │ ├── basic.html │ │ │ │ ├── data-eu-gdp-growth-1.json │ │ │ │ ├── data-eu-gdp-growth-2.json │ │ │ │ ├── data-eu-gdp-growth-3.json │ │ │ │ ├── data-eu-gdp-growth-4.json │ │ │ │ ├── data-eu-gdp-growth-5.json │ │ │ │ ├── data-eu-gdp-growth.json │ │ │ │ ├── data-japan-gdp-growth.json │ │ │ │ ├── data-usa-gdp-growth.json │ │ │ │ ├── graph-types.html │ │ │ │ ├── hs-2004-27-a-large_web.jpg │ │ │ │ ├── image.html │ │ │ │ ├── index.html │ │ │ │ ├── interacting-axes.html │ │ │ │ ├── interacting.html │ │ │ │ ├── layout.css │ │ │ │ ├── multiple-axes.html │ │ │ │ ├── navigate.html │ │ │ │ ├── percentiles.html │ │ │ │ ├── pie.html │ │ │ │ ├── realtime.html │ │ │ │ ├── resize.html │ │ │ │ ├── selection.html │ │ │ │ ├── setting-options.html │ │ │ │ ├── stacking.html │ │ │ │ ├── symbols.html │ │ │ │ ├── thresholding.html │ │ │ │ ├── time.html │ │ │ │ ├── tracking.html │ │ │ │ ├── turning-series.html │ │ │ │ ├── visitors.html │ │ │ │ └── zooming.html │ │ │ ├── excanvas.js │ │ │ ├── excanvas.min.js │ │ │ ├── jquery.colorhelpers.js │ │ │ ├── jquery.flot.crosshair.js │ │ │ ├── jquery.flot.fillbetween.js │ │ │ ├── jquery.flot.image.js │ │ │ ├── jquery.flot.js │ │ │ ├── jquery.flot.navigate.js │ │ │ ├── jquery.flot.pie.js │ │ │ ├── jquery.flot.resize.js │ │ │ ├── jquery.flot.selection.js │ │ │ ├── jquery.flot.stack.js │ │ │ ├── jquery.flot.symbol.js │ │ │ ├── jquery.flot.threshold.js │ │ │ └── jquery.js │ │ ├── font-awesome │ │ │ ├── css │ │ │ │ ├── font-awesome.css │ │ │ │ └── font-awesome.min.css │ │ │ ├── fonts │ │ │ │ ├── FontAwesome.otf │ │ │ │ ├── fontawesome-webfont.eot │ │ │ │ ├── fontawesome-webfont.svg │ │ │ │ ├── fontawesome-webfont.ttf │ │ │ │ └── fontawesome-webfont.woff │ │ │ ├── less │ │ │ │ ├── bordered-pulled.less │ │ │ │ ├── core.less │ │ │ │ ├── fixed-width.less │ │ │ │ ├── font-awesome.less │ │ │ │ ├── icons.less │ │ │ │ ├── larger.less │ │ │ │ ├── list.less │ │ │ │ ├── mixins.less │ │ │ │ ├── path.less │ │ │ │ ├── rotated-flipped.less │ │ │ │ ├── spinning.less │ │ │ │ ├── stacked.less │ │ │ │ └── variables.less │ │ │ └── scss │ │ │ │ ├── _bordered-pulled.scss │ │ │ │ ├── _core.scss │ │ │ │ ├── _fixed-width.scss │ │ │ │ ├── _icons.scss │ │ │ │ ├── _larger.scss │ │ │ │ ├── _list.scss │ │ │ │ ├── _mixins.scss │ │ │ │ ├── _path.scss │ │ │ │ ├── _rotated-flipped.scss │ │ │ │ ├── _spinning.scss │ │ │ │ ├── _stacked.scss │ │ │ │ ├── _variables.scss │ │ │ │ └── font-awesome.scss │ │ ├── fullcalendar-1.6.4 │ │ │ ├── .DS_Store │ │ │ ├── changelog.txt │ │ │ ├── demos │ │ │ │ ├── agenda-views.html │ │ │ │ ├── basic-views.html │ │ │ │ ├── cupertino │ │ │ │ │ ├── images │ │ │ │ │ │ ├── animated-overlay.gif │ │ │ │ │ │ ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png │ │ │ │ │ │ ├── ui-bg_flat_15_cd0a0a_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_100_e4f1fb_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_50_3baae3_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_80_d7ebf9_1x400.png │ │ │ │ │ │ ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png │ │ │ │ │ │ ├── ui-bg_highlight-hard_70_000000_1x100.png │ │ │ │ │ │ ├── ui-bg_highlight-soft_100_deedf7_1x100.png │ │ │ │ │ │ ├── ui-bg_highlight-soft_25_ffef8f_1x100.png │ │ │ │ │ │ ├── ui-icons_2694e8_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_3d80b3_256x240.png │ │ │ │ │ │ ├── ui-icons_72a7cf_256x240.png │ │ │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ │ │ └── jquery-ui.min.css │ │ │ │ ├── default.html │ │ │ │ ├── external-dragging.html │ │ │ │ ├── gcal.html │ │ │ │ ├── json-events.php │ │ │ │ ├── json.html │ │ │ │ ├── selectable.html │ │ │ │ └── theme.html │ │ │ ├── fullcalendar │ │ │ │ ├── fullcalendar.css │ │ │ │ ├── fullcalendar.js │ │ │ │ ├── fullcalendar.min.js │ │ │ │ ├── fullcalendar.print.css │ │ │ │ └── gcal.js │ │ │ ├── lib │ │ │ │ ├── jquery-ui.custom.min.js │ │ │ │ └── jquery.min.js │ │ │ └── license.txt │ │ ├── jQuery-Knob │ │ │ ├── README.md │ │ │ ├── index.html │ │ │ ├── js │ │ │ │ └── jquery.knob.js │ │ │ └── knob.jquery.json │ │ ├── jquery-1.11.1.min.js │ │ ├── jquery.imagesloaded.min.js │ │ ├── jquery.isotope.min.js │ │ ├── jquery.masonry.min.js │ │ └── jquery.peity.min.js │ ├── mysell │ │ └── AccountInfo.aspx │ ├── obj │ │ └── Debug │ │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ │ ├── GameAdminWeb.csproj.FileListAbsolute.txt │ │ │ ├── GameAdminWeb.csprojResolveAssemblyReference.cache │ │ │ ├── GameAdminWeb.dll │ │ │ └── GameAdminWeb.pdb │ ├── packages.config │ ├── qqq │ │ ├── db_project.manifest │ │ ├── db_version.manifest │ │ ├── eggdoor.html │ │ ├── file │ │ │ ├── res │ │ │ │ ├── Add.zip │ │ │ │ ├── AddEx02.zip │ │ │ │ ├── Alert.zip │ │ │ │ ├── Face.zip │ │ │ │ ├── GameMenu.zip │ │ │ │ ├── GameTable.zip │ │ │ │ ├── GameTalk.zip │ │ │ │ ├── GameUser.zip │ │ │ │ ├── MainReplace.zip │ │ │ │ ├── MainRoom.zip │ │ │ │ ├── MusicEx.zip │ │ │ │ ├── Reload.zip │ │ │ │ ├── ShareRecord.zip │ │ │ │ ├── csb.zip │ │ │ │ └── res.zip │ │ │ └── src │ │ │ │ └── app.zip │ │ └── opendownload.html │ ├── reset-password.html │ ├── statusJson.aspx.cs │ ├── stylesheets │ │ ├── elements.css │ │ ├── isotope.css │ │ ├── premium.css │ │ └── theme.css │ ├── theme │ │ └── premium-colors.aspx │ ├── tzn.aspx │ ├── validators.html │ ├── wfReplace_Backup_20180516_192018_58c34eab.zip │ ├── wfReplace_Backup_20180518_172121_afaaaa2f.zip │ └── yxykey.pfx └── 搭建教程.zip ├── README.md ├── db.json ├── tree.txt ├── 云码娱乐棋牌房卡 └── README.md ├── 交好易棋牌真钱版 └── README.md ├── 京城娱乐金币版 └── README.md ├── 创游互娱棋牌真钱版 └── README.md ├── 四合一天天棋牌房卡 └── README.md ├── 大亨娱乐房卡 └── README.md ├── 大亨联盟房卡版 └── README.md ├── 大富贵扫雷 └── README.md ├── 威漫真钱版 └── README.md ├── 开船大吃小棋牌房卡 └── README.md ├── 新版微星棋牌真钱版 └── README.md ├── 新版微星金币版 └── README.md ├── 新版星耀特别真钱版 └── README.md ├── 新版永利棋牌真钱版 └── README.md ├── 新版百棋棋牌真钱版 └── README.md ├── 新版龙珠真钱 └── README.md ├── 星耀战斗版金币 └── README.md ├── 星耀鲨鱼棋牌版真钱版 └── README.md ├── 最新云裳7打赏平台 └── README.md ├── 最新大亨互娱房卡 └── README.md ├── 最新火萤天天棋牌真钱版 └── README.md ├── 最新版战斗牛棋牌 └── README.md ├── 梦港富贵精品金币版 └── README.md ├── 火萤棋牌真钱版 └── README.md ├── 牛大圣房卡 └── README.md ├── 牛王棋牌房卡 └── README.md ├── 百棋momo └── README.md ├── 百棋永利棋牌真钱版 └── README.md ├── 百棋金牛最新版 └── README.md ├── 百棋陌陌真钱版 └── README.md ├── 空娱完美版房卡 └── README.md ├── 红鸟3D真钱版 └── README.md ├── 豆客十三水房卡 └── README.md ├── 金牛棋牌房卡 └── README.md ├── 长沙邵阳麻将房卡 └── README.md ├── 陌陌棋牌真钱版 └── README.md ├── 颂游旗航棋牌真钱 └── README.md ├── 颂游黑金版金币版 └── README.md └── 鸿运棋牌房卡 └── README.md /850金币真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /98k房卡/web/HtmlPage1.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /98k房卡/web/Promoter/GmSet.ashx: -------------------------------------------------------------------------------- 1 | <%@ WebHandler Language="C#" CodeBehind="GmSet.ashx.cs" Class="GameAdminWeb.Promoter.GmSet" %> 2 | -------------------------------------------------------------------------------- /98k房卡/web/Promoter/gameset.ashx: -------------------------------------------------------------------------------- 1 | <%@ WebHandler Language="C#" CodeBehind="gameset.ashx.cs" Class="GameAdminWeb.Promoter.gameset" %> 2 | -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/Recharge/assets/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /98k房卡/web/Web.Debug.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 17 | 18 | 30 | 31 | -------------------------------------------------------------------------------- /98k房卡/web/Web.Release.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 17 | 18 | 19 | 31 | 32 | -------------------------------------------------------------------------------- /98k房卡/web/bin/Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Common.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Common.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Common.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.BLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.BLL.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.BLL.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.BLL.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.DAL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.DAL.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.DAL.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.DAL.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.DBUtility.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.DBUtility.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.DBUtility.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.DBUtility.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.Model.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.Model.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdmin.Model.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdmin.Model.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdminWeb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdminWeb.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/GameAdminWeb.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/GameAdminWeb.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/Maticsoft.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Maticsoft.Common.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.Agent.Intercept.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.Agent.Intercept.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.DependencyCollector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.DependencyCollector.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.PerfCounterCollector.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.PerfCounterCollector.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.ServerTelemetryChannel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.ServerTelemetryChannel.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.Web.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.AI.WindowsServer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.AI.WindowsServer.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.ApplicationInsights.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.ApplicationInsights.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/MySql.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/MySql.Data.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/System.Data.SQLite.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/encryptionCommon.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/encryptionCommon.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/encryptionCommon.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/encryptionCommon.pdb -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/Microsoft.CodeAnalysis.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/System.Collections.Immutable.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/System.Collections.Immutable.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/System.Reflection.Metadata.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/System.Reflection.Metadata.dll -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/VBCSCompiler.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/VBCSCompiler.exe -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/VBCSCompiler.exe.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/csc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/csc.exe -------------------------------------------------------------------------------- /98k房卡/web/bin/roslyn/vbc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/bin/roslyn/vbc.exe -------------------------------------------------------------------------------- /98k房卡/web/cs/db_project.manifest: -------------------------------------------------------------------------------- 1 | { 2 | "packageUrl" : "http://ttttt.144ka.com/cs/file/", 3 | "remoteManifestUrl" : "http://ttttt.144ka.com/cs/db_project.manifest", 4 | "remoteVersionUrl" : "http://ttttt.144ka.com/cs/db_version.manifest", 5 | "version" : "1.0.0.6", 6 | "engineVersion" : "3.10 version", 7 | 8 | "assets" : { 9 | "res/MusicXX.zip" : { 10 | "md5" : "2018_05_01_1005", 11 | "compressed" : true 12 | }, 13 | "res/csb.zip" : { 14 | "md5" : "2018_05_01_1005", 15 | "compressed" : true 16 | }, 17 | "src/app.zip" : { 18 | "md5" : "2018_05_01_1006", 19 | "compressed" : true 20 | } 21 | }, 22 | 23 | "searchPaths" : [ 24 | ] 25 | } -------------------------------------------------------------------------------- /98k房卡/web/cs/db_version.manifest: -------------------------------------------------------------------------------- 1 | { 2 | "packageUrl" : "http://ttttt.144ka.com/cs/file/", 3 | "remoteManifestUrl" : "http://ttttt.144ka.com/cs/db_project.manifest", 4 | "remoteVersionUrl" : "http://ttttt.144ka.com/cs/db_version.manifest", 5 | "version" : "1.0.0.6", 6 | "engineVersion" : "3.10 version" 7 | } -------------------------------------------------------------------------------- /98k房卡/web/cs/eggdoor.html: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /98k房卡/web/cs/file/res/MusicXX.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/cs/file/res/MusicXX.zip -------------------------------------------------------------------------------- /98k房卡/web/cs/file/res/csb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/cs/file/res/csb.zip -------------------------------------------------------------------------------- /98k房卡/web/cs/file/src/app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/cs/file/src/app.zip -------------------------------------------------------------------------------- /98k房卡/web/cs/opendownload.html: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /98k房卡/web/cs/牛哥哥精减版_01.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/cs/牛哥哥精减版_01.zip -------------------------------------------------------------------------------- /98k房卡/web/cs/牛哥哥精减版_02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/cs/牛哥哥精减版_02.zip -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/btn_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/btn_download.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/btn_downloadU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/btn_downloadU.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/home1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/home1.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/instruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/instruction.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/jnmj_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/jnmj_icon.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/images/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/images/update.png -------------------------------------------------------------------------------- /98k房卡/web/ddd1/index.html: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 牛神 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
33 |
34 |
35 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /98k房卡/web/ddd1/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/ddd1/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.css -------------------------------------------------------------------------------- /98k房卡/web/ddd1/statusJson.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="statusJson.aspx.cs" Inherits="GameAdminWeb.statusJson" %> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /98k房卡/web/images/140x140.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/140x140.gif -------------------------------------------------------------------------------- /98k房卡/web/images/170x170.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/170x170.gif -------------------------------------------------------------------------------- /98k房卡/web/images/blog/442256_20337880.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/442256_20337880.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/472381_10949156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/472381_10949156.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/503993_62595320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/503993_62595320.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/625998_12886207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/625998_12886207.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/737034_24905666.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/737034_24905666.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/789080_16753532.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/789080_16753532.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/888272_30368604.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/blog/888272_30368604.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/blog/images.txt: -------------------------------------------------------------------------------- 1 | Images from: http://www.sxc.hu/ -------------------------------------------------------------------------------- /98k房卡/web/images/faces/1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/1a.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/1b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/2a.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/2b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/3a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/3a.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/3b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/3b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/4a.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/4b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/4b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/5b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/5b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/6b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/6b.png -------------------------------------------------------------------------------- /98k房卡/web/images/faces/7b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/faces/7b.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/faces/images.txt: -------------------------------------------------------------------------------- 1 | Images from: http://www.sxc.hu/ -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/319768_8498.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/319768_8498.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/403944_5580.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/403944_5580.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/43616_6206.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/43616_6206.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/442256_20337880.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/442256_20337880.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/463600_31373324.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/463600_31373324.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/472381_10949156.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/472381_10949156.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/485382_81894547.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/485382_81894547.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/503993_62595320.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/503993_62595320.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/544337_83543416.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/544337_83543416.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/625998_12886207.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/625998_12886207.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/737034_24905666.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/737034_24905666.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/760375_32906821.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/760375_32906821.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/789080_16753532.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/789080_16753532.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/888272_30368604.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/gallery/888272_30368604.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/gallery/images.txt: -------------------------------------------------------------------------------- 1 | Images from: http://www.sxc.hu/ -------------------------------------------------------------------------------- /98k房卡/web/images/less.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/less.png -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/images.txt: -------------------------------------------------------------------------------- 1 | Images from: http://www.ajaxload.info/ -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading1.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading10.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading2.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading3.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading4.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading5.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading6.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading7.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading8.gif -------------------------------------------------------------------------------- /98k房卡/web/images/loading-icons/loading9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/loading-icons/loading9.gif -------------------------------------------------------------------------------- /98k房卡/web/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/logo1.png -------------------------------------------------------------------------------- /98k房卡/web/images/media/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/media/1.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/media/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/media/3.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/media/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/media/5.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/media/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/media/6.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/middleman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/middleman.png -------------------------------------------------------------------------------- /98k房卡/web/images/people/1083978.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1083978.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1139155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1139155.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1170492.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1170492.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1192482.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1192482.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1205972.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1205972.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1208847.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1208847.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/1248972.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/1248972.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/471397.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/471397.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/653195.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/653195.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/671385.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/671385.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/764343.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/764343.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/797762.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/797762.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/912129.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/912129.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/people/923068.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/people/923068.jpg -------------------------------------------------------------------------------- /98k房卡/web/images/preview/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/10.png -------------------------------------------------------------------------------- /98k房卡/web/images/preview/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/11.png -------------------------------------------------------------------------------- /98k房卡/web/images/preview/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/12.png -------------------------------------------------------------------------------- /98k房卡/web/images/preview/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/13.png -------------------------------------------------------------------------------- /98k房卡/web/images/preview/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/8.png -------------------------------------------------------------------------------- /98k房卡/web/images/preview/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/preview/9.png -------------------------------------------------------------------------------- /98k房卡/web/images/tumblr_mopqkkwK2M1st5lhmo1_1280.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/images/tumblr_mopqkkwK2M1st5lhmo1_1280.jpg -------------------------------------------------------------------------------- /98k房卡/web/img/daili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/img/daili.png -------------------------------------------------------------------------------- /98k房卡/web/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/img/icons.png -------------------------------------------------------------------------------- /98k房卡/web/img/kefu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/img/kefu.png -------------------------------------------------------------------------------- /98k房卡/web/img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/img/loading.gif -------------------------------------------------------------------------------- /98k房卡/web/img/loading2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/img/loading2.gif -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/app-icon72x72@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/app-icon72x72@2x.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/admin-chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/admin-chrome.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/admin-firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/admin-firefox.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/admin-ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/admin-ie.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/admin-opera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/admin-opera.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/admin-safari.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/admin-safari.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/adminPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/adminPage.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/blogPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/blogPage.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/landing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/landing.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/landingPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/landingPage.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/loginPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/loginPage.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/examples/sidebarPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/examples/sidebarPage.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/favicon.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/i/startup-640x1096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/i/startup-640x1096.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/js/layer/skin/default/icon-ext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/js/layer/skin/default/icon-ext.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/js/layer/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/js/layer/skin/default/icon.png -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-0.gif -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-1.gif -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/assets/js/layer/skin/default/loading-2.gif -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/lib/Hmac-Md5-API.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/lib/Hmac-Md5-API.dll -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/lib/regdll.bat: -------------------------------------------------------------------------------- 1 | regsvr32 Hmac-Md5-API.dll -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/notify.asp: -------------------------------------------------------------------------------- 1 |  2 | 3 | <% 4 | 5 | p1_MerId = request.QueryString("p1_MerId") 6 | r0_Cmd = request.QueryString("r0_Cmd") 7 | r1_Code = request.QueryString("r1_Code") 8 | r2_TrxId = request.QueryString("r2_TrxId") 9 | r3_Amt = request.QueryString("r3_Amt") 10 | r4_Cur = request.QueryString("r4_Cur") 11 | r5_Pid = request.QueryString("r5_Pid") 12 | r6_Order = request.QueryString("r6_Order") 13 | r7_Uid = request.QueryString("r7_Uid") 14 | r8_MP = request.QueryString("r8_MP") 15 | r9_BType = request.QueryString("r9_BType") 16 | rb_BankId = request.QueryString("rb_BankId") 17 | ro_BankOrderId = request.QueryString("ro_BankOrderId") 18 | rp_PayDate = request.QueryString("rp_PayDate") 19 | rq_CardNo = request.QueryString("rq_CardNo") 20 | ru_Trxtime = request.QueryString("ru_Trxtime") 21 | hmac = request.QueryString("hmac") 22 | 23 | '卡类独特返回 24 | cardNo = request.QueryString("cardNo") 25 | cardPwd = request.QueryString("cardPwd") 26 | typeid = request.QueryString("typeid") 27 | cardstatus=request.QueryString("cardstatus") 28 | 29 | '网银加密 30 | hmac_sign = getCallbackHmacString(r0_Cmd,r1_Code,r2_TrxId,r3_Amt,r4_Cur,r5_Pid,r6_Order,r7_Uid,r8_MP,r9_BType) 31 | '点卡加密 32 | ' sign_card="returncode="&returncode&"&userid="&uid&"&orderid="&orderid&"&cardstatus="&cardstatus&"&cardNo="&cardNo&"&cardPwd="&cardPwd&"&typeid="&typeid&"&money="&money&"&keyvalue="&key 33 | 'md5_sign_card = ASP_MD5(sign_card) 34 | 35 | 36 | If hmac_sign=hmac Then 37 | if int(r1_Code)=1 then 38 | 39 | '商户业务数据成功处理 40 | checkOrder r6_Order,r3_Amt,r8_MP 41 | response.write "SUCCESS" 42 | else 43 | '商户业务数据失败处理 44 | response.write("商户业务数据失败处理") 45 | end if 46 | else 47 | response.write("交易信息被篡改") 48 | end if 49 | %> -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/notify_wx.asp: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | <% 5 | state = request.QueryString("state") 6 | customerid = request.QueryString("customerid") 7 | sd51no = request.QueryString("sd51no") 8 | sdcustomno = request.QueryString("sdcustomno") 9 | ordermoney = request.QueryString("ordermoney") 10 | cardno = request.QueryString("cardno") 11 | mark = request.QueryString("mark") 12 | sign = request.QueryString("sign") 13 | resign = request.QueryString("resign") 14 | des = request.QueryString("des") 15 | 16 | sign1 = "customerid="&customerid&"&sd51no="&sd51no&"&sdcustomno="&sdcustomno&"&mark="&mark&"&key="&key 17 | sign1 = Ucase(ASP_MD5(sign1)) 18 | 19 | resign1 = "sign="&sign&"&customerid="&customerid&"&ordermoney="&ordermoney&"&sd51no="&sd51no&"&state="&state&"&key="&key 20 | resign1 = Ucase(ASP_MD5(resign1)) 21 | 22 | 23 | 24 | If resign1=resign Then 25 | if int(state)=1 then 26 | 27 | '商户业务数据成功处理 28 | checkOrder sdcustomno,ordermoney,mark 29 | response.write "1" 30 | else 31 | '商户业务数据失败处理 32 | response.write("商户业务数据失败处理") 33 | end if 34 | else 35 | response.write("交易信息被篡改") 36 | end if 37 | %> -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/return.asp: -------------------------------------------------------------------------------- 1 |  2 | 3 | <% 4 | 5 | returncode = request.QueryString("state") 6 | customerid = request.QueryString("customerid") 7 | sd51no = request.QueryString("sd51no") 8 | orderid = request.QueryString("sdcustomno") 9 | money = request.QueryString("ordermoney") 10 | cardno = request.QueryString("cardno") 11 | ext = request.QueryString("mark") 12 | sign = request.QueryString("sign") 13 | resign = request.QueryString("resign") 14 | des = request.QueryString("des") 15 | 16 | sign1 = "customerid="&customerid&"&sd51no="&sd51no&"&sdcustomno="&sdcustomno&"&mark="&mark&"&key="&key 17 | sign1 = Ucase(ASP_MD5(sign1)) 18 | 19 | resign1 = "sign="&sign&"&customerid="&customerid&"&ordermoney="&ordermoney&"&sd51no="&sd51no&"&state="&state&"&key="&key 20 | resign1 = Ucase(ASP_MD5(resign1)) 21 | 22 | If resign1=resign Then 23 | if int(returncode)=1 then 24 | '商户业务数据成功处理 25 | response.write "1" 26 | response.write("充值成功") 27 | else 28 | '商户业务数据失败处理 29 | response.write("商户业务数据失败处理") 30 | end if 31 | else 32 | response.write("交易信息被篡改") 33 | end if 34 | %> -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/web.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /98k房卡/web/iwmpay/yeepayCommon.asp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/iwmpay/yeepayCommon.asp -------------------------------------------------------------------------------- /98k房卡/web/lib/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/.DS_Store -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/bootstrapValidator.css: -------------------------------------------------------------------------------- 1 | /** 2 | * BootstrapValidator (http://bootstrapvalidator.com) 3 | * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3 4 | * 5 | * @author http://twitter.com/nghuuphuoc 6 | * @copyright (c) 2013 - 2014 Nguyen Huu Phuoc 7 | * @license MIT 8 | */ 9 | 10 | .bv-form .help-block { 11 | margin-bottom: 0; 12 | } 13 | .bv-form .tooltip-inner { 14 | text-align: left; 15 | } 16 | .nav-tabs li.bv-tab-success > a { 17 | color: #3c763d; 18 | } 19 | .nav-tabs li.bv-tab-error > a { 20 | color: #a94442; 21 | } 22 | -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/aero.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, aero 2 | ----------------------------------- */ 3 | .icheckbox_flat-aero, 4 | .iradio_flat-aero { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(aero.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-aero { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-aero.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-aero.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-aero.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-aero { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-aero.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-aero.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-aero.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-aero, 48 | .iradio_flat-aero { 49 | background-image: url(aero@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/aero.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/aero@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/blue.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, blue 2 | ----------------------------------- */ 3 | .icheckbox_flat-blue, 4 | .iradio_flat-blue { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(blue.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-blue { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-blue.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-blue.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-blue.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-blue { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-blue.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-blue.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-blue.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-blue, 48 | .iradio_flat-blue { 49 | background-image: url(blue@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/blue.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/blue@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/flat.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin flat skin, black 2 | ----------------------------------- */ 3 | .icheckbox_flat, 4 | .iradio_flat { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(flat.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat, 48 | .iradio_flat { 49 | background-image: url(flat@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/flat.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/flat@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/flat@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/green.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, green 2 | ----------------------------------- */ 3 | .icheckbox_flat-green, 4 | .iradio_flat-green { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(green.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-green { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-green.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-green.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-green.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-green { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-green.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-green.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-green.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-green, 48 | .iradio_flat-green { 49 | background-image: url(green@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/green.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/green@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/grey.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, grey 2 | ----------------------------------- */ 3 | .icheckbox_flat-grey, 4 | .iradio_flat-grey { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(grey.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-grey { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-grey.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-grey.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-grey.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-grey { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-grey.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-grey.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-grey.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-grey, 48 | .iradio_flat-grey { 49 | background-image: url(grey@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/grey.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/grey@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/orange.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, orange 2 | ----------------------------------- */ 3 | .icheckbox_flat-orange, 4 | .iradio_flat-orange { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(orange.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-orange { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-orange.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-orange.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-orange.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-orange { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-orange.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-orange.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-orange.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-orange, 48 | .iradio_flat-orange { 49 | background-image: url(orange@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/orange.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/orange@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/pink.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, pink 2 | ----------------------------------- */ 3 | .icheckbox_flat-pink, 4 | .iradio_flat-pink { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(pink.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-pink { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-pink.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-pink.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-pink.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-pink { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-pink.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-pink.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-pink.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-pink, 48 | .iradio_flat-pink { 49 | background-image: url(pink@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/pink.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/pink@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/purple.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, purple 2 | ----------------------------------- */ 3 | .icheckbox_flat-purple, 4 | .iradio_flat-purple { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(purple.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-purple { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-purple.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-purple.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-purple.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-purple { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-purple.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-purple.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-purple.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-purple, 48 | .iradio_flat-purple { 49 | background-image: url(purple@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/purple.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/purple@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/red.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, red 2 | ----------------------------------- */ 3 | .icheckbox_flat-red, 4 | .iradio_flat-red { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(red.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-red { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-red.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-red.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-red.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-red { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-red.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-red.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-red.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-red, 48 | .iradio_flat-red { 49 | background-image: url(red@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/red.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/red@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/yellow.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Flat skin, yellow 2 | ----------------------------------- */ 3 | .icheckbox_flat-yellow, 4 | .iradio_flat-yellow { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 20px; 11 | height: 20px; 12 | background: url(yellow.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_flat-yellow { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_flat-yellow.checked { 21 | background-position: -22px 0; 22 | } 23 | .icheckbox_flat-yellow.disabled { 24 | background-position: -44px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_flat-yellow.checked.disabled { 28 | background-position: -66px 0; 29 | } 30 | 31 | .iradio_flat-yellow { 32 | background-position: -88px 0; 33 | } 34 | .iradio_flat-yellow.checked { 35 | background-position: -110px 0; 36 | } 37 | .iradio_flat-yellow.disabled { 38 | background-position: -132px 0; 39 | cursor: default; 40 | } 41 | .iradio_flat-yellow.checked.disabled { 42 | background-position: -154px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_flat-yellow, 48 | .iradio_flat-yellow { 49 | background-image: url(yellow@2x.png); 50 | -webkit-background-size: 176px 22px; 51 | background-size: 176px 22px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/yellow.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/flat/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/flat/yellow@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/futurico/futurico.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Futurico skin 2 | ----------------------------------- */ 3 | .icheckbox_futurico, 4 | .iradio_futurico { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 16px; 11 | height: 17px; 12 | background: url(futurico.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_futurico { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_futurico.checked { 21 | background-position: -18px 0; 22 | } 23 | .icheckbox_futurico.disabled { 24 | background-position: -36px 0; 25 | cursor: default; 26 | } 27 | .icheckbox_futurico.checked.disabled { 28 | background-position: -54px 0; 29 | } 30 | 31 | .iradio_futurico { 32 | background-position: -72px 0; 33 | } 34 | .iradio_futurico.checked { 35 | background-position: -90px 0; 36 | } 37 | .iradio_futurico.disabled { 38 | background-position: -108px 0; 39 | cursor: default; 40 | } 41 | .iradio_futurico.checked.disabled { 42 | background-position: -126px 0; 43 | } 44 | 45 | /* HiDPI support */ 46 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 47 | .icheckbox_futurico, 48 | .iradio_futurico { 49 | background-image: url(futurico@2x.png); 50 | -webkit-background-size: 144px 19px; 51 | background-size: 144px 19px; 52 | } 53 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/futurico/futurico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/futurico/futurico.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/futurico/futurico@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/futurico/futurico@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/line/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/line/line.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/line/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/line/line@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/aero.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, aero 2 | ----------------------------------- */ 3 | .icheckbox_minimal-aero, 4 | .iradio_minimal-aero { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(aero.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-aero { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-aero.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-aero.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-aero.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-aero.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-aero { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-aero.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-aero.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-aero.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-aero.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-aero, 54 | .iradio_minimal-aero { 55 | background-image: url(aero@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/aero.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/aero@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/blue.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, blue 2 | ----------------------------------- */ 3 | .icheckbox_minimal-blue, 4 | .iradio_minimal-blue { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(blue.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-blue { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-blue.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-blue.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-blue.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-blue.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-blue { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-blue.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-blue.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-blue.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-blue.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-blue, 54 | .iradio_minimal-blue { 55 | background-image: url(blue@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/blue.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/blue@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/green.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, green 2 | ----------------------------------- */ 3 | .icheckbox_minimal-green, 4 | .iradio_minimal-green { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(green.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-green { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-green.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-green.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-green.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-green.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-green { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-green.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-green.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-green.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-green.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-green, 54 | .iradio_minimal-green { 55 | background-image: url(green@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/green.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/green@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/grey.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, grey 2 | ----------------------------------- */ 3 | .icheckbox_minimal-grey, 4 | .iradio_minimal-grey { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(grey.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-grey { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-grey.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-grey.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-grey.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-grey.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-grey { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-grey.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-grey.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-grey.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-grey.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-grey, 54 | .iradio_minimal-grey { 55 | background-image: url(grey@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/grey.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/grey@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/minimal.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, black 2 | ----------------------------------- */ 3 | .icheckbox_minimal, 4 | .iradio_minimal { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(minimal.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal, 54 | .iradio_minimal { 55 | background-image: url(minimal@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/minimal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/minimal.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/minimal@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/minimal@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/orange.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/orange@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/pink.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, pink 2 | ----------------------------------- */ 3 | .icheckbox_minimal-pink, 4 | .iradio_minimal-pink { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(pink.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-pink { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-pink.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-pink.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-pink.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-pink.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-pink { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-pink.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-pink.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-pink.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-pink.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-pink, 54 | .iradio_minimal-pink { 55 | background-image: url(pink@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/pink.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/pink@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/purple.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/purple@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/red.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Minimal skin, red 2 | ----------------------------------- */ 3 | .icheckbox_minimal-red, 4 | .iradio_minimal-red { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 18px; 11 | height: 18px; 12 | background: url(red.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_minimal-red { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_minimal-red.hover { 21 | background-position: -20px 0; 22 | } 23 | .icheckbox_minimal-red.checked { 24 | background-position: -40px 0; 25 | } 26 | .icheckbox_minimal-red.disabled { 27 | background-position: -60px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_minimal-red.checked.disabled { 31 | background-position: -80px 0; 32 | } 33 | 34 | .iradio_minimal-red { 35 | background-position: -100px 0; 36 | } 37 | .iradio_minimal-red.hover { 38 | background-position: -120px 0; 39 | } 40 | .iradio_minimal-red.checked { 41 | background-position: -140px 0; 42 | } 43 | .iradio_minimal-red.disabled { 44 | background-position: -160px 0; 45 | cursor: default; 46 | } 47 | .iradio_minimal-red.checked.disabled { 48 | background-position: -180px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_minimal-red, 54 | .iradio_minimal-red { 55 | background-image: url(red@2x.png); 56 | -webkit-background-size: 200px 20px; 57 | background-size: 200px 20px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/red.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/red@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/yellow.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/minimal/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/minimal/yellow@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/polaris/polaris.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Polaris skin 2 | ----------------------------------- */ 3 | .icheckbox_polaris, 4 | .iradio_polaris { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 29px; 11 | height: 29px; 12 | background: url(polaris.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_polaris { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_polaris.hover { 21 | background-position: -31px 0; 22 | } 23 | .icheckbox_polaris.checked { 24 | background-position: -62px 0; 25 | } 26 | .icheckbox_polaris.disabled { 27 | background-position: -93px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_polaris.checked.disabled { 31 | background-position: -124px 0; 32 | } 33 | 34 | .iradio_polaris { 35 | background-position: -155px 0; 36 | } 37 | .iradio_polaris.hover { 38 | background-position: -186px 0; 39 | } 40 | .iradio_polaris.checked { 41 | background-position: -217px 0; 42 | } 43 | .iradio_polaris.disabled { 44 | background-position: -248px 0; 45 | cursor: default; 46 | } 47 | .iradio_polaris.checked.disabled { 48 | background-position: -279px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_polaris, 54 | .iradio_polaris { 55 | background-image: url(polaris@2x.png); 56 | -webkit-background-size: 310px 31px; 57 | background-size: 310px 31px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/polaris/polaris.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/polaris/polaris.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/polaris/polaris@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/polaris/polaris@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/aero.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, aero 2 | ----------------------------------- */ 3 | .icheckbox_square-aero, 4 | .iradio_square-aero { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(aero.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-aero { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-aero.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-aero.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-aero.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-aero.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-aero { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-aero.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-aero.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-aero.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-aero.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-aero, 54 | .iradio_square-aero { 55 | background-image: url(aero@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/aero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/aero.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/aero@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/aero@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/blue.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, blue 2 | ----------------------------------- */ 3 | .icheckbox_square-blue, 4 | .iradio_square-blue { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(blue.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-blue { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-blue.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-blue.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-blue.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-blue.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-blue { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-blue.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-blue.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-blue.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-blue.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-blue, 54 | .iradio_square-blue { 55 | background-image: url(blue@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/blue.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/blue@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/blue@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/green.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, green 2 | ----------------------------------- */ 3 | .icheckbox_square-green, 4 | .iradio_square-green { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(green.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-green { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-green.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-green.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-green.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-green.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-green { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-green.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-green.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-green.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-green.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-green, 54 | .iradio_square-green { 55 | background-image: url(green@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/green.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/green@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/green@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/grey.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, grey 2 | ----------------------------------- */ 3 | .icheckbox_square-grey, 4 | .iradio_square-grey { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(grey.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-grey { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-grey.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-grey.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-grey.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-grey.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-grey { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-grey.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-grey.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-grey.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-grey.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-grey, 54 | .iradio_square-grey { 55 | background-image: url(grey@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/grey.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/grey@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/grey@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/orange.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/orange@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/orange@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/pink.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, pink 2 | ----------------------------------- */ 3 | .icheckbox_square-pink, 4 | .iradio_square-pink { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(pink.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-pink { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-pink.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-pink.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-pink.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-pink.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-pink { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-pink.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-pink.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-pink.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-pink.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-pink, 54 | .iradio_square-pink { 55 | background-image: url(pink@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/pink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/pink.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/pink@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/pink@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/purple.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/purple@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/purple@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/red.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, red 2 | ----------------------------------- */ 3 | .icheckbox_square-red, 4 | .iradio_square-red { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(red.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square-red { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square-red.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square-red.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square-red.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square-red.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square-red { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square-red.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square-red.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square-red.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square-red.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square-red, 54 | .iradio_square-red { 55 | background-image: url(red@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/red.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/red@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/red@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/square.css: -------------------------------------------------------------------------------- 1 | /* iCheck plugin Square skin, black 2 | ----------------------------------- */ 3 | .icheckbox_square, 4 | .iradio_square { 5 | display: inline-block; 6 | *display: inline; 7 | vertical-align: middle; 8 | margin: 0; 9 | padding: 0; 10 | width: 22px; 11 | height: 22px; 12 | background: url(square.png) no-repeat; 13 | border: none; 14 | cursor: pointer; 15 | } 16 | 17 | .icheckbox_square { 18 | background-position: 0 0; 19 | } 20 | .icheckbox_square.hover { 21 | background-position: -24px 0; 22 | } 23 | .icheckbox_square.checked { 24 | background-position: -48px 0; 25 | } 26 | .icheckbox_square.disabled { 27 | background-position: -72px 0; 28 | cursor: default; 29 | } 30 | .icheckbox_square.checked.disabled { 31 | background-position: -96px 0; 32 | } 33 | 34 | .iradio_square { 35 | background-position: -120px 0; 36 | } 37 | .iradio_square.hover { 38 | background-position: -144px 0; 39 | } 40 | .iradio_square.checked { 41 | background-position: -168px 0; 42 | } 43 | .iradio_square.disabled { 44 | background-position: -192px 0; 45 | cursor: default; 46 | } 47 | .iradio_square.checked.disabled { 48 | background-position: -216px 0; 49 | } 50 | 51 | /* HiDPI support */ 52 | @media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) { 53 | .icheckbox_square, 54 | .iradio_square { 55 | background-image: url(square@2x.png); 56 | -webkit-background-size: 240px 24px; 57 | background-size: 240px 24px; 58 | } 59 | } -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/square.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/square@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/square@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/yellow.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/css/skins/square/yellow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/css/skins/square/yellow@2x.png -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /98k房卡/web/lib/bootstrap/js/bootstrap-datepicker.zh-CN.min.js: -------------------------------------------------------------------------------- 1 | !function(a){a.fn.datepicker.dates["zh-CN"]={days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日"],daysShort:["周日","周一","周二","周三","周四","周五","周六","周日"],daysMin:["日","一","二","三","四","五","六","日"],months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthsShort:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],today:"今日",format:"yyyy年mm月dd日",weekStart:1,clear:"清空"}}(jQuery); -------------------------------------------------------------------------------- /98k房卡/web/lib/fancy-zoom/css/fancyzoom.css: -------------------------------------------------------------------------------- 1 | 2 | #zoom-box { 3 | background: white; 4 | border-radius: 10px; 5 | box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75); 6 | padding: 10px; 7 | z-index: 1000; 8 | border: 1px solid #999; 9 | } 10 | 11 | #zoom-box img { 12 | padding:0px; 13 | } 14 | 15 | #zoom-box > .zoom-close { 16 | position: absolute; 17 | top: -10px; 18 | left: -13px; 19 | } 20 | 21 | #zoom-box img { 22 | border: none; 23 | } 24 | 25 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fancy-zoom/img/closebox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fancy-zoom/img/closebox.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fancy-zoom/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fancy Zoom 6 | 7 | 8 | 9 | 14 | 15 | 25 | 26 | 27 |
28 |
29 |

Fancy Zoom (jQuery)

30 |
31 | 32 |
33 | 34 | 35 |
36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2007-2009 IOLA and Ole Laursen 2 | 3 | Permission is hereby granted, free of charge, to any person 4 | obtaining a copy of this software and associated documentation 5 | files (the "Software"), to deal in the Software without 6 | restriction, including without limitation the rights to use, 7 | copy, modify, merge, publish, distribute, sublicense, and/or sell 8 | copies of the Software, and to permit persons to whom the 9 | Software is furnished to do so, subject to the following 10 | conditions: 11 | 12 | The above copyright notice and this permission notice shall be 13 | included in all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 17 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 19 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 20 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 21 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 22 | OTHER DEALINGS IN THE SOFTWARE. 23 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/Makefile: -------------------------------------------------------------------------------- 1 | # Makefile for generating minified files 2 | 3 | .PHONY: all 4 | 5 | # we cheat and process all .js files instead of an exhaustive list 6 | all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js))) 7 | 8 | %.min.js: %.js 9 | yui-compressor $< -o $@ 10 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/arrow-down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/flot/examples/arrow-down.gif -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/arrow-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/flot/examples/arrow-left.gif -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/arrow-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/flot/examples/arrow-right.gif -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/arrow-up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/flot/examples/arrow-up.gif -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/basic.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Flot Examples 6 | 7 | 8 | 9 | 10 | 11 | 12 |

Flot Examples

13 | 14 |
15 | 16 |

Simple example. You don't need to specify much to get an 17 | attractive look. Put in a placeholder, make sure you set its 18 | dimensions (otherwise the plot library will barf) and call the 19 | plot function with the data. The axes are automatically 20 | scaled.

21 | 22 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth-1.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth-2.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth-3.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth-4.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth-5.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-eu-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Europe (EU27)", 3 | "data": [[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-japan-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "Japan", 3 | "data": [[1999, -0.1], [2000, 2.9], [2001, 0.2], [2002, 0.3], [2003, 1.4], [2004, 2.7], [2005, 1.9], [2006, 2.0], [2007, 2.3], [2008, -0.7]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/data-usa-gdp-growth.json: -------------------------------------------------------------------------------- 1 | { 2 | "label": "USA", 3 | "data": [[1999, 4.4], [2000, 3.7], [2001, 0.8], [2002, 1.6], [2003, 2.5], [2004, 3.6], [2005, 2.9], [2006, 2.8], [2007, 2.0], [2008, 1.1]] 4 | } 5 | -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/hs-2004-27-a-large_web.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/flot/examples/hs-2004-27-a-large_web.jpg -------------------------------------------------------------------------------- /98k房卡/web/lib/flot/examples/layout.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: sans-serif; 3 | font-size: 16px; 4 | margin: 50px; 5 | max-width: 800px; 6 | } 7 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .@{fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "spinning.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: -@fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/mixins.less: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | .fa-icon-rotate(@degrees, @rotation) { 5 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation); 6 | -webkit-transform: rotate(@degrees); 7 | -moz-transform: rotate(@degrees); 8 | -ms-transform: rotate(@degrees); 9 | -o-transform: rotate(@degrees); 10 | transform: rotate(@degrees); 11 | } 12 | 13 | .fa-icon-flip(@horiz, @vert, @rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation, mirror=1); 15 | -webkit-transform: scale(@horiz, @vert); 16 | -moz-transform: scale(@horiz, @vert); 17 | -ms-transform: scale(@horiz, @vert); 18 | -o-transform: scale(@horiz, @vert); 19 | transform: scale(@horiz, @vert); 20 | } 21 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: ~"url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}')"; 7 | src: ~"url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype')", 8 | ~"url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff')", 9 | ~"url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype')", 10 | ~"url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg')"; 11 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/spinning.less: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .@{fa-css-prefix}-spin { 5 | -webkit-animation: spin 2s infinite linear; 6 | -moz-animation: spin 2s infinite linear; 7 | -o-animation: spin 2s infinite linear; 8 | animation: spin 2s infinite linear; 9 | } 10 | 11 | @-moz-keyframes spin { 12 | 0% { -moz-transform: rotate(0deg); } 13 | 100% { -moz-transform: rotate(359deg); } 14 | } 15 | @-webkit-keyframes spin { 16 | 0% { -webkit-transform: rotate(0deg); } 17 | 100% { -webkit-transform: rotate(359deg); } 18 | } 19 | @-o-keyframes spin { 20 | 0% { -o-transform: rotate(0deg); } 21 | 100% { -o-transform: rotate(359deg); } 22 | } 23 | @keyframes spin { 24 | 0% { 25 | -webkit-transform: rotate(0deg); 26 | transform: rotate(0deg); 27 | } 28 | 100% { 29 | -webkit-transform: rotate(359deg); 30 | transform: rotate(359deg); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .pull-right { float: right; } 11 | .pull-left { float: left; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.pull-left { margin-right: .3em; } 15 | &.pull-right { margin-left: .3em; } 16 | } 17 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font-family: FontAwesome; 7 | font-style: normal; 8 | font-weight: normal; 9 | line-height: 1; 10 | -webkit-font-smoothing: antialiased; 11 | -moz-osx-font-smoothing: grayscale; 12 | } 13 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | // Mixins 2 | // -------------------------- 3 | 4 | @mixin fa-icon-rotate($degrees, $rotation) { 5 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 6 | -webkit-transform: rotate($degrees); 7 | -moz-transform: rotate($degrees); 8 | -ms-transform: rotate($degrees); 9 | -o-transform: rotate($degrees); 10 | transform: rotate($degrees); 11 | } 12 | 13 | @mixin fa-icon-flip($horiz, $vert, $rotation) { 14 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}); 15 | -webkit-transform: scale($horiz, $vert); 16 | -moz-transform: scale($horiz, $vert); 17 | -ms-transform: scale($horiz, $vert); 18 | -o-transform: scale($horiz, $vert); 19 | transform: scale($horiz, $vert); 20 | } 21 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_path.scss: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); 7 | src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), 8 | url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), 9 | url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), 10 | url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); 11 | //src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_spinning.scss: -------------------------------------------------------------------------------- 1 | // Spinning Icons 2 | // -------------------------- 3 | 4 | .#{$fa-css-prefix}-spin { 5 | -webkit-animation: spin 2s infinite linear; 6 | -moz-animation: spin 2s infinite linear; 7 | -o-animation: spin 2s infinite linear; 8 | animation: spin 2s infinite linear; 9 | } 10 | 11 | @-moz-keyframes spin { 12 | 0% { -moz-transform: rotate(0deg); } 13 | 100% { -moz-transform: rotate(359deg); } 14 | } 15 | @-webkit-keyframes spin { 16 | 0% { -webkit-transform: rotate(0deg); } 17 | 100% { -webkit-transform: rotate(359deg); } 18 | } 19 | @-o-keyframes spin { 20 | 0% { -o-transform: rotate(0deg); } 21 | 100% { -o-transform: rotate(359deg); } 22 | } 23 | @keyframes spin { 24 | 0% { 25 | -webkit-transform: rotate(0deg); 26 | transform: rotate(0deg); 27 | } 28 | 100% { 29 | -webkit-transform: rotate(359deg); 30 | transform: rotate(359deg); 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /98k房卡/web/lib/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "spinning"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/.DS_Store -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/animated-overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/animated-overlay.gif -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_50_3baae3_1x400.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_2694e8_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_2694e8_256x240.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_3d80b3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_3d80b3_256x240.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_72a7cf_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_72a7cf_256x240.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/lib/fullcalendar-1.6.4/demos/cupertino/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/gcal.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 38 | 59 | 60 | 61 | 62 |
63 | 64 | 65 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/json-events.php: -------------------------------------------------------------------------------- 1 | 111, 10 | 'title' => "Event1", 11 | 'start' => "$year-$month-10", 12 | 'url' => "http://yahoo.com/" 13 | ), 14 | 15 | array( 16 | 'id' => 222, 17 | 'title' => "Event2", 18 | 'start' => "$year-$month-20", 19 | 'end' => "$year-$month-22", 20 | 'url' => "http://yahoo.com/" 21 | ) 22 | 23 | )); 24 | 25 | ?> 26 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/demos/json.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 34 | 55 | 56 | 57 | 58 |
59 |

json-events.php needs to be running in the same directory.

60 | 61 | 62 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/fullcalendar/fullcalendar.print.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * FullCalendar v1.6.4 Print Stylesheet 3 | * Docs & License: http://arshaw.com/fullcalendar/ 4 | * (c) 2013 Adam Shaw 5 | */ 6 | 7 | /* 8 | * Include this stylesheet on your page to get a more printer-friendly calendar. 9 | * When including this stylesheet, use the media='print' attribute of the tag. 10 | * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css. 11 | */ 12 | 13 | 14 | /* Events 15 | -----------------------------------------------------*/ 16 | 17 | .fc-event { 18 | background: #fff !important; 19 | color: #000 !important; 20 | } 21 | 22 | /* for vertical events */ 23 | 24 | .fc-event-bg { 25 | display: none !important; 26 | } 27 | 28 | .fc-event .ui-resizable-handle { 29 | display: none !important; 30 | } 31 | 32 | 33 | -------------------------------------------------------------------------------- /98k房卡/web/lib/fullcalendar-1.6.4/license.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2013 Adam Shaw 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining 4 | a copy of this software and associated documentation files (the 5 | "Software"), to deal in the Software without restriction, including 6 | without limitation the rights to use, copy, modify, merge, publish, 7 | distribute, sublicense, and/or sell copies of the Software, and to 8 | permit persons to whom the Software is furnished to do so, subject to 9 | the following conditions: 10 | 11 | The above copyright notice and this permission notice shall be 12 | included in all copies or substantial portions of the Software. 13 | 14 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 21 | -------------------------------------------------------------------------------- /98k房卡/web/lib/jQuery-Knob/knob.jquery.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "knob", 3 | "title": "jQuery Knob", 4 | "description": "Nice, downward compatible, touchable, jQuery dial.", 5 | "keywords": [ 6 | "dial", 7 | "button", 8 | "knob", 9 | "ui", 10 | "input" 11 | ], 12 | "version": "1.2.2", 13 | "author": { 14 | "name": "Anthony Terrien", 15 | "url": "https://github.com/aterrien" 16 | }, 17 | "maintainers": [ 18 | { 19 | "name": "Anthony Terrien", 20 | "email": "kontrol@anthonyterrien.com", 21 | "url": "http://anthonyterrien.com/knob" 22 | } 23 | ], 24 | "licenses": [ 25 | { 26 | "type": "MIT", 27 | "url": "http://opensource.org/licenses/mit-license.php" 28 | } 29 | ], 30 | "bugs": "https://github.com/aterrien/jQuery-Knob/issues", 31 | "homepage": "https://github.com/aterrien/jQuery-Knob", 32 | "docs": "https://github.com/aterrien/jQuery-Knob", 33 | "download": "https://github.com/aterrien/jQuery-Knob/tags", 34 | "dependencies": { 35 | "jquery": ">=1.7.0" 36 | } 37 | } 38 | -------------------------------------------------------------------------------- /98k房卡/web/lib/jquery.imagesloaded.min.js: -------------------------------------------------------------------------------- 1 | (function(c,n){var l="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";c.fn.imagesLoaded=function(f){function m(){var b=c(i),a=c(h);d&&(h.length?d.reject(e,b,a):d.resolve(e));c.isFunction(f)&&f.call(g,e,b,a)}function j(b,a){b.src===l||-1!==c.inArray(b,k)||(k.push(b),a?h.push(b):i.push(b),c.data(b,"imagesLoaded",{isBroken:a,src:b.src}),o&&d.notifyWith(c(b),[a,e,c(i),c(h)]),e.length===k.length&&(setTimeout(m),e.unbind(".imagesLoaded")))}var g=this,d=c.isFunction(c.Deferred)?c.Deferred(): 2 | 0,o=c.isFunction(d.notify),e=g.find("img").add(g.filter("img")),k=[],i=[],h=[];c.isPlainObject(f)&&c.each(f,function(b,a){if("callback"===b)f=a;else if(d)d[b](a)});e.length?e.bind("load.imagesLoaded error.imagesLoaded",function(b){j(b.target,"error"===b.type)}).each(function(b,a){var d=a.src,e=c.data(a,"imagesLoaded");if(e&&e.src===d)j(a,e.isBroken);else if(a.complete&&a.naturalWidth!==n)j(a,0===a.naturalWidth||0===a.naturalHeight);else if(a.readyState||a.complete)a.src=l,a.src=d}):m();return d?d.promise(g): 3 | g}})(jQuery); 4 | -------------------------------------------------------------------------------- /98k房卡/web/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /98k房卡/web/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /98k房卡/web/obj/Debug/GameAdminWeb.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/obj/Debug/GameAdminWeb.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /98k房卡/web/obj/Debug/GameAdminWeb.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/obj/Debug/GameAdminWeb.dll -------------------------------------------------------------------------------- /98k房卡/web/obj/Debug/GameAdminWeb.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/obj/Debug/GameAdminWeb.pdb -------------------------------------------------------------------------------- /98k房卡/web/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /98k房卡/web/qqq/db_project.manifest: -------------------------------------------------------------------------------- 1 | { 2 | "packageUrl" : "http://tttt.144ka.com/qqq/file/", 3 | "remoteManifestUrl" : "http://tttt.144ka.com/qqq/db_project.manifest", 4 | "remoteVersionUrl" : "http://tttt.144ka.com/qqq/db_version.manifest", 5 | "version" : "1.0.0.5", 6 | "engineVersion" : "3.10 version", 7 | 8 | "assets" : { 9 | "res/csb.zip" : { 10 | "md5" : "2018_07_16_1002", 11 | "compressed" : true 12 | }, 13 | "src/app.zip" : { 14 | "md5" : "2018_07_16_1005", 15 | "compressed" : true 16 | }, 17 | "res/Add.zip" : { 18 | "md5" : "2018_07_16_1002", 19 | "compressed" : true 20 | }, 21 | "res/GameTalk.zip" : { 22 | "md5" : "2018_07_16_1002", 23 | "compressed" : true 24 | }, 25 | "res/MusicEx.zip" : { 26 | "md5" : "2018_07_16_1002", 27 | "compressed" : true 28 | }, 29 | "res/Reload.zip" : { 30 | "md5" : "2018_07_16_1002", 31 | "compressed" : true 32 | }, 33 | "res/ShareRecord.zip" : { 34 | "md5" : "2018_07_16_1002", 35 | "compressed" : true 36 | }, 37 | "res/Face.zip" : { 38 | "md5" : "2018_07_16_1004", 39 | "compressed" : true 40 | } 41 | }, 42 | 43 | "searchPaths" : [ 44 | ] 45 | } -------------------------------------------------------------------------------- /98k房卡/web/qqq/db_version.manifest: -------------------------------------------------------------------------------- 1 | { 2 | "packageUrl" : "http://tttt.144ka.com/qqq/file/", 3 | "remoteManifestUrl" : "http://tttt.144ka.com/qqq/db_project.manifest", 4 | "remoteVersionUrl" : "http://tttt.144ka.com/qqq/db_version.manifest", 5 | "version" : "1.0.0.5", 6 | "engineVersion" : "3.10 version" 7 | } -------------------------------------------------------------------------------- /98k房卡/web/qqq/eggdoor.html: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/Add.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/Add.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/AddEx02.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/AddEx02.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/Alert.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/Alert.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/Face.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/Face.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/GameMenu.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/GameMenu.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/GameTable.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/GameTable.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/GameTalk.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/GameTalk.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/GameUser.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/GameUser.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/MainReplace.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/MainReplace.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/MainRoom.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/MainRoom.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/MusicEx.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/MusicEx.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/Reload.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/Reload.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/ShareRecord.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/ShareRecord.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/csb.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/csb.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/res/res.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/res/res.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/file/src/app.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/qqq/file/src/app.zip -------------------------------------------------------------------------------- /98k房卡/web/qqq/opendownload.html: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /98k房卡/web/statusJson.aspx.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Web; 5 | using System.Web.UI; 6 | using System.Web.UI.WebControls; 7 | 8 | public partial class statusJson : System.Web.UI.Page 9 | { 10 | protected void Page_Load(object sender, EventArgs e) 11 | { 12 | Response.Write("1"); 13 | Response.End(); 14 | } 15 | } -------------------------------------------------------------------------------- /98k房卡/web/stylesheets/elements.css: -------------------------------------------------------------------------------- 1 | /*--------------------------------------------------- 2 | LESS Elements 0.6 3 | --------------------------------------------------- 4 | A set of useful LESS mixins by Dmitry Fadeyev 5 | Special thanks for mixin suggestions to: 6 | Kris Van Herzeele, 7 | Benoit Adam, 8 | Portenart Emile-Victor, 9 | Ryan Faerman 10 | 11 | More info at: http://lesselements.com 12 | -----------------------------------------------------*/ 13 | -------------------------------------------------------------------------------- /98k房卡/web/stylesheets/isotope.css: -------------------------------------------------------------------------------- 1 | .isotope, 2 | .isotope .isotope-item { 3 | /* change duration value to whatever you like */ 4 | -webkit-transition-duration: 0.8s; 5 | -moz-transition-duration: 0.8s; 6 | -ms-transition-duration: 0.8s; 7 | -o-transition-duration: 0.8s; 8 | transition-duration: 0.8s; 9 | } 10 | 11 | .isotope { 12 | -webkit-transition-property: height, width; 13 | -moz-transition-property: height, width; 14 | -ms-transition-property: height, width; 15 | -o-transition-property: height, width; 16 | transition-property: height, width; 17 | } 18 | 19 | .isotope .isotope-item { 20 | -webkit-transition-property: -webkit-transform, opacity; 21 | -moz-transition-property: -moz-transform, opacity; 22 | -ms-transition-property: -ms-transform, opacity; 23 | -o-transition-property: -o-transform, opacity; 24 | transition-property: transform, opacity; 25 | } 26 | 27 | /**** disabling Isotope CSS3 transitions ****/ 28 | 29 | .isotope.no-transition, 30 | .isotope.no-transition .isotope-item, 31 | .isotope .isotope-item.no-transition { 32 | -webkit-transition-duration: 0s; 33 | -moz-transition-duration: 0s; 34 | -ms-transition-duration: 0s; 35 | -o-transition-duration: 0s; 36 | transition-duration: 0s; 37 | } 38 | -------------------------------------------------------------------------------- /98k房卡/web/theme/premium-colors.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="C#" MasterPageFile="~/NestedMasterPage.master" AutoEventWireup="true" CodeBehind="premium-colors.aspx.cs" Inherits="GameAdminWeb.theme.premium_colors" %> 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /98k房卡/web/tzn.aspx: -------------------------------------------------------------------------------- 1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="statusJson.aspx.cs" Inherits="statusJson" %> 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 |
13 | 14 |
15 |
16 | 17 | 18 | -------------------------------------------------------------------------------- /98k房卡/web/wfReplace_Backup_20180516_192018_58c34eab.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/wfReplace_Backup_20180516_192018_58c34eab.zip -------------------------------------------------------------------------------- /98k房卡/web/wfReplace_Backup_20180518_172121_afaaaa2f.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/wfReplace_Backup_20180518_172121_afaaaa2f.zip -------------------------------------------------------------------------------- /98k房卡/web/yxykey.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/web/yxykey.pfx -------------------------------------------------------------------------------- /98k房卡/搭建教程.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/98k房卡/搭建教程.zip -------------------------------------------------------------------------------- /db.json: -------------------------------------------------------------------------------- 1 | { 2 | "posts": [ 3 | { 4 | "id": 1, 5 | "title": "Post 1" 6 | }, 7 | { 8 | "id": 2, 9 | "title": "Post 2" 10 | }, 11 | { 12 | "id": 3, 13 | "title": "Post 3" 14 | } 15 | ], 16 | "comments": [ 17 | { 18 | "id": 1, 19 | "body": "some comment", 20 | "postId": 1 21 | }, 22 | { 23 | "id": 2, 24 | "body": "some comment", 25 | "postId": 1 26 | } 27 | ], 28 | "profile": { 29 | "name": "typicode" 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qmcloud/chess/b77dd6e58922144ced2fbff8699bc6cf3609706c/tree.txt -------------------------------------------------------------------------------- /云码娱乐棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /交好易棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /京城娱乐金币版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /创游互娱棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /四合一天天棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /大亨娱乐房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /大亨联盟房卡版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /大富贵扫雷/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /威漫真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /开船大吃小棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版微星棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版微星金币版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版星耀特别真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版永利棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版百棋棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /新版龙珠真钱/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /星耀战斗版金币/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /星耀鲨鱼棋牌版真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /最新云裳7打赏平台/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /最新大亨互娱房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /最新火萤天天棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /最新版战斗牛棋牌/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /梦港富贵精品金币版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /火萤棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /牛大圣房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /牛王棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /百棋momo/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /百棋永利棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /百棋金牛最新版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /百棋陌陌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /空娱完美版房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /红鸟3D真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /豆客十三水房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /金牛棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /长沙邵阳麻将房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /陌陌棋牌真钱版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /颂游旗航棋牌真钱/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /颂游黑金版金币版/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | -------------------------------------------------------------------------------- /鸿运棋牌房卡/README.md: -------------------------------------------------------------------------------- 1 | ##耗时多年整理几十套棋牌源码(带小白搭建教程) 2 | 3 | 4 | ####介绍: 5 | 6 | * 百人牌九、通比牛牛、抢庄牛牛、二八杠、蛟龙出海、李逵捕鱼、百人牛牛、斗地主 7 | 龙凤斗、百家乐、炸金花、红黑默战、水果拉霸 8 | 9 | 10 | * 通比牛牛后台胜率控制前台换牌控制透视控制 11 | * 扎金花后台胜率控制前台换牌控制透视控制指定玩家输赢 12 | * 抢庄牛牛后台胜率控制前台换牌控制透视控制 13 | * 龙凤斗红黑大战百家乐百人牌九百人牛牛和二八杠库存控制衰减盈利 14 | * 李逵劈鱼蛟龙出海配置文件概率控制 15 | 16 | 17 | 18 | 19 | 20 | ####推广无限代理模式 21 | 22 | 23 | * 此平台推广系统完整,功能强大,系统自动给每个普通玩家分配专属推广链接和专属推广二维 24 | 码,只要通过此二维码链接注册的用户都是您的下级,下级玩游戏不管输赢只要有流水您就可以得到提成,更重要的 25 | 是下级有自己的推广二维码和链接,您下级的下级玩游戏您也可以有提成,提成自动计算,客户端可随时查看并提 26 | 现,以此类推,实现无限级推广,达到裂变效果 ,有这样的模式你还发愁没客户吗? 27 | 代理系统介绍:系统有银商,充值抽成,抽水抽成三种代理模式,通过客户端申请经批准成为代理后,就成为平台的 28 | 合作伙伴代理,代理有自己砖属的代理后台和推广链接,可随时查看下级玩家游戏情况和自身收益。 29 | 完整运营产品 30 | 31 | 32 | ``` 33 | * 几十套棋牌源码每个里都自带一套搭建教程小白跟着视频一步一步搭建都会学会! 34 | 35 | * 还有十几个工具都是一起的,扫雷,打赏平台都有每套源码都是修复完整版的 36 | 37 | * 微信:BCFind5 38 | ``` 39 | ####严禁商用,否则后果自负 40 | --------------------------------------------------------------------------------