mirror of https://github.com/vtrois/kratos
chore: replace image links
parent
986d65c472
commit
12a35f2d65
104
README.md
104
README.md
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://raw.githubusercontent.com/vtrois/kratos/main/assets/img/options/about.png">
|
<img src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.2.0/assets/img/options/about.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
@ -37,18 +37,22 @@ Kratos
|
||||||
├── README.md
|
├── README.md
|
||||||
├── assets
|
├── assets
|
||||||
│ ├── css
|
│ ├── css
|
||||||
|
│ │ ├── animate.min.css
|
||||||
│ │ ├── bootstrap.min.css
|
│ │ ├── bootstrap.min.css
|
||||||
|
│ │ ├── fontawesome.min.css
|
||||||
│ │ ├── iconfont.min.css
|
│ │ ├── iconfont.min.css
|
||||||
│ │ ├── kratos.css
|
│ │ ├── kratos.css
|
||||||
│ │ ├── kratos.min.css
|
│ │ ├── kratos.min.css
|
||||||
│ │ ├── layer.min.css
|
│ │ ├── layer.min.css
|
||||||
│ │ └── widget.min.css
|
│ │ └── widget.min.css
|
||||||
│ ├── fonts
|
│ ├── fonts
|
||||||
│ │ ├── iconfont.eot
|
│ │ ├── iconfont
|
||||||
│ │ ├── iconfont.svg
|
│ │ │ ├── iconfont.eot
|
||||||
│ │ ├── iconfont.ttf
|
│ │ │ ├── iconfont.svg
|
||||||
│ │ ├── iconfont.woff
|
│ │ │ ├── iconfont.ttf
|
||||||
│ │ └── iconfont.woff2
|
│ │ │ ├── iconfont.woff
|
||||||
|
│ │ │ └── iconfont.woff2
|
||||||
|
│ │ └── webfonts (has some iconfont fonts)
|
||||||
│ ├── img
|
│ ├── img
|
||||||
│ │ ├── 404.jpg
|
│ │ ├── 404.jpg
|
||||||
│ │ ├── 404.svg
|
│ │ ├── 404.svg
|
||||||
|
@ -61,23 +65,18 @@ Kratos
|
||||||
│ │ ├── layer
|
│ │ ├── layer
|
||||||
│ │ │ ├── icon-ext.png
|
│ │ │ ├── icon-ext.png
|
||||||
│ │ │ └── icon.png
|
│ │ │ └── icon.png
|
||||||
│ │ ├── options
|
|
||||||
│ │ │ ├── about.png
|
|
||||||
│ │ │ ├── discuss.png
|
|
||||||
│ │ │ ├── donate.png
|
|
||||||
│ │ │ ├── col-8.png
|
|
||||||
│ │ │ └── col-12.png
|
|
||||||
│ │ ├── nothing.svg
|
│ │ ├── nothing.svg
|
||||||
|
│ │ ├── options (has some option pic)
|
||||||
│ │ ├── payment
|
│ │ ├── payment
|
||||||
│ │ │ ├── alipay.png
|
│ │ │ ├── alipay.png
|
||||||
│ │ │ └── wechat.png
|
│ │ │ └── wechat.png
|
||||||
│ │ ├── police-ico.png
|
│ │ ├── police-ico.png
|
||||||
│ │ ├── smilies(has some emoji pic)
|
│ │ ├── smilies (has some smilie pic)
|
||||||
│ │ └── wechat.png
|
│ │ └── wechat.png
|
||||||
│ └── js
|
│ └── js
|
||||||
│ ├── bootstrap.min.js
|
│ ├── bootstrap.bundle.min.js
|
||||||
│ ├── buttons
|
│ ├── buttons
|
||||||
│ │ ├── images(has some button pic)
|
│ │ ├── images (has some button pic)
|
||||||
│ │ └── more.js
|
│ │ └── more.js
|
||||||
│ ├── comments.min.js
|
│ ├── comments.min.js
|
||||||
│ ├── jquery.min.js
|
│ ├── jquery.min.js
|
||||||
|
@ -86,6 +85,7 @@ Kratos
|
||||||
│ ├── layer.min.js
|
│ ├── layer.min.js
|
||||||
│ └── widget.min.js
|
│ └── widget.min.js
|
||||||
├── comments.php
|
├── comments.php
|
||||||
|
├── crowdin.yml
|
||||||
├── custom
|
├── custom
|
||||||
│ ├── custom.css
|
│ ├── custom.css
|
||||||
│ ├── custom.js
|
│ ├── custom.js
|
||||||
|
@ -94,82 +94,24 @@ Kratos
|
||||||
├── functions.php
|
├── functions.php
|
||||||
├── header.php
|
├── header.php
|
||||||
├── inc
|
├── inc
|
||||||
│ ├── options-framework
|
|
||||||
│ │ ├── autoload.php
|
|
||||||
│ │ ├── css
|
|
||||||
│ │ │ └── optionsframework.css
|
|
||||||
│ │ ├── images(has some options pic)
|
|
||||||
│ │ ├── includes
|
|
||||||
│ │ │ ├── class-options-framework-admin.php
|
|
||||||
│ │ │ ├── class-options-framework.php
|
|
||||||
│ │ │ ├── class-options-interface.php
|
|
||||||
│ │ │ ├── class-options-media-uploader.php
|
|
||||||
│ │ │ └── class-options-sanitization.php
|
|
||||||
│ │ └── js
|
|
||||||
│ │ ├── media-uploader.js
|
|
||||||
│ │ └── options-custom.js
|
|
||||||
│ ├── theme-article.php
|
│ ├── theme-article.php
|
||||||
│ ├── theme-core.php
|
│ ├── theme-core.php
|
||||||
|
│ ├── theme-dogecloud.php
|
||||||
│ ├── theme-navwalker.php
|
│ ├── theme-navwalker.php
|
||||||
│ ├── theme-options.php
|
│ ├── theme-options.php
|
||||||
│ ├── theme-setting.php
|
│ ├── theme-setting.php
|
||||||
│ ├── theme-shortcode.php
|
│ ├── theme-shortcode.php
|
||||||
│ ├── theme-smtp.php
|
│ ├── theme-smtp.php
|
||||||
│ ├── theme-widgets.php
|
│ ├── theme-widgets.php
|
||||||
|
│ ├── options-framework
|
||||||
│ └── update-checker
|
│ └── update-checker
|
||||||
│ ├── Puc
|
|
||||||
│ │ ├── v4
|
|
||||||
│ │ │ └── Factory.php
|
|
||||||
│ │ └── v4p9
|
|
||||||
│ │ ├── Autoloader.php
|
|
||||||
│ │ ├── DebugBar
|
|
||||||
│ │ │ ├── Extension.php
|
|
||||||
│ │ │ ├── Panel.php
|
|
||||||
│ │ │ ├── PluginExtension.php
|
|
||||||
│ │ │ ├── PluginPanel.php
|
|
||||||
│ │ │ └── ThemePanel.php
|
|
||||||
│ │ ├── Factory.php
|
|
||||||
│ │ ├── InstalledPackage.php
|
|
||||||
│ │ ├── Metadata.php
|
|
||||||
│ │ ├── OAuthSignature.php
|
|
||||||
│ │ ├── Plugin
|
|
||||||
│ │ │ ├── Info.php
|
|
||||||
│ │ │ ├── Package.php
|
|
||||||
│ │ │ ├── Ui.php
|
|
||||||
│ │ │ ├── Update.php
|
|
||||||
│ │ │ └── UpdateChecker.php
|
|
||||||
│ │ ├── Scheduler.php
|
|
||||||
│ │ ├── StateStore.php
|
|
||||||
│ │ ├── Theme
|
|
||||||
│ │ │ ├── Package.php
|
|
||||||
│ │ │ ├── Update.php
|
|
||||||
│ │ │ └── UpdateChecker.php
|
|
||||||
│ │ ├── Update.php
|
|
||||||
│ │ ├── UpdateChecker.php
|
|
||||||
│ │ ├── UpgraderStatus.php
|
|
||||||
│ │ ├── Utils.php
|
|
||||||
│ │ └── Vcs
|
|
||||||
│ │ ├── Api.php
|
|
||||||
│ │ ├── BaseChecker.php
|
|
||||||
│ │ ├── BitBucketApi.php
|
|
||||||
│ │ ├── GitHubApi.php
|
|
||||||
│ │ ├── GitLabApi.php
|
|
||||||
│ │ ├── PluginUpdateChecker.php
|
|
||||||
│ │ ├── Reference.php
|
|
||||||
│ │ └── ThemeUpdateChecker.php
|
|
||||||
│ ├── autoload.php
|
|
||||||
│ ├── css
|
|
||||||
│ │ └── puc-debug-bar.css
|
|
||||||
│ ├── js
|
|
||||||
│ │ └── debug-bar.js
|
|
||||||
│ └── vendor
|
|
||||||
│ ├── Parsedown.php
|
|
||||||
│ ├── ParsedownLegacy.php
|
|
||||||
│ ├── ParsedownModern.php
|
|
||||||
│ └── PucReadmeParser.php
|
|
||||||
├── index.php
|
├── index.php
|
||||||
├── languages
|
├── languages
|
||||||
│ └── kratos.pot
|
│ ├── en_US.mo
|
||||||
|
│ ├── en_US.po
|
||||||
|
│ ├── kratos.pot
|
||||||
|
│ ├── zh_TW.mo
|
||||||
|
│ └── zh_TW.po
|
||||||
├── page.php
|
├── page.php
|
||||||
├── pages
|
├── pages
|
||||||
│ ├── page-content.php
|
│ ├── page-content.php
|
||||||
|
@ -189,7 +131,7 @@ Detailed changes for each release are documented in the [release notes](https://
|
||||||
If you find Kratos useful, you can buy us a cup of coffee
|
If you find Kratos useful, you can buy us a cup of coffee
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="700" src="https://raw.githubusercontent.com/vtrois/kratos/main/assets/img/options/donate.png">
|
<img width="700" src="https://cdn.jsdelivr.net/gh/vtrois/kratos@3.2.0/assets/img/options/donate.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in New Issue