mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
try to convert it to bioarchlinux
This commit is contained in:
parent
fd78230d9c
commit
3ccdea7df2
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "archlinuxcn-packages"
|
||||
name = "bioarchlinux-packages"
|
||||
version = "0.2.6"
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Archlinuxcn Currently Building Package</title>
|
||||
<title>bioarchlinuxcn Currently Building Package</title>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css"
|
||||
integrity="sha256-YY1izqyhIj4W3iyJOaGWOpXDSwrHWFL4Nfk+W0LyCHE=" crossorigin="anonymous">
|
||||
</head>
|
||||
|
@ -71,4 +71,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Archlinuxcn Packages</title>
|
||||
<title>bioarchlinux Packages</title>
|
||||
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css"
|
||||
integrity="sha256-YY1izqyhIj4W3iyJOaGWOpXDSwrHWFL4Nfk+W0LyCHE=" crossorigin="anonymous">
|
||||
<style>
|
||||
|
@ -110,7 +110,7 @@
|
|||
title: "GitHub",
|
||||
data: "pkgbase",
|
||||
render: function (data, type, row, meta) {
|
||||
return `<a href=https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/${data}/ target=_blank rel=noopener>GitHub</a>`
|
||||
return `<a href=https://github.com/BioArchLinux/Packages/blob/master/BioArchLinux/${data}/ target=_blank rel=noopener>GitHub</a>`
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -118,7 +118,7 @@
|
|||
title: "日志",
|
||||
data: "ts",
|
||||
render: function (data, type, row, meta) {
|
||||
return `<a href=https://build.archlinuxcn.org/imlonghao-api/pkg/${row.pkgbase}/log/${Math.floor(data / 1000)} target=_blank rel=noopener>日志</a>`
|
||||
return `<a href=https://build.bioarchlinux.org/imlonghao-api/pkg/${row.pkgbase}/log/${Math.floor(data / 1000)} target=_blank rel=noopener>日志</a>`
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -135,4 +135,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue