1 Star 0 Fork 6

fnet/Git-OSC_Repository-Widget

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Git-OSC_RW.html 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
<!--
Git@OSC Repository-Widget v0.3
(C)2016 shiy2008@gmail.com
-->
<style>
.osc_git_box {
background: #fafafa;
border-color: #ddd;
}
.osc_git_box .mini-icon, .osc_git_box .row_container {
padding: 0.25em !important;
}
.osc_git_title, .osc_git_footer,
.osc_git_info, .osc_git_issues, .osc_git_commits {
padding: 1em !important;
text-align: left !important;
}
.osc_git_main a, .pro_name a {
color: #4183c4;
}
</style>
<script>
try {
self.parent.name;
self.onload = self.onresize = function () {
self.frameElement.height = Math.max(
document.documentElement.offsetHeight,
document.documentElement.scrollHeight
);
};
} catch (iError) { }
var iName = self.location.search.match(/repository=([^&]+)/);
document.write(
'<script src="//git.oschina.net/' +
(iName ? iName[1] : 'Tech_Query/Git-OSC_Repository-Widget') +
'/widget_preview"></script\>'
);
</script>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fnet/Git-OSC_Repository-Widget.git
git@gitee.com:fnet/Git-OSC_Repository-Widget.git
fnet
Git-OSC_Repository-Widget
Git-OSC_Repository-Widget
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385