├── img
├── dpic.jpg
├── admin.jpg
├── beian.png
├── def_index.jpg
└── social-icons
│ ├── rss.svg
│ ├── email.svg
│ ├── tel.svg
│ ├── telegram.svg
│ ├── facebook.svg
│ ├── instagram.svg
│ ├── twitter.svg
│ ├── douban.svg
│ ├── behance.svg
│ ├── steam.svg
│ ├── qq.svg
│ ├── zhihu.svg
│ ├── dribbble.svg
│ ├── whatsapp.svg
│ ├── coolapk.svg
│ ├── bilibili.svg
│ ├── neteasemusic.svg
│ ├── personalpage.svg
│ ├── weibo.svg
│ ├── wechat.svg
│ └── github.svg
├── screenshot.png
├── js
├── bt_icon
│ ├── ad.png
│ ├── fold.png
│ ├── list.png
│ ├── post.png
│ ├── table.png
│ ├── github.png
│ ├── warning.png
│ └── progress.png
├── better_comment.js
├── search.js
├── sc1.js
└── admin_tag.js
├── languages
├── en_US.mo
├── tr_TR.mo
├── zh_HK.mo
└── zh_TW.mo
├── fonts
├── Montserrat-Light.eot
├── Montserrat-Light.woff
├── Montserrat-Light.woff2
├── Montserrat-Regular.eot
├── Montserrat-Regular.woff
├── Montserrat-Regular.woff2
├── Montserrat-SemiBold.eot
├── Montserrat-SemiBold.woff
└── Montserrat-SemiBold.woff2
├── gutenberg-src
├── src
│ ├── mdx
│ │ ├── style.scss
│ │ ├── editor.scss
│ │ └── languages
│ │ │ ├── template.pot
│ │ │ ├── zh_HK.po
│ │ │ ├── zh_TW.po
│ │ │ ├── en_US.po
│ │ │ └── tr_TR.po
│ ├── common.scss
│ ├── blocks.js
│ └── init.php
├── .eslintignore
├── .gitignore
├── README.md
├── .editorconfig
├── plugin.php
└── package.json
├── includes
├── cdn_version.php
├── admin_init_ver.php
├── admin_init_fn.php
├── admin.css
├── searchform.php
├── main_loop.php
├── admin_functions.css
├── author_card.php
├── share_oversea.php
├── toggleposts.php
├── default_value.php
└── same_posts.php
├── mdui
└── icons
│ └── material-icons
│ ├── MaterialIcons-Regular.woff
│ ├── material_2_icon_font.woff
│ ├── material_2_icon_font.woff2
│ └── MaterialIcons-Regular.woff2
├── plugin-update-checker
├── Puc
│ ├── v4
│ │ └── Factory.php
│ └── v4p9
│ │ ├── DebugBar
│ │ ├── ThemePanel.php
│ │ ├── PluginPanel.php
│ │ └── PluginExtension.php
│ │ ├── Vcs
│ │ ├── BaseChecker.php
│ │ ├── Reference.php
│ │ └── ThemeUpdateChecker.php
│ │ ├── Update.php
│ │ ├── Autoloader.php
│ │ ├── Theme
│ │ ├── Package.php
│ │ ├── Update.php
│ │ └── UpdateChecker.php
│ │ ├── Utils.php
│ │ ├── OAuthSignature.php
│ │ ├── InstalledPackage.php
│ │ ├── Metadata.php
│ │ └── StateStore.php
├── plugin-update-checker.php
├── vendor
│ └── Parsedown.php
├── composer.json
├── license.txt
├── load-v4p9.php
├── css
│ └── puc-debug-bar.css
└── js
│ └── debug-bar.js
├── .gitignore
├── .editorconfig
├── src
├── tools
│ ├── debounce.js
│ ├── betterFetch.js
│ ├── opacity.js
│ ├── fade.js
│ ├── ele.js
│ └── scrollTo.js
├── login.js
└── search.js
├── postcss.config.js
├── searchform.php
├── babel.config.json
├── template-parts
├── content-5-status.php
├── content-first-5-status.php
├── content-1-status.php
├── content-2-status.php
├── content-3-status.php
├── content-first-1-status.php
├── content-first-2-status.php
├── content-first-3-status.php
├── content-4-status.php
├── content-first-4-status.php
├── content-4.php
├── content-first-4.php
├── content-2.php
├── content-first-2.php
├── content-first-5.php
└── content-5.php
├── blocks
└── languages
│ ├── mdx-en_US-mdx_block_js.json
│ ├── mdx-zh_HK-mdx_block_js.json
│ ├── mdx-zh_TW-mdx_block_js.json
│ └── mdx-tr_TR-mdx_block_js.json
├── package.json
├── css
├── flickity.min.css
└── oled.css
├── ajax-comment
├── main.php
└── app.js
├── README
├── zh_CN.md
└── tr_TR.md
├── webpack.config.js
├── comments.php
├── 404.php
└── README.md
/img/dpic.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/img/dpic.jpg
--------------------------------------------------------------------------------
/img/admin.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/img/admin.jpg
--------------------------------------------------------------------------------
/img/beian.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/img/beian.png
--------------------------------------------------------------------------------
/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/screenshot.png
--------------------------------------------------------------------------------
/img/def_index.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/img/def_index.jpg
--------------------------------------------------------------------------------
/js/bt_icon/ad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/ad.png
--------------------------------------------------------------------------------
/js/bt_icon/fold.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/fold.png
--------------------------------------------------------------------------------
/js/bt_icon/list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/list.png
--------------------------------------------------------------------------------
/js/bt_icon/post.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/post.png
--------------------------------------------------------------------------------
/js/bt_icon/table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/table.png
--------------------------------------------------------------------------------
/languages/en_US.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/languages/en_US.mo
--------------------------------------------------------------------------------
/languages/tr_TR.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/languages/tr_TR.mo
--------------------------------------------------------------------------------
/languages/zh_HK.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/languages/zh_HK.mo
--------------------------------------------------------------------------------
/languages/zh_TW.mo:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/languages/zh_TW.mo
--------------------------------------------------------------------------------
/js/bt_icon/github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/github.png
--------------------------------------------------------------------------------
/js/bt_icon/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/warning.png
--------------------------------------------------------------------------------
/js/bt_icon/progress.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/js/bt_icon/progress.png
--------------------------------------------------------------------------------
/fonts/Montserrat-Light.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Light.eot
--------------------------------------------------------------------------------
/fonts/Montserrat-Light.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Light.woff
--------------------------------------------------------------------------------
/fonts/Montserrat-Light.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Light.woff2
--------------------------------------------------------------------------------
/fonts/Montserrat-Regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Regular.eot
--------------------------------------------------------------------------------
/fonts/Montserrat-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Regular.woff
--------------------------------------------------------------------------------
/fonts/Montserrat-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-Regular.woff2
--------------------------------------------------------------------------------
/fonts/Montserrat-SemiBold.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-SemiBold.eot
--------------------------------------------------------------------------------
/fonts/Montserrat-SemiBold.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-SemiBold.woff
--------------------------------------------------------------------------------
/gutenberg-src/src/mdx/style.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * #.# Styles
3 | *
4 | * CSS for both Frontend+Backend.
5 | */
6 |
--------------------------------------------------------------------------------
/fonts/Montserrat-SemiBold.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/fonts/Montserrat-SemiBold.woff2
--------------------------------------------------------------------------------
/includes/cdn_version.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/mdui/icons/material-icons/MaterialIcons-Regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/mdui/icons/material-icons/MaterialIcons-Regular.woff
--------------------------------------------------------------------------------
/mdui/icons/material-icons/material_2_icon_font.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/mdui/icons/material-icons/material_2_icon_font.woff
--------------------------------------------------------------------------------
/mdui/icons/material-icons/material_2_icon_font.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/mdui/icons/material-icons/material_2_icon_font.woff2
--------------------------------------------------------------------------------
/mdui/icons/material-icons/MaterialIcons-Regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisKimZHT/mdx/master/mdui/icons/material-icons/MaterialIcons-Regular.woff2
--------------------------------------------------------------------------------
/gutenberg-src/.eslintignore:
--------------------------------------------------------------------------------
1 | **/*.min.js
2 | **/*.build.js
3 | **/node_modules/**
4 | **/vendor/**
5 | build
6 | coverage
7 | cypress
8 | node_modules
9 | vendor
10 |
--------------------------------------------------------------------------------
/gutenberg-src/src/mdx/editor.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * #.# Editor Styles
3 | *
4 | * CSS for just Backend enqueued after style.scss
5 | * which makes it higher in priority.
6 | */
7 |
--------------------------------------------------------------------------------
/plugin-update-checker/Puc/v4/Factory.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/gutenberg-src/README.md:
--------------------------------------------------------------------------------
1 | # MDx Blocks
2 |
3 | > Gutenberg blocks for MDx theme
4 |
5 | MDx主题内置的Gutenberg区块源码
6 |
7 | 运行`npm run start`会监听src文件夹的任何修改操作并实时生成开发环境的代码
8 |
9 | 运行`npm run build`会生成用于生产环境的代码
10 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .history
2 |
3 | .DS_Store
4 |
5 | *.log
6 |
7 | _config.yml
8 |
9 | node_modules
10 |
11 | .idea
12 |
13 | .directory
14 |
15 | *.map
16 |
17 | .vscode
18 |
19 | dist
20 |
21 | yarn.lock
22 |
--------------------------------------------------------------------------------
/.editorconfig:
--------------------------------------------------------------------------------
1 | root = true
2 |
3 | [*]
4 |
5 | indent_style = space
6 |
7 | indent_size = 4
8 |
9 | end_of_line = lf
10 |
11 | charset = utf-8
12 |
13 | trim_trailing_whitespace = false
14 |
15 | insert_final_newline = false
--------------------------------------------------------------------------------
/src/tools/debounce.js:
--------------------------------------------------------------------------------
1 | export default (fn, time) => {
2 | let timer = null;
3 | return function() {
4 | if (timer) {
5 | clearTimeout(timer);
6 | }
7 | timer = setTimeout(fn, time);
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = ({ env }) => ({
2 | plugins: [
3 | require('autoprefixer'),
4 | require('cssnano')({
5 | preset: 'default',
6 | }),
7 | require("postcss-inline-svg"),
8 | require("postcss-import")
9 | ]
10 | })
--------------------------------------------------------------------------------
/gutenberg-src/src/common.scss:
--------------------------------------------------------------------------------
1 | /**
2 | * #.# Common SCSS
3 | *
4 | * Can include things like variables and mixins
5 | * that are used across the project.
6 | */
7 |
8 | // Colors.
9 | $black: rgb(41, 41, 41);
10 | $white: #f4f4f4;
11 | $gray: #dedede;
12 | $green: #bada55;
13 | $red: orangered;
14 |
--------------------------------------------------------------------------------
/plugin-update-checker/plugin-update-checker.php:
--------------------------------------------------------------------------------
1 |
', htmlentities(print_r($info, true)), ''; 26 | } else { 27 | echo 'Failed to retrieve plugin info from the metadata URL.'; 28 | } 29 | exit; 30 | } 31 | } 32 | 33 | endif; 34 | -------------------------------------------------------------------------------- /plugin-update-checker/load-v4p9.php: -------------------------------------------------------------------------------- 1 | 'Puc_v4p9_Plugin_UpdateChecker', 12 | 'Theme_UpdateChecker' => 'Puc_v4p9_Theme_UpdateChecker', 13 | 14 | 'Vcs_PluginUpdateChecker' => 'Puc_v4p9_Vcs_PluginUpdateChecker', 15 | 'Vcs_ThemeUpdateChecker' => 'Puc_v4p9_Vcs_ThemeUpdateChecker', 16 | 17 | 'GitHubApi' => 'Puc_v4p9_Vcs_GitHubApi', 18 | 'BitBucketApi' => 'Puc_v4p9_Vcs_BitBucketApi', 19 | 'GitLabApi' => 'Puc_v4p9_Vcs_GitLabApi', 20 | ) 21 | as $pucGeneralClass => $pucVersionedClass 22 | ) { 23 | Puc_v4_Factory::addVersion($pucGeneralClass, $pucVersionedClass, '4.9'); 24 | //Also add it to the minor-version factory in case the major-version factory 25 | //was already defined by another, older version of the update checker. 26 | Puc_v4p9_Factory::addVersion($pucGeneralClass, $pucVersionedClass, '4.9'); 27 | } 28 | 29 | -------------------------------------------------------------------------------- /img/social-icons/dribbble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mdx", 3 | "version": "2.0.4", 4 | "description": "", 5 | "scripts": { 6 | "test": "echo \"Error: no test specified\" && exit 1", 7 | "build": "webpack" 8 | }, 9 | "author": "", 10 | "license": "GPL-3.0", 11 | "devDependencies": { 12 | "@babel/core": "^7.14.2", 13 | "@babel/plugin-transform-runtime": "^7.14.2", 14 | "@babel/preset-env": "^7.14.2", 15 | "@babel/runtime-corejs3": "^7.14.0", 16 | "autoprefixer": "^10.2.5", 17 | "babel-loader": "^8.2.2", 18 | "cache-loader": "^4.1.0", 19 | "css-loader": "^5.2.4", 20 | "cssnano": "^5.0.2", 21 | "file-loader": "^6.2.0", 22 | "less-loader": "^7.3.0", 23 | "mini-css-extract-plugin": "^1.6.0", 24 | "postcss": "^8.2.15", 25 | "postcss-import": "^14.0.2", 26 | "postcss-inline-svg": "^5.0.0", 27 | "postcss-loader": "^4.3.0", 28 | "style-loader": "^2.0.0", 29 | "webpack": "^4.46.0", 30 | "webpack-cli": "^4.7.0" 31 | }, 32 | "dependencies": { 33 | "@babel/runtime": "^7.14.0", 34 | "core-js": "^3.12.1", 35 | "html2canvas": "1.0.0-alpha.11" 36 | }, 37 | "browserslist": [ 38 | "> 1% in CN", 39 | "last 2 versions", 40 | "Firefox ESR", 41 | "not dead", 42 | "not ie 11" 43 | ] 44 | } 45 | -------------------------------------------------------------------------------- /img/social-icons/whatsapp.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /blocks/languages/mdx-zh_HK-mdx_block_js.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"YEAR-MO-DA HO:MI+ZONE","generator":"WP-CLI\/2.4.0","source":"mdx.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"en","plural-forms":"nplurals=2; plural=(n != 1);"},"MDx \u647a\u758a\u5185\u5bb9":["MDx \u647a\u758a\u5167\u5bb9"],"\u647a\u758a\u5185\u5bb9":["\u647a\u758a\u5167\u5bb9"],"\u88ab\u647a\u758a\u5185\u5bb9":["\u88ab\u647a\u758a\u5167\u5bb9"],"\u6807\u9898":["\u6a19\u984c"],"\u9ed8\u8ba4\u6253\u5f00":["\u9ed8\u8a8d\u6253\u958b"],"MDx \u8b66\u544a\u5185\u5bb9":["MDx \u8b66\u544a\u5167\u5bb9"],"\u8b66\u544a\u5185\u5bb9":["\u8b66\u544a\u5167\u5bb9"],"\u8b66\u544a":["\u8b66\u544a"],"MDx \u8fdb\u5ea6\u6307\u793a\u5668":["\u9032\u5ea6\u6307\u793a\u5668"],"\u8fdb\u5ea6\u6307\u793a\u5668":["\u9032\u5ea6\u6307\u793a\u5668"],"\u8fdb\u5ea6 (0-100)":["\u9032\u5ea6 (0-100)"],"MDx Github \u4fe1\u606f\u5361":["MDx Github \u4fe1\u606f\u5361"],"\u4f5c\u8005\u7528\u6237\u540d":["\u4f5c\u8005\u7528\u6236\u540d"],"\u4ed3\u5e93\u540d":["\u5009\u5eab\u540d"],"API \u7f51\u5173":["API \u7db2\u95dc"],"MDx \u6587\u7ae0\u4fe1\u606f\u5361":["MDx \u6587\u7ae0\u4fe1\u606f\u5361"],"\u6587\u7ae0\u4fe1\u606f\u5361":["\u6587\u7ae0\u4fe1\u606f\u5361"],"URL":["URL"],"MDx \u5e7f\u544a":["MDx \u5ee3\u544a"],"\u5e7f\u544a":["\u5ee3\u544a"]}}} -------------------------------------------------------------------------------- /blocks/languages/mdx-zh_TW-mdx_block_js.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"YEAR-MO-DA HO:MI+ZONE","generator":"WP-CLI\/2.4.0","source":"mdx.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"en","plural-forms":"nplurals=2; plural=(n != 1);"},"MDx \u647a\u758a\u5185\u5bb9":["MDx \u647a\u758a\u5167\u5bb9"],"\u647a\u758a\u5185\u5bb9":["\u647a\u758a\u5167\u5bb9"],"\u88ab\u647a\u758a\u5185\u5bb9":["\u88ab\u647a\u758a\u5167\u5bb9"],"\u6807\u9898":["\u6a19\u984c"],"\u9ed8\u8ba4\u6253\u5f00":["\u9810\u8a2d\u6253\u958b"],"MDx \u8b66\u544a\u5185\u5bb9":["MDx \u8b66\u544a\u5167\u5bb9"],"\u8b66\u544a\u5185\u5bb9":["\u8b66\u544a\u5167\u5bb9"],"\u8b66\u544a":["\u8b66\u544a"],"MDx \u8fdb\u5ea6\u6307\u793a\u5668":["\u9032\u5ea6\u6307\u793a\u5668"],"\u8fdb\u5ea6\u6307\u793a\u5668":["\u9032\u5ea6\u6307\u793a\u5668"],"\u8fdb\u5ea6 (0-100)":["\u9032\u5ea6 (0-100)"],"MDx Github \u4fe1\u606f\u5361":["MDx Github \u4fe1\u606f\u5361"],"\u4f5c\u8005\u7528\u6237\u540d":["\u4f5c\u8005\u7528\u6236\u540d"],"\u4ed3\u5e93\u540d":["\u5009\u5eab\u540d"],"API \u7f51\u5173":["API \u7db2\u95dc"],"MDx \u6587\u7ae0\u4fe1\u606f\u5361":["MDx \u6587\u7ae0\u4fe1\u606f\u5361"],"\u6587\u7ae0\u4fe1\u606f\u5361":["\u6587\u7ae0\u4fe1\u606f\u5361"],"URL":["URL"],"MDx \u5e7f\u544a":["MDx \u5ee3\u544a"],"\u5e7f\u544a":["\u5ee3\u544a"]}}} -------------------------------------------------------------------------------- /blocks/languages/mdx-tr_TR-mdx_block_js.json: -------------------------------------------------------------------------------- 1 | {"translation-revision-date":"2021-01-16 17:17+0300","generator":"WP-CLI\/2.4.0","source":"mdx.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"tr_TR","plural-forms":"nplurals=2; plural=(n != 1);"},"MDx \u6298\u53e0\u5185\u5bb9":["MDx Daralt\u0131lm\u0131\u015f \u0130\u00e7erik"],"\u6298\u53e0\u5185\u5bb9":["\u0130\u00e7eri\u011fi Daralt"],"\u88ab\u6298\u53e0\u5185\u5bb9":["Daralt\u0131lm\u0131\u015f \u0130\u00e7erik"],"\u6807\u9898":["Ba\u015fl\u0131k"],"\u9ed8\u8ba4\u6253\u5f00":["Varsay\u0131lan olarak a\u00e7"],"MDx \u8b66\u544a\u5185\u5bb9":["MDx Uyar\u0131 \u0130\u00e7eri\u011fi"],"\u8b66\u544a\u5185\u5bb9":["Uyar\u0131 \u0130\u00e7eri\u011fi"],"\u8b66\u544a":["Uyar\u0131"],"MDx \u8fdb\u5ea6\u6307\u793a\u5668":["MDx \u0130lerleme G\u00f6stergesi"],"\u8fdb\u5ea6\u6307\u793a\u5668":["\u0130lerleme G\u00f6stergesi"],"\u8fdb\u5ea6 (0-100)":["\u0130lerleme (0-100)"],"MDx Github \u4fe1\u606f\u5361":["MDx GitHub Bilgi Kart\u0131"],"\u4f5c\u8005\u7528\u6237\u540d":["Yazar Kullan\u0131c\u0131 Ad\u0131"],"\u4ed3\u5e93\u540d":["Depo Ad\u0131"],"API \u7f51\u5173":["API Ge\u00e7idi"],"MDx \u6587\u7ae0\u4fe1\u606f\u5361":["MDx Makale Bilgi Kart\u0131"],"\u6587\u7ae0\u4fe1\u606f\u5361":["Makale Bilgi Kart\u0131"],"URL":["URL"],"MDx \u5e7f\u544a":["MDx Reklam"],"\u5e7f\u544a":["Reklam"]}}} -------------------------------------------------------------------------------- /plugin-update-checker/Puc/v4p9/Vcs/Reference.php: -------------------------------------------------------------------------------- 1 | properties = $properties; 21 | } 22 | 23 | /** 24 | * @param string $name 25 | * @return mixed|null 26 | */ 27 | public function __get($name) { 28 | return array_key_exists($name, $this->properties) ? $this->properties[$name] : null; 29 | } 30 | 31 | /** 32 | * @param string $name 33 | * @param mixed $value 34 | */ 35 | public function __set($name, $value) { 36 | $this->properties[$name] = $value; 37 | } 38 | 39 | /** 40 | * @param string $name 41 | * @return bool 42 | */ 43 | public function __isset($name) { 44 | return isset($this->properties[$name]); 45 | } 46 | 47 | } 48 | 49 | endif; 50 | -------------------------------------------------------------------------------- /img/social-icons/coolapk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /plugin-update-checker/css/puc-debug-bar.css: -------------------------------------------------------------------------------- 1 | .puc-debug-bar-panel-v4 pre { 2 | margin-top: 0; 3 | } 4 | 5 | /* Style the debug data table to match "widefat" table style used by WordPress. */ 6 | table.puc-debug-data { 7 | width: 100%; 8 | clear: both; 9 | margin: 0; 10 | 11 | border-spacing: 0; 12 | background-color: #f9f9f9; 13 | 14 | border-radius: 3px; 15 | border: 1px solid #dfdfdf; 16 | border-collapse: separate; 17 | } 18 | 19 | table.puc-debug-data * { 20 | word-wrap: break-word; 21 | } 22 | 23 | table.puc-debug-data th { 24 | width: 11em; 25 | padding: 7px 7px 8px; 26 | text-align: left; 27 | 28 | font-family: "Georgia", "Times New Roman", "Bitstream Charter", "Times", serif; 29 | font-weight: 400; 30 | font-size: 14px; 31 | line-height: 1.3em; 32 | text-shadow: rgba(255, 255, 255, 0.804) 0 1px 0; 33 | } 34 | 35 | table.puc-debug-data td, table.puc-debug-data th { 36 | border-width: 1px 0; 37 | border-style: solid; 38 | 39 | border-top-color: #fff; 40 | border-bottom-color: #dfdfdf; 41 | 42 | text-transform: none; 43 | } 44 | 45 | table.puc-debug-data td { 46 | color: #555; 47 | font-size: 12px; 48 | padding: 4px 7px 2px; 49 | vertical-align: top; 50 | } 51 | 52 | .puc-ajax-response { 53 | border: 1px solid #dfdfdf; 54 | border-radius: 3px; 55 | padding: 0.5em; 56 | margin: 5px 0; 57 | background-color: white; 58 | } 59 | 60 | .puc-ajax-nonce { 61 | display: none; 62 | } 63 | 64 | .puc-ajax-response dt { 65 | margin: 0; 66 | } 67 | 68 | .puc-ajax-response dd { 69 | margin: 0 0 1em; 70 | } 71 | -------------------------------------------------------------------------------- /img/social-icons/bilibili.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/social-icons/neteasemusic.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/social-icons/personalpage.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/tools/ele.js: -------------------------------------------------------------------------------- 1 | export default (selector, callback = null, returnType = 'single') => { 2 | if (typeof selector === "object") { 3 | return selector; 4 | } else if (typeof selector !== "string") { 5 | return document.createElement("div"); 6 | } 7 | 8 | let elems = null; 9 | let idSelector = false; 10 | if (!selector.match(/[ <>:~+^=]/)) { 11 | if (selector[0] === '#') { 12 | elems = document.getElementById(selector.slice(1)); 13 | idSelector = true; 14 | } else if (selector[0] === '.') { 15 | elems = document.getElementsByClassName(selector.slice(1)); 16 | } else { 17 | if (!selector.match(/[ .<>:~+^=#]/)) { 18 | elems = document.getElementsByTagName(selector); 19 | } else { 20 | elems = document.querySelectorAll(selector); 21 | } 22 | } 23 | } else { 24 | elems = document.querySelectorAll(selector); 25 | } 26 | 27 | if (elems === null || elems.length === 0) { 28 | return document.createElement("div"); 29 | } 30 | 31 | if (callback !== null) { 32 | if (!idSelector) { 33 | elems = [...elems]; 34 | Array.prototype.map.call(elems, (e) => { callback(e); return e }); 35 | } else { 36 | callback(elems); 37 | } 38 | } 39 | 40 | if (returnType == 'single') { 41 | if (!idSelector) { 42 | return elems[0]; 43 | } else { 44 | return elems; 45 | } 46 | } else { 47 | if (!idSelector) { 48 | return elems; 49 | } else { 50 | return [elems]; 51 | } 52 | } 53 | 54 | } -------------------------------------------------------------------------------- /gutenberg-src/src/mdx/languages/template.pot: -------------------------------------------------------------------------------- 1 | msgid "" 2 | msgstr "" 3 | "Project-Id-Version: \n" 4 | "Report-Msgid-Bugs-To: \n" 5 | "Last-Translator: FULL NAME
6 |
7 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
登录 才能发表评论。','mdx'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?>
10 | '.alu_get_wpsmiliestrans().''; 13 | $mdx_emj_cla = ' mdx-emj-inp'; 14 | $mdx_emj_ele = ''; 15 | }else{ 16 | $mdx_alu = ''; 17 | $mdx_emj_cla = ''; 18 | $mdx_emj_ele = ''; 19 | }?> 20 | '', 24 | 'label_submit'=>isset($submit_text) ? esc_attr($submit_text) : __('发射', 'mdx'), 25 | 'comment_notes_after'=>'', 26 | 'id_form'=>'commentform', 27 | 'cancel_reply_link'=>__('取消回复', 'mdx'), 28 | 'comment_field'=>'